You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Vishal Mukherjee <VM...@indorama.co.in> on 2002/02/22 07:36:22 UTC

A simple query

Is it mecessary to keep the physical folder under the webapps directory.

Thanks & Regards



Visit Our Cement Site at http://www.indorama.co.in
      Our Software Site at http://www.irssl.com 



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>


Re: A simple query

Posted by Joel Rees <jo...@alpsgiken.gr.jp>.
----- 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:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>