-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
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
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
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