Well, I've done my script and tryed it. It seemed fine. However, I did a "ps -aux" and notisted that the command lines for starting the script and starting jboss are still alive. This is not a correct behaviour. Let me past you what I got in "ps -aux"
root 1592 0.0 0.1 3840 1068 pts/0 S 15:28 0:00 /bin/sh ./jboss_init.sh start root 1593 0.6 6.0 258476 46100 pts/0 S 15:28 0:16 /usr/j2sdk/bin/java -server -Dprogram.name=run.sh -classpath /usr/jboss/bin/run.jar:/usr/j2sdk/lib/tools.jar org.jboss.Main root 1684 0.0 0.1 3840 1068 pts/0 S 15:51 0:00 /bin/sh ./jboss_init.sh start root 1685 1.8 7.0 256012 53708 pts/0 S 15:51 0:14 /usr/j2sdk/bin/java -server -Dprogram.name=run.sh -classpath /usr/jboss/bin/run.jar:/usr/j2sdk/lib/tools.jar org.jboss.Main Any way to really stop/kill the service? ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
