2.9 Setup for Oracle WebLogic Server - jmstoolbox/jmstoolbox GitHub Wiki

Oracle WebLogic Server

http://www.oracle.com/technetwork/middleware/weblogic/overview/index-085209.html

!!! Important

It appears that the WebLogic client is not compatible with Java 11 as it requires CORBA to be on the classpath. But CORBA has been remove from Java 11 as for many otherjavaxpackages
Until Oracle releases a client compatible with Java 11, the latest version of JMSToolBox compatible with WLS is v4.14.0

Extra JAR

From the <WLS_SERVER>/lib directory:

  • wlthint3client.jar

Connection Properties

Host : Oracle WebLogic server host name
Port : Oracle WebLogic port for Administration Server (eg 7001)
User, Password : Userid and password allowed to connect to Oracle WebLogic and perform JMX operations

Properties

JMX connection protocol : Protocol to connect to the JMX server. Usually 't3' or 't3s'
Server Runtime Name : Oracle WebLogic Server Name (eg 'AdminServer')
JNDI connection protocol : Protocol used to connect to JNDI (eg 't3', 't3s')

If SSL is used to connect to the server:
javax.net.ssl.trustStore : Trust store filename (eg D:/somewhere/trust.jks)
javax.net.ssl.trustStorePassword : Trust store password
javax.net.ssl.trustStoreType : Optionnal: JKS (default), PKCS12, ..

⚠️ **GitHub.com Fallback** ⚠️