Versions Compared

Key

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

If you are using Semarchy xDM from AWS Marketplace, follow this guide to prepare your application server for production. Semarchy built this AWS Marketplace offering for trial evaluations and following tutorials. It is not ready for production. Follow the easy steps below to go to production using the AWS Marketplace AMI.

...

  1. Edit the semarchy.xml in /etc/tomcat/Catalina/localhost/semarchy.xml
  2. Check the drivers in /usr/share/tomcat8/lib

Edit system timezone (optional)

The default timezone set at OS level is UTC, if you want to edit it follow these steps

  1. Edit the /etc/sysconfig/clock file to set the ZONE attribute to the correct value (i.e. ZONE="Europe/Paris" where the value is a file path under the root folder /usr/share/zoneinfo)
  2. Create a symbolic link with this command ln -sf /usr/share/zoneinfo/Europe/Paris /etc/localtime
  3. Reboot the server

If clustering, configure your passive servers 

...