xain
xain

Reputation: 13839

Application status monitoring in websphere

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

Answers (1)

covener
covener

Reputation: 17872

you can use the mbean/jmx interface: search for this infocenter topic in your release: tjmx_updating_app.html

Upvotes: 1

Related Questions