Reputation: 13839
is there a way to interact with websphere 6.1 from a servlet to check if an application is running ? If so, is such transaction too resource-consuming operation to do it let's say before an "index" page is loaded ?.
The java.net.URL approach is simpler but discarded.
Thanks
Upvotes: 0
Views: 353
Reputation: 17872
you can use the mbean/jmx interface: search for this infocenter topic in your release: tjmx_updating_app.html
Upvotes: 1