Versions Compared

Key

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

Please note that web adoptor is not essential for single-machine deployment.

Portal, after it is installed, is not accessible from public IP in AWS. Hence, installing Web Adaptor is necessary to make it accessible from public IP.

The installation guide refers Setup program but it Setup program that installation guide refers doesn't exist in AWS Marketplace image. You can find /arcgis/webadaptor10.7.1/.Setup directory though.

System requirement says Tomcat 9.0.19 but Ubuntu installs Tomcat 9.0.16 via apt.

Step-by-step guide

  1. apt-get install tomcat9
  2. cd /arcgis/webadaptor10.7.1/java
  3. ./init_webadaptor.sh
  4. cd /arcgis/webadaptor10.7.1/java/tools
  5. ./configurewebadaptor.sh -m portal -w https://arcgis-s.gisdemo.net/arcgis/webadaptor -g https://172.31.49.200:7443 -u siteadmin -p password

...