Make sure you kill all java processes before starting jboss. (ps -A to display everythying and then kill -9 *pid*)
Then chown jboss -R $JBOSS_HOME chgrp jboss -R $JBOSS_HOME chmod g+s $JBOSS_HOME This way you will be able to start jboss as jboss user as well and when you deploy ears as yourself, they will inherit the jboss group id, and not yours. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek No, I will not fix your computer. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
