How to create our own web application on apache tomcat
843842Mar 20 2008 — edited Mar 20 2008I am using Tomcat's default location to place my servlets.
"E:\Program Files\Apache Group\Tomcat 4.1\webapps\ROOT"
But day by day my classes are increasing. Now i am feeling to have my own location to place my servlets.
Ex. "E:\myservlets"
How to create and activate our own web application on apache tomcat except from tomcat's directory structure? Please guide me in this regard.
Thanks in advance.