views:

158

answers:

1

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?

+1  A: 

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 '/'

shyam