You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Morten <li...@kikobu.com> on 2003/10/08 21:23:18 UTC

Overhead of having a WAR file in docPath

Hi,

I'm curious what overhead there is in having a war file
in the context docPath attribute, eg.

<Context path="/myapp" docBase="/myapp.war">
..
</Context>

What's the overhead of this?


Ideally, I'd be able to use

<Context path="/myapp" docBase="myapp">
...
</Context>

But in this case, Tomcat (4.1.24) does not find and explode
the WAR file - even though I have myapp.war and myapp.xml in
the webapps/ dir, why?

Thanks in advance,

Morten





---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org