----- Original Message ----- Vishal Mukherjee queried:
> Is it mecessary to keep the physical folder under the webapps directory. If you mean to ask whether you must keep the folder containing the jsp and java source files inside the webapps directory, I think the answer is yes. But don't give up. You can make your own webapps directories, which do not need to be kept in the tomcat directory. The way you do this depends on your version of tomcat: http://jakarta.apache.org/tomcat/tomcat-3.2-doc/appdev/index.html (and follow the "Deployment Organization" link) V. 3.2 uses <Context/> entries in the conf/server.xml file, which I only figured out recently. http://jakarta.apache.org/tomcat/tomcat-3.3-doc/appdev/deployment.html V. 3.3 allows using the <Context/> entry in apps-appPath.xml files in /conf. http://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/deployment.html I haven't messed with v. 4, so I don't know yet. Hope that helps. Joel Rees Alps Giken Kansai Systems Develoment Suita, Osaka -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
