????????????????tomcat?е?conf???У???server.xml?е??<host/>?????????

????<Context path="/hello" docBase="D:eclipse3.2.2forwebtoolsworkspacehelloWebRoot" debug="0" privileged="true">
????</Context>

????????Context ???????????????????????

????????????????web??????????????webapps ???С?

??????????????????????conf???У???? Catalina??????Сд????localhost?????????????????xml?????????????????????????????е??????????????????xml????????????

????<Context path="/hello" docBase="D:eclipse3.2.2forwebtoolsworkspacehelloWebRoot" debug="0" privileged="true">

????</Context>

??????3???????и???????????????????????????е?????????path?????????URL?????XML?????????????????????????????????????????Щ???????????????????????????????????·?????????Ч??

??????2??3???????????????Щ????????????????????????

???????????????

????1???????Webapps????

????Tomcat??Webapps????Tomcat????????????????????????????????????????μ???á???????JSP???????????war?????????£?????????????????war???????????????????????????????С????war??????????????jar????????????Web??????????????????????????????δ?????????????????????IDE????????Eclipse??NetBeans??ant??JBuilder??????????cmd ????jar -cvf applicationname.war package.*??

?????????????????????д????

????try{
????string strjavahome = system.getproperty("java.home");
????strjavahome = strjavahome.substring(0??strjavahome.lastindexof(\))+"\bin\";
????runtime.getruntime().exec("cmd /c start "+strjavahome+"jar cvf hello.war c:\tomcat5.0\webapps\root\*");
????}

????catch(exception   e){system.out.println(e);}

????webapps??????????????????????Tomcat??conf???μ?server.xml?????????????????

????<Host name="localhost" debug="0" appBase="webapps" unpackWARs="true" autoDeloy="true" xmlValidation="falase" xmlNamespaceAware="false">