AEM with JBoss EAP 6.3.0/6.4.0 installation and integration


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-tiimeout attribute in the xml file of your instance (e.g configuration/standalone.xml):
1
2
3
<subsystem xmlns="urn:jboss:domain:deployment-scanner:1.1">
            <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