Yoav:
My pleasure! Derek --- Tomcat Users List" <[EMAIL PROTECTED] wrote: > Hi, > If you're willing to try out 5.5.3 tomorrow morning, that'd be great ;) > > Yoav Shapira > Millennium Research Informatics > > > >-----Original Message----- > >From: [EMAIL PROTECTED] > >[mailto:[EMAIL PROTECTED] > >Sent: Tuesday, October 05, 2004 3:37 PM > >To: [EMAIL PROTECTED] > >Subject: Tomcat 5.5.2, Windows XP, Ant Manager DeployTask fails > > > >Does Tomcat 5.5.2 and the Ant Manager DeployTask have a problem > deploying > >a WAR file? Manager WAR upload works, as does dropping a WAR in the > >webapps > >folder directly, but deploy fails with the Ant Manager DeployTask. > After > >the Ant Manager deployment attempt, neither the WAR nor the application > >folder > >appear in webapps, but Tomcat does create the context and creates a > work > >folder > >in %CATALINA_HOME%\work\Catalina\localhost. Tomcat camplains with > >exceptions > >"java.util.zip.ZipException: error in opening zip file" and > >"java.lang.IllegalArgumentException: > >Invalid or unreadable WAR file : error in opening zip file" (see full > >exception > >details below). > > > > > > > >Tomcat 5.5.2 > > > >Ant 1.6.1 > > > >Windows XP SP2 > > > >JDK 5.0 > > > > > > > >build.xml: > > > ><target name="deploy" depends="distribute" > > > > description="Deploy application > >to servlet container"> > > > > <property name="deploy.war" > >value="file:/${deploy.home}/${app.name}.war"/> > > > > <echo>Deploy URL: ${deploy.war}</echo> > > > > <deploy password="${manager.password}" > > > > path="${app.path}" update="true" > > > > url="${manager.url}" > > > > username="${manager.username}" > > > > war="${deploy.war}"/> > > > ></target> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
