[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss did not start automatically on Linux(FC 6)

javatwo do-not-reply at jboss.com
Thu Mar 15 22:56:06 EDT 2007


Hi Peter,

I did not create user "jboss". root is used to start Jboss because only root can use port 80. what is the difference between starting Jboss on reboot and starting Jboss manually using root?  

JBOSS_USER=${JBOSS_USER:-"RUNASIS"}
...

if [ "$JBOSS_USER" = "RUNASIS" ]; then
  SUBIT=""
else
  SUBIT="su - $JBOSS_USER -c "
fi

-------
Thanks for help.
David

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028654#4028654

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028654



More information about the jboss-user mailing list