> From: ahnf [mailto:[EMAIL PROTECTED] 
> Subject: totally confused! deploy & redeploy the ROOT context 
> via manager app and/or ant
> 
> Have a custom virtual host called "myApp", this host will run 
> one web-application, and that web application should respond 
> at the "/".

Stop trying to do things the hard way, and just package your default
webapp in ROOT.war, not under some other name.  You can then put your
<Context> element (without any path or docBase attributes) in
META-INF/context.xml inside your ROOT.war file.  Get rid of
myDocBase/myApp, and let the manager put the ROOT.war file in myAppBase,
where it belongs.  You'll need to clean out whatever mess has been
created under myAppBase and under Tomcat's work directory and under
C:\temp\work.  (Why do you specify a work attribute, by the way?)

I'd also suggest putting the <Context> element for the manager webapp in
conf/Catalina/myAppHost/manager.xml, rather than in server.xml.

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to