I wrote:

> 
> Instead of creating an "/estore" context, the Context Manager creates a
> "/petstore.war" context!
> 

The META-INF/application.xml file in petstore.ear needs a leading /.

This change does not seem to be able to get past Sun's packaging, so I
I rebuilt the ear manually.

 <web>
  <web-uri>petstore.war</web-uri>
  <context-root>/estore</context-root>
 <web>



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to