RE: Tomcat 5.0.28 + Ant deploy/undeploy task

2004-10-18 Thread Shapira, Yoav
Hi, You are right. I copied config from my Tomcat 4.1 server.xml. After I changed autoDeploy to false, my deployment no longer throws exception. Good. Copying config files across major server versions is a risk, but I assume you mitigated it and I'm glad it works now. quick question regarding

Tomcat 5.0.28 + Ant deploy/undeploy task

2004-10-15 Thread Phillip Qin
I am testing Tomcat 5.0.28 on Windows 2000 Pro. I use catalina-ant deploy task to deploy my webapp war. Where did this exception come from? My web application runs fine. stdout.log 15-Oct-2004 3:25:48 PM org.apache.catalina.startup.HostConfig deployWARs WARNING: Exception while expanding web

RE: Tomcat 5.0.28 + Ant deploy/undeploy task

2004-10-15 Thread Shapira, Yoav
Hi, Looks like you already have an app deployed at the context path. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Friday, October 15, 2004 3:46 PM To: '[EMAIL PROTECTED]' Subject: Tomcat 5.0.28 + Ant deploy/undeploy task

RE: Tomcat 5.0.28 + Ant deploy/undeploy task

2004-10-15 Thread Phillip Qin
/undeploy task Hi, Looks like you already have an app deployed at the context path. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Friday, October 15, 2004 3:46 PM To: '[EMAIL PROTECTED]' Subject: Tomcat 5.0.28 + Ant deploy

RE: Tomcat 5.0.28 + Ant deploy/undeploy task

2004-10-15 Thread Shapira, Yoav
Hi, I suspect that Tomcat Manager is deploying the same application twice, one for context.xml, one for war. In host, I set autoDeploy, deployXML and unpackWar to true. Any suggestion? You covered it above. With autoDeploy and the rest set to true, it'll try to deploy twice, and that's why

RE: Tomcat 5.0.28 + Ant deploy/undeploy task

2004-10-15 Thread Phillip Qin
guys changing the deployment structure? -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: October 15, 2004 4:12 PM To: Tomcat Users List Subject: RE: Tomcat 5.0.28 + Ant deploy/undeploy task Hi, I suspect that Tomcat Manager is deploying the same application twice