Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Do some customization for Enterprise,.

...

Modify

...

start,

...

status

...

and

...

stop to include Zero Footprint Java,

Code Block

# Bonsaiframework - Modification Start
# --------------------------------------
JRE_HOME=/opt/aem/author/java/Contents/Home/
JAVA_HOME=/opt/aem/author/java/Contents/Home/
PATH=${JAVA_HOME}/bin:${PATH}
# --------------------------------------
# Bonsaiframework - Modification End

Here are somethings we should look atwill add shortly,

  1. Change Default JAVA_HOME and it seems documented as a parameter in older link and on that link what happened to serverctl command?Change Log LocatiionLog Location
  2. Only allows specific users to stop and start

If using Linux Containers create port mapping to allow 4502 in (note make sure to use direct IP Address of host to hit... not sure why it only works with IP right now),

Code Block
languagebash
# while in LXD Host,
sudo iptables -t nat -A PREROUTING -p tcp -i ens33 --dport 4502 -j DNAT --to-destination 10.71.210.30:4502

References

Most important - https://docs.adobe.com/docs/en/aem/6-2/deploy/custom-standalone-install.html