do you have a context.xml in the war file or the webapps folder?  See
comments re context xml files in 4th para in page below - the para beginning
"In addition to nesting Context elements inside a Host element ...." 
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html 

> -----Original Message-----
> From: Scott Purcell [mailto:[EMAIL PROTECTED] 
> Sent: Monday 01 November 2004 19:42
> To: [EMAIL PROTECTED]
> Subject: deploy war file
> 
> 
> Hello,
>  
> I am using Tomcat 4.1 on Win2000. I have a web application 
> that has been running for a while that has an entry in the 
> server.xml file for reloading etc.
> Anyway, I am beginning to create a .        
> warfileforthecode,usingant.Ihave read the docs, and it seems 
> easy that one should put the .war file under the webapps 
> directory and restart the server. I do this, but get no luck. 
> The war file is good, I can extract the components from it, 
> and the path structure is good.
>  
> Am I missing a step?
>  
> Here is the server.xml for info:
>  <Context path="/merchant" docBase="merchant" debug="0" 
> reloadable="true" />
> and
> <!-- Define the default virtual host -->
>       <Host name="localhost" debug="0" appBase="webapps" 
>        unpackWARs="true" autoDeploy="true">
>  
> So it looks like the server is configured to extract the 
> merchant.war file?
>  
> Thanks,
> Scott
> 



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

Reply via email to