posted 18 years ago
Hi
Could someone tell me how to write a simple startup class which would start when i start the app server.
The following are the steps i performed :
1. Wrote a Mbean interface.
2. Wrote a Startup class implementing the Mbean interface.
3. Created a JAR of the 2 class files.
Now, where do i add the JAR file and also where is the jboss-service.xml in which i need to make an entry for the MBean.