Before a deployment read the General Description above.
Prepare JBoss server
- Set Memory arguments in your conf file(e.g. standalone.conf)
- JAVA_OPTS="-Xms64m -Xmx2048m"
- if you use the deployment-scanner for to install the AEM web application it might be good to increase the deployment-timeout, for that set a deployment-timeout attribute in the xml file of your instance (e.g configuration/standalone.xml):
<deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000" deployment-timeout="1000"/>
</subsystem>
Deploy AEM web application
- Upload the AEM web application in your JBoss Administration Console.
- Enable the AEM web application.
No comments:
Post a Comment
If you have any doubts or questions, please let us know.