FileNet P8 Content Federation Services, Version 5.2.1       Application server:  JBOSS Application Server     

Deploying a stand-alone Federation Administration application on JBoss Application Server 5

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:

  1. Create a JBoss Application Server instance to host the Federation Administration application:
    1. Copy the jboss_install_path/server/default directory structure to a new directory structure, such as jboss_install_path/server/fedadmin.
    2. 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
  2. Copy the fed_admin_jboss.war file from the cfs_install_path directory into the jboss_install_path/server/fedadmin/deploy directory.
  3. 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
  4. 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


Last updated: October 2015
cfsin087.htm

© Copyright IBM Corporation 2015.