In Jetty, if there is no deployment at '/' then the DefaultHandler displays a list of known contexts. This is very useful during development.
Is it possible to configure BEA Weblogic to provide a similar convenience?
|
In Jetty, if there is no deployment at '/' then the DefaultHandler displays a list of known contexts. This is very useful during development. Is it possible to configure BEA Weblogic to provide a similar convenience?
| |||
|
feedback
|
|
you could write a small webapp that hooks up to the Weblogic JMX and displays the list of deployed webapps and deploy that one at '/' | |||
|
feedback
|