2010/5/3 Luís de Sousa <luis.a.de.so...@gmail.com>:
>
> I'm trying to deploy an application that is located under the webapps
> directory. I'm using the http call:
>
> http://localhost:8080/manager/deploy?path=/var/lib/tomcat6/webapps/JSPTut&tag=JSPTut
>
> And I'm getting this answer back:
>
> FAIL - Failed to deploy application at context path
> /var/lib/tomcat6/webapps/JSPTut
>

For reference, documentation is here:
http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html

Looking at your command, you are trying to deploy a previous (tagged)
version of an application. Does that match your expectations?

http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Deploy%20A%20New%20Application%20from%20a%20Local%20Path

Best regards,
Konstantin Kolinko

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

Reply via email to