> From: Gregor Schneider [mailto:[EMAIL PROTECTED]
> Subject: Re: Again: Autodeploy in Tomcat 6
>
> actually, I put roller.war into ${catalina.home}/example.com/webapps

O.k., that's good, and your server.xml appears to be o.k. as well.  I'll assume 
you restarted Tomcat after making the changes to server.xml.

Note that autoDeploy is effective only for webapps added while Tomcat is 
running; it's the deployOnStartup attribute that determines what happens during 
Tomcat initialization.

Have you looked in the logs to see if there were errors during deployment of 
the roller webapp?

Going back to your original message:

> I've created
> - ${catalina.home}/example.com (directory)
> - ${catalina.home}/example.com/META-INF (directory, no context.xml yet)

There shouldn't be a META-INF directory under your appBase; Tomcat will treat 
that as a webapp named META-INF.  The META-INF directory should be inside each 
webapp that needs one.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

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

Reply via email to