To use Workplace as
a web application, you must deploy it as an application on the JBoss Application Server.
- Stop the JBoss Application Server,
if it is running.
- Deploy the Workplace application: To deploy from exploded directory
- On the JBoss Application Server,
copy the /Workplace folder from:
AE_install_path
to:
JBOSS_home/server/servername/deploy/
- Append the extension .war to the Workplace
folder:
JBOSS_home/server/servername/deploy/Workplace.war
To
deploy from a WAR file
On the JBoss Application Server, copy the app_engine.war file
from:
AE_install_path/deploy
to:
JBOSS_home/server/servername/deploy/
To
deploy from an EAR file
On the JBoss Application Server, copy the app_engine.ear file
from:
AE_install_path/deploy
to:
JBOSS_home/server/servername/deploy/
- Set permissions for the user running the application server.
If the user that will be running the application server
is different from the user that installed Application Engine, you must give the user
read/write permissions on the following folders:
JBOSS_home/server/default/deploy/app_engine.war/
.ear
AE_install_path
For Windows this is only required for NTFS formatted
partitions.
- Start the JBoss Application Server.
- Verify that the application deployed successfully.
Verify that the server.log file located
in JBOSS_home/server/servername/log lists
deployment of the WAR or EAR file you used.