Hi all -
I am attempting to try out creating a service with JMX. So far I have
created the interface and an implementation class. I am stuck figuring out
how to deploy the thing. I know I have to edit the jboss.conf file, but I
don't know what settings to use.
What value do I use for the ARCHIVE attribute below?
<MLET CODE = "com.lucent.mmp.alertcube.service.TestService" ARCHIVE=""
CODEBASE="d:/mmp/alertcube/build/classes/">
</MLET>
I get this exception when start up jboss.
javax.management.ReflectionException: The MBean class could not be loaded by
the specified loader
at
com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:502)
at javax.management.loading.MLet.getMBeansFromURL(MLet.java:523)
at javax.management.loading.MLet.getMBeansFromURL(MLet.java:369)
at org.jboss.Main.<init>(Main.java:119)
at org.jboss.Main$1.run(Main.java:87)
at java.security.AccessController.doPrivileged(Native Method)
at org.jboss.Main.main(Main.java:83)
Any ideas? Is there any documentation that provides more info about how to
configure jboss?
Thanks in advance.
Ken
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
[jBoss-User] need help with creating JMX service
Liu, Kenneth Albert (Kenneth)** CTR ** Mon, 12 Mar 2001 14:57:30 -0800
- RE: [jBoss-User] need help with cre... Liu, Kenneth Albert (Kenneth)** CTR **
- RE: [jBoss-User] need help wit... Wood, Kevin
