Versions Compared

Key

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

...

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

Error Messages

If you call web page with public IP / DNS, lynx http://arcgis-server.gisdemo.net:8080/arcgis/webadaptor, you get the following 999 error:

Code Block
   The web adaptor configuration URL has to be accessed from the machine hosting the web adaptor.


If you call web page with internal IP, $lynx http://172.31.49.200:8080/arcgis/webadaptor, you get the following 400 error:

Code Block
   Unable to configure the ArcGIS Server with the Web Adaptor. Please make
   sure that the server machine is running and that the account specified
   has administrative privileges to the site.

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

...