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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...