I generally just use the zip's, rather than jems-installer, might work betteR?

#!/bin/sh

JBOSS_VERSION=4.2.3.GA
cd /usr/local/src
unzip /path/to/jboss-${JBOSS_VERSION}.zip
groupadd -g 442 jboss
useradd -u 442 -g jboss -d /usr/share/jboss -s /bin/sh jboss
mv jboss-${JBOSS_VERSION} /usr/share/jboss
cd /usr/share/jboss
chown jboss:jboss * -R


not sure where the init script for jboss is, i use a slightly customised one, 
but this should give you all the components at least. ....




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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4205247
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to