The following section includes detailed information specific to the available wlshell connectors.
wlshell selects a connector based on the URL specified in the connect command. The following table shows the mapping used to select the connector:
| Protocol | Connector |
|
t3 t3s http https service:jmx:t3 | wlshell Connector for WebLogic 6.1, 7.0, 8.1, 9.2 and 10. |
|
local | wlshell Local JMX Connector for JMX 1.2 and higher. |
|
service:jmx:rmi | wlshell Remote JMX Connector for JMX 1.2 with JMX Remote API 1.0. |
Examples:
#connect to a WebLogic Server connect t3://localhost:7001 weblogic weblogic #connect to a local JMX MBeanServer connect local:// #connect to a Remote JMX Agent using RMI (J2SE 5.0) connect service:jmx:rmi:///jndi/rmi://localhost:1090/jmxrmi