Re: Using Ant install with Tomcat 5.5

2006-06-13 Thread Martin Gainty
ff Macomber" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, June 13, 2006 5:35 PM Subject: Using Ant install with Tomcat 5.5 Hi All, I am attempting to install a web app using the ant task install. It is failing when I use this: but succeeding when I do

Using Ant install with Tomcat 5.5

2006-06-13 Thread Jeff Macomber
Hi All, I am attempting to install a web app using the ant task install. It is failing when I use this: but succeeding when I do this: The only difference is the "path". In Tomcat 5.0 this works fine but not in tomcat 5.5. Is this a bug? Am I doing something incorrectly