could it be that it is not unpacking the war for the context that is already defined?
hence it would overwrite that one maybe,

what happens if you set docBase="dora.war"

would that be sufficient for you?

Filip

> -----Original Message-----
> From: Koes, Derrick [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 26, 2003 4:08 PM
> To: [EMAIL PROTECTED]
> Subject: unpackWars not working
> 
> 
> 
> 
> The following configuration is not unpacking my war file.
> I cannot understand why.  unpackWARs is set to true.
> Can anyone help?
> 
> 
> 
> <Host name="localhost" debug="0" appBase="webapps" 
>        unpackWARs="true" autoDeploy="true">
> 
>         <Listener 
> 
> className="org.apache.ajp.tomcat4.config.ApacheConfig" 
> 
> append="true" forwardAll="false" noRoot="false"/>
>         <!-- Need to set the pathname empty to avoid serializing 
> 
> sessions when tomcat stops. -->
>         <Context docBase="dora" path="/dora" reloadable="true" 
> 
> override="true">
>             <Manager 
> 
> className="org.apache.catalina.session.StandardManager" 
> 
> pathname="">
>             </Manager>
>         </Context>
> 
> 
> 
> Thanks,
> Derrick
> 
> 
> 
> 
> This electronic transmission is strictly confidential to 
> Smith & Nephew and
> intended solely for the addressee.  It may contain 
> information which is
> covered by legal, professional or other privilege.  If you are not the
> intended addressee, or someone authorized by the intended addressee to
> receive transmissions on behalf of the addressee, you must not retain,
> disclose in any form, copy or take any action in reliance on this
> transmission.  If you have received this transmission in error, please
> notify the sender as soon as possible and destroy this message.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to