up vote 1 down vote favorite
share [g+] share [fb]

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?

link|improve this question

48% accept rate
feedback

1 Answer

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.