The default request URL for EST is as follows:
http://<pgwy-host>:<port>/pgwy/est[/<handler>]
The default configuration serves the EST servlet at both /est and /.well-known/est/.
Example request URL
The following is an example request URL. Since Protocol Gateway is delivered as a web application, it is normally placed in a subpath by Tomcat.
https://www.example.com/pgwy/.well-known/est/
Place Protocol Gateway at root of web server
To place Protocol Gateway at the root of the web server, see Tomcat's documentation at https://tomcat.apache.org/tomcat-9.0-doc/config/context.html .
https://www.example.com/.well-known/est/
Related information