I'm deploying my app as, curl --upload-file filename.war http://localhost:8180/manager/text/deploy?path=my#new#app#1.0
and the META-INF/context.xml has this context /my/new/app/1.0 On Wed, Dec 10, 2014 at 3:56 PM, Jose Monreal <jmonr...@gmail.com> wrote: > When I run > > curl http://localhost:8080/manager/text/list > > it shows, > > OK - Listed applications for virtual host localhost > /:running:0:ROOT > /manager:running:0:manager > /my/new/app/1.0:running:0:my#new#app#1.0 > /docs:running:0:docs > /host-manager:running:0:host-manager > > > > > > Saludos cordiales, > > José Ignacio Monreal Bailey | Ingeniero Civil en Computación > > > > *Cuidemos del medio ambiente. Por favor no imprimas este e-mail si no es > necesario.* > > On Wed, Dec 10, 2014 at 3:50 PM, Jose Monreal <jmonr...@gmail.com> wrote: > >> I'm deploying my app using curl, and I get the following error, >> >> FAIL - Failed to deploy application at context path /my#new#app#1.0 >> >> But if I look inside webapps the app is unpacked, and if I load the >> server with the context with reply ok. >> Why could be giving me the FAIL message? >> >> Kind regards, >> José >> > >