Your run command has a '&' at the end. After your start JBoss AS, do you close the terminal that your used to run it? If so, then JBoss AS will be brought down also. If that is the case, try using nohup:
nohup ./run.sh -c default -b 0.0.0.0 & View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238266#4238266 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4238266 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
