Hi,

I'm no professional user of tomcat, but i had the same problem in TC401.
I had to unpack the war manually in the webapp-dir. It seemed to me to
be a simple bug in tomcat, and was (almost) confirmed as the "bug" was
fixed in TC402b2. 

Now, it could be some default setting changed between 401 and 402.. But
personally, i think it is (was) a bug.

//j

> -----Original Message-----
> From: Pablo Millet [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, January 28, 2002 8:39 AM
> To: Tomcat Users List
> Subject: Unpack WARs
> 
> 
> Please, a Yes or No will do.
> 
> I'm sure this is a very simple thing for you proffessional users ;)
> 
> Using the below settings... is TC4 supposed to unpack my WARs 
> or not??? (I just can't get it to do so)
> 
> My Env.:
>     CATALINA_HOME=/usr/local/jakarta-tomcat-4.0.1/
> 
> <Service...>
> 
>  <Host name="localhost" debug="0" appBase="webapps" unpackWARs="true">
>         <!-- My Context -->
>         <Context path="/XXX" 
> docBase="/usr/local/jakarta-tomcat/webapps/XXX.war" debug="0" 
> reloadable="true">
>            <Logger className="org.apache.catalina.logger.FileLogger"
> prefix="XXX_log." suffix=".txt" timestamp="true"/>
>         </Context>
> </Host>
> 
> <.../Service>
> 
> ( I'm offcourse putting my WARs under "webapps" )
> 
> PM.
> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <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