Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Overhead of having a WAR file in docPath

Morten

2003-10-08



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@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.