my,

On 12.8.2012 18:52, my koseli wrote:
I just tested some more with 6.0.26, and indeed InstallTask seems to be
problematic, so just use DeployTask as recommended by Tomcat docs:

Again, what exact Tomcat version do you use?

I changed the build.xml to below but I still get the error. Any idea?

<target name="manager-deploy" description="Install application in Tomcat">
         <manager-deploy url="${tomcat.manager.url}"
                  username="${tomcat.manager.username}"
                  password="${tomcat.manager.password}"
                  path="/${name}"
                  war="${name}.war"/>
     </target>

Did you also add the definition of manager-deploy task?

-Ognjen


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to