I forgot to mention how I start JBoss. I execute a command similar to the one mentioned below.
$> /opt/jboss/bin/run.sh > /tmp/jboss-out-logs & The '&' clause sends it in the background and once we exit the shell properly the jboss works as a like a daemon. Thanks, Santosh. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187600#4187600 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187600 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
