This uses a simple Server Layout with only an Admin Server.
WebLogic Server Preparation
- In ${myDomain}/config/config.xml add to the security-configuration section:
- false see on http://xmlns.oracle.com/weblogic/domain/1.0/domain.xsd for the correct position (per default to position it at the end of the section is ok)
- Increase VM Memory settings:
- open ${myDomain}/bin/setDomainEnv.cmd (resp .sh)search for WLS_MEM_ARGS, set e.g set WLS_MEM_ARGS_64BIT=-Xms256m -Xmx2048m
- restart WebLogic Server
- Create in ${myDomain} a packages folder and inside a cq folder and in it a Plan folder
Deploy AEM web application
- Download AEM war file
- Put the AEM war file into the ${myDomain}/packages/cq folder
- Make your configurations In WEB-INF/web.xml if needed (see above in the General Description)
- Unpack WEB-INF/web.xml file
- change sling.run.modes parameter to publish
- uncomment sling.home initial parameter and set this path as you need (see General Description)
- Repack web.xml file
- Deploy AEM war file as an Application, (for the other settings use the default settings)
- The installation can take time...
- Check that the installation has finished as mentioned above in the General Description (e.g. tailing the error.log)
- You can change the context root in the Configuration tab of the web application in the WebLogic /console
No comments:
Post a Comment
If you have any doubts or questions, please let us know.