Concerning webapp deployment in nested directories:

have a look at

http://tomcat.apache.org/tomcat-5.5-doc/config/context.html

Look out for the character "#" and using a *.xml deployment descriptor.

But please think about my previous question first :)

Regards,

Rainer

Shug Boabby schrieb:
> On 4 Nov 2007, at 12:43, Rainer Jung wrote:
>> You can though deploy your webapps not on the top level directory, but
>> instead into a sub directory (using a path, that contains more than
>> one URL directory component), e.g. /tomcat/servlet-examples etc.
>> directly on your tomcat, and then JkMount /tomcat/*. That'll be true
>> zero-admin.
> 
> I have tried to do this on Tomcat 5.5. i.e. instead of deploying
> MyApp.war to /usr/share/tomcat/webapps I'm deploying to
> /usr/share/tomcat/webapps/subdir. But tomcat is not able to pick up on
> any of the war files in the subdirectory. Is that what you meant?

---------------------------------------------------------------------
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