Bea WebLogic

From jManage

Setup for Weblogic 6, 7 or 8

For connecting to Bea WebLogic 6, 7 or 8, copy weblogic.jar from appropriate WebLogic installation directory to JMANAGE_HOME/modules/weblogic directory.


Setup for Weblogic 9

For connecting to Bea WebLogic 9, copy weblogic.jar from WebLogic 9 installation directory to JMANAGE_HOME/modules/weblogic9 directory.


Adding WebLogic 6, 7 or 8 Application

Choose "WebLogic 6, 7, 8" from the list of available applications, and specify the following:

Name: This is the name you want to give to this application.
Host: This is the host name or the IP address of the machine where WebLogic is running.
Port: The default port is 7001.
Username: Specify the WebLogic admin user.
Password: Specify the WebLogic admin password.


Adding WebLogic 9 Application

Choose "WebLogic 9" from the list of available applications, and specify the following:

Name: This is the name you want to give to this application.
URL: This is the JSR160 URL. Options are:
Domain Runtime MBean Server: service:jmx:t3://localhost:7001/jndi/weblogic.management.mbeanservers.domainruntime

Runtime MBean Server: service:jmx:t3://localhost:7001/jndi/weblogic.management.mbeanservers.runtime

Edit MBean Server: service:jmx:t3://localhost:7001/jndi/weblogic.management.mbeanservers.edit

More information of these different MBeanServers is available here.

Username: Specify the WebLogic admin user (default is weblogic).
Password: Specify the WebLogic admin password (default is weblogic).


Known Issues

The following bug report talks about an issue with using Spring (for custom MBeans) with Weblogic 8.1:

http://opensource.atlassian.com/projects/spring/browse/SPR-1395#action_15054

The following thread also has more information:

http://forum.springframework.org/archive/index.php/t-18867.html

Please note that this is not a jManage issue -- but a Spring/Weblogic issue.