Tomcat

TOMCAT ROOT Directory 변경

ShineWithMe 2011. 6. 16. 20:50

http://www.jopenbusiness.com/mediawiki/index.php/Apache_Tomcat_6.0.16#Tomcat_Root_.EB.B3.80.EA.B2.BD
http://blog.naver.com/lunatic_dawn?Redirect=Log&logNo=80130447346


server.xml에서...

      <Host name="localhost"  appBase="C:/wpt2.2/www"
            unpackWARs="true" autoDeploy="true"
            xmlValidation="false" xmlNamespaceAware="false">
 <Context path="" docBase="C:/wpt2.2/www" reloadable="true"/>