Ayusman dikshit wrote:
> If I am creating a web-application need I put it only in the webapps
> folder?

Yes.

> Can I put it somewhere else in my directory structure (out of the usual
> tomcat installation directory) and point tomcat to consider this as
>
> a valid web application.

Yes. Setting an appropriate "docBase" on the <Context> description will do:
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
Since you didn't say which Tomcat version you are using you may need to adjust 
the above URL.

Regards
  mks

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to