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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to