For my version... 4.0.5GA I NEED jems-installer to include EJB3...!!!
from
http://www.jboss.org/jbossas/downloads/ webpage...
anonymous wrote : Important Note: If you want EJB3 or Seam support with JBoss AS 4.0.3
SP1, 4.0.4 or 4.0.5, you MUST download and use the relevant version of JEMS Installer
together with JDK5.0. JBoss AS 4.2.x versions include support for EJB3, by default.
Any suggestions ?!?!?!
"brettcave" wrote : 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=4205265#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...