You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Remy Maucherat <re...@apache.org> on 2002/06/30 12:27:40 UTC

Re: Manager app doesn't work?

Ted Neward wrote:
> I'm trying to do Ant-style autodeployment of a war file from my dev machine
> to the Tomcat (4.0) server, and it's failing.
> 
> Specifically, I've got the catalina-ant.jar (culled from jwsdp-1.0), and I
> run the task like so:
> 
>   <install
>     url="${remote-url}"
>     username="${username}"
>     password="${password}"
>     path="/${context-path}"
>     war="jar:file:/${build-path}/${ant.project.name}.war!/"
>   />
> 
> The returned message is "OK", but the log files show that either (1) Tomcat
> couldn't find /WEB-INF/web.xml (and I've verified that it is in the .war
> file), or (2) Tomcat simply doesn't show anything in the logs, yet the app
> isn't updated.
> 
> Note that I get the same results regardless of interface (HTML or through
> Ant).
> 
> Can somebody please verify for me that the Manager webapp in fact works, and
> if so, where I'm going wrong with this?!?

The Ant tasks only work with Tomcat 4.1.x.

Remy


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>