You can deploy the Federation Administration application on the same JBoss Application Server 5 Enterprise Application Platform instance as Content Platform Engine.
Procedure
To collocate the Federation Administration application
and Content Platform Engine on the
same JBoss Application Server 5 instance:
- Copy the fed_admin_jboss.war file from the
cfs_install_path directory into the
jboss_install_path/server/cemp_server/deploy
directory, where cemp_server is the name of the JBoss Application Server directory that is used for Content Platform Engine.
- 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. Use the same port number for the Federation Administration application as is used for the
Content Platform Engine web services, such as
http://localhost:8080/FedAdmin.
- UNIX
./run.sh -c fedadmin
- Windows
run.bat -c fedadmin