AEM + with Oracle WebLogic 12.1.3/12.2 installation and integration


Before a deployment read the General Description above.
This uses a simple Server Layout with only an Admin Server.
WebLogic Server Preparation
  • 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