Setting things up
WSRP is implemented using the new JBoss WS stack. JBoss WS requires JBoss AS 4.0.4.GA or later. WSRP support in Portal 2.6.3 and above requires JBoss AS 4.2.1.GA and above and Java 5 and above.
The following instructions assume that $JBP_HOME is the root of your JBoss Portal installation and $JBOSS_HOME the root of your JBoss AS installation.
Building the WSRP service from Subversion:
Check out a version of JBoss Portal 2.4 or above. The newly created directory will be your new $JBP_HOME in the following instructions.
cd $JBP_HOME/build
sh build.sh
cd ../wsrp
sh build.sh
Running the WSRP test suite:
Build WSRP as indicated above.
sh build.sh tests-local
Deploying WSRP on Portal with JBoss AS and the latest Subversion version of Portal:
Follow the instructions on how to build WSRP from Subversion
Deploy Portal:
cd $JBP_HOME/build
ant deploy or sh build.sh deploy
Start JBAS:
cd $JBOSS_HOME/bin
sh run.sh
Referenced by:
Comments