Re: Deploy message FAIL but app deployed

2014-12-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jose, On 12/10/14 2:03 PM, Jose Monreal wrote: > 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 What

Re: Deploy message FAIL but app deployed

2014-12-10 Thread Jose Monreal
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 wrote: > When I run > > curl http://localhost:8080/manager/text

Re: Deploy message FAIL but app deployed

2014-12-10 Thread Jose Monreal
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é Ignac

Deploy message FAIL but app deployed

2014-12-10 Thread Jose Monreal
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, Jo