I am running JBoss 4.0.2 on multiple RedHat ES 3 servers. On two of them running run.sh
via jboss_init_redhat.sh produces around 40 processes running org.jboss.Main. On any
other machine, only one process is produced.
The output from "ps aux | grep run.sh" starts with the following. I didn't
include them all for brevity.
| jboss 6012 0.0 0.0 4096 1060 pts/0 S 16:51 0:00 /bin/sh
/usr/local/jboss/bin/run.sh
| jboss 6017 0.0 4.4 507760 182620 pts/0 S 16:51 0:00 /usr/local/jdk/bin/java
-server -Xms128m -Xmx128m -Dprogram.name=run.sh
-Djava.endorsed.dirs=/usr/local/jboss/lib/endorsed -classpath
/usr/local/jboss/bin/run.jar:/usr/local/jdk/lib/tools.jar org.jboss.Main
| jboss 6018 0.0 4.4 507760 182620 pts/0 S 16:51 0:00 /usr/local/jdk/bin/java
-server -Xms128m -Xmx128m -Dprogram.name=run.sh
-Djava.endorsed.dirs=/usr/local/jboss/lib/endorsed -classpath
/usr/local/jboss/bin/run.jar:/usr/local/jdk/lib/tools.jar org.jboss.Main
| jboss 6019 0.0 4.4 507760 182620 pts/0 S 16:51 0:00 /usr/local/jdk/bin/java
-server -Xms128m -Xmx128m -Dprogram.name=run.sh
-Djava.endorsed.dirs=/usr/local/jboss/lib/endorsed -classpath
/usr/local/jboss/bin/run.jar:/usr/local/jdk/lib/tools.jar org.jboss.Main
|
Why is this and is it a problem?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033374#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...