[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss-4.0.5.GA with EJB3 (headless mode option required)

brettcave do-not-reply at jboss.com
Wed Jan 28 09:12:28 EST 2009


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



More information about the jboss-user mailing list