July 31, 2009
links for 2009-07-31
Comments Off
From ConfigureServerPorts
jboss.bind.address is configured using the “-b” option to the JBoss startup script (run.sh or run.bat in the bin directory). For example, run -b 0.0.0.0 enables jboss to listen for connections on all IP addresses of the machine (if multi-homed).
Comments Off
You can view the JNDI entries in JBoss by
1 - Browse to http://localhost/jmx-console
2 - Click “service=JNDIView”
3 - Invoke the “list()” operation
Notes:
1 - This is for JBoss 4.2.3.GA
2 - You must have the jmx-console installed.
Comments Off