You can deploy the Federation Administration application on JBoss Application Server 5 as a stand-alone web application.
Procedure
To deploy the Federation Administration application as a stand-alone web application on
JBoss Application Server 5:
- Create a JBoss Application Server instance to host the Federation
Administration application:
- Copy the jboss_install_path/server/default directory
structure to a new directory structure, such as
jboss_install_path/server/fedadmin.
- Edit the JBoss start script in the
jboss_install_path/bin directory. Set the Java™ parameters to point to a JVM that is supported by IBM®
FileNet® CFS for Content Integrator:
- Windows (run.bat)
set JAVA_HOME=C:\Progra~1\IBM\Java50
set PATH=%JAVA_HOME%\bin;%PATH%
- UNIX (run.sh)
JAVA_HOME=/opt/jdk/jdk150_6
PATH=${JAVA_HOME}/bin:${PATH}
export JAVA_HOME PATH
- Copy the fed_admin_jboss.war file from the
cfs_install_path directory into the
jboss_install_path/server/fedadmin/deploy
directory.
- Rename the fed_admin_jboss.war file to FedAdmin.war
so that you can use it in the URL of the application:
http://localhost:8090/FedAdmin
- Start JBoss Application Server and pass in the name of the Federation
Administration application server directory structure that you created.
- UNIX
./run.sh -c fedadmin
- Windows
run.bat -c fedadmin