The RHEL4 netstat output below shows that the jboss-5.1.0.GA application server started
with the __-b jestdev03__ command line option is listening on a localhost port. There are
no user applications deployed to this application server. The database is mysql executing
on the same host as the application server.
Is this a problem? Is there any way to determine which JBoss deployment is listening on
the port?
| netstat -ap | grep 13450
| tcp 0 0 jestdev03:3873 *:* LISTEN 13450/java
| tcp 0 0 localhost.localdomain:35876 *:* LISTEN 13450/java
| tcp 0 0 jestdev03:4712 *:* LISTEN 13450/java
| tcp 0 0 jestdev03:3528 *:* LISTEN 13450/java
| tcp 0 0 jestdev03:8009 *:* LISTEN 13450/java
| tcp 0 0 jestdev03:4713 *:* LISTEN 13450/java
| tcp 0 0 jestdev03:4457 *:* LISTEN 13450/java
| tcp 0 0 jestdev03:1098 *:* LISTEN 13450/java
| tcp 0 0 jestdev03:1099 *:* LISTEN 13450/java
| tcp 0 0 jestdev03:webcache *:* LISTEN 13450/java
| tcp 0 0 jestdev03:8083 *:* LISTEN 13450/java
| tcp 0 0 jestdev03:30426 *:* LISTEN 13450/java
| tcp 0 0 jestdev03:krb524 *:* LISTEN 13450/java
| tcp 0 0 jestdev03:4445 *:* LISTEN 13450/java
| tcp 0 0 jestdev03:4446 *:* LISTEN 13450/java
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244406#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...