I'm probably just missing something, but it seems like my .war file,
which I place in the $TOMCAT_HOME/webapps directory should be expanded
upon startup of Tomcat, but it isn't when I specify a Context in
Server.xml.  In fact, it is expanded when I let Tomcat create a
Context for it both at startup and when I drop the .war file in the
webapps directly while Tomcat is running.

Is there something else I need to add to the Context tag to make it
autoexpand the .war file upon startup?

Here is the relevant configuration:

<Host name="localhost" debug="0" appBase="webapps"
       unpackWARs="true" autoDeploy="true">

<Context path="/myapp" docBase="myapp"
         debug="0">
....I have a Logger and a Resource with ResourceParams for Database
access defined in here...
</Context>


Is there something I'm missing?  I'm using a nightly build from April
4th.

Jake

  

-- 
Best regards,
 Jacob                          mailto:[EMAIL PROTECTED]


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to