Hi all,
I am using tomcat4.1 as my web server. I changed "server.xml " file as below
After that when i restart my tomcat server, it will not undeploy my war file. what is the problem for it?
Thanks,
I am using tomcat4.1 as my web server. I changed "server.xml " file as below
Code:
<Context path="/MyWebApplication" docBase="D:/jakarta-tomcat-4.1.27/webapps/MyWebApplication.war" debug="0" reloadable="true" crossContext="true">
Thanks,