Setting context-root for web app in EAR for SJAS
I'm trying to deploy a web app bundled in an EAR to SJAS 9, and I want to change the context root name.
Using Netbeans, by default it names the war something like: "MyApp-war", and thus the context root becomes MyApp-war.
It was my understanding that I could change the context-root element in the sun-web.xml to be the name that I wanted.
But that doesn't seem to be working.
And I missing something?

