Re: how to register and start a Mbean in Weblogic6.1
Posted By:
Mike_Bosch
Posted On:
Saturday, June 29, 2002 10:30 PM
I haven't tried to do this before but couldn't you just create a class that does all the loading and registering you need to have done as a startup class similar to how the petstore example in WebLogic 6.1 starts up the browser and points it to the server upon starting?
Look in your petstore config.xml for the phrase "StartBrowser" and go from there.
Hope this helps.