How do I set the Default Web App in the server console?
I have an ear file that contains one war application deployed on WLS 8.1.
I access it as http://myserver/.
When I deploy it on WLS 11G it responds to http://myserver/mywar.
I need to:
1) set the context root to "/" or
2) set the default web app to mywar
without having to update the deployment descriptor files.
Is this possible?