You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Setup program that installation guide refers doesn't exist in AWS Marketplace image.

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


Tomcat9 doesn't accept connection from private EC2 IP and 127.0.0.1 if port 80 is used.

References

  1. https://enterprise.arcgis.com/en/web-adaptor/latest/install/java-linux/install-arcgis-web-adaptor-server.htm
  2. https://stackoverflow.com/questions/6246127/cant-access-tomcat-using-ip-address
  3. https://support.esri.com/en/technical-article/000013293

  • No labels