https://issues.apache.org/bugzilla/show_bug.cgi?id=56281
--- Comment #8 from Christopher Schultz <ch...@christopherschultz.net> ---
(In reply to Joqus from comment #3)
> The code I am using
> 
> <target name="tomcat.deploy" >
>         <deploy url="http://localhost:8080/manager/text";
> username="${deploy.user}" password="${deploy.pass}" path="/"
> war="file:ROOT%23%23${version}.war"/>                   
> </target>
> 
> (the %23 are the '#' characters)
> 
> How can I specify the version in this case?

How about reading the documentation?
http://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html#Supported_Manager_Commands

(In reply to Joqus from comment #7)
> Ok, thanks for nothing.

For providing you with a completely free application server and tools to
administer it for the price of asking you to ask questions on a mailing list
instead of in a bug-tracker? You're welcome.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to