2014-05-21 15:05 GMT+04:00 philippe rouxel :
> Hello,
>
> I have a war app-0.0.1 with a context.xml in META-INF :
>
>
>
>
>
>
> When I deploy it, in CATALINA_BASE\conf\Catalina\localhost a file
> app-0.0.1.xml is created.
>
> When I call
> localhost:8080/app I got 404
> localhost:8080/app-0.0
Hello,
I have a war app-0.0.1 with a context.xml in META-INF :
When I deploy it, in CATALINA_BASE\conf\Catalina\localhost a file
app-0.0.1.xml is created.
When I call
localhost:8080/app I got 404
localhost:8080/app-0.0.1 I got 200
I have try
with the same result
Did i miss nothing?