It would help to know the Tomcat version you are using. e.g.
Tomcat-5-nightly seems to break the admin app a lot (but it is Alpha at
best, so it's the price of living on the bleeding edge :).
Otherwise, I'm guessing that you are building from src, and neglected to
include the JMX jars in the build.properties file.
"Barry O'Donovan" <barryodonovan@eircom.net> wrote in message
news:200304151104.22571.barryodonovan@eircom.net...
Folks,
I apologise in advance if this question has been asked and answered, but in
my defense, I have searched the archives and found nothing appropriate.
Everytime I try to run the admin app (log in and get the main page, select
an
option), I get a "javax.servlet.UnavailableException: MBeanServer is not
available" error in the admin apps log file.
The two required listeners (I believe) are in the server.xml file:
<Listener className="org.apache.catalina.mbeans.ServerLifecycleListener"
debug="0"/>
<Listener
className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener"
debug="0"/>
Any suggestions would be greatly appreciated,
Regards,
Barry O'Donovan
--
Regards,
Barry O'Donovan - barry@ihl.ucd.ie - www.ihl.ucd.ie
Roinn na Ríomheolaíochta, An Coláiste Ollscoile, Baile Átha Cliath, Éire.
Department of Computer Science, University College Dublin, Ireland.
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|