WebLogic Server Command Reference
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Lists the bindings of a node in the JNDI naming tree.
java [ SSL Arguments ] weblogic.Admin
[ Connection Arguments ]
[ User Credentials Arguments ]LIST
[JNDIcontextName
]
The JNDI context for lookup, for example, By default, the command lists the bindings immediately below the InitialContext of the specified server instance. |
The following command returns the initial context for the MedRecServer example server that runs on a machine named AdminHost:
java weblogic.Admin -url AdminHost:7001 -username weblogic
-password weblogic LIST
For more information about the environment in which this example runs, refer to Example Environment.
If the command succeeds, it returns information similar to the following abbreviated output:
Contents of InitialContext
jms: weblogic.jndi.internal.ServerNamingNode
javax: weblogic.jndi.internal.ServerNamingNode
mail: weblogic.jndi.internal.ServerNamingNode
...
To view the JNDI tree below the mail context, enter the following command:
java weblogic.Admin -url AdminHost:7001 -username weblogic
-password weblogic LIST mail
If the command succeeds, it returns the following:
Contents of mail
MedRecMailSession: javax.mail.Session
![]() ![]() |
![]() |
![]() |