Situation:
We would like to have only the secure web server (running on port 8443) available, and shut down the non-secure version (on port 8080). What is the process to do this?
Solution:
To shut down the non-secure version (on port 8080) follow the below steps:
- Go to location "AdeptiaServer/ServerKernel/etc/jetty/contexts".
- Open webapp.xml file and comment the line "<Item>HttpConnectorA</Item>" and save the file. Refer the below xml excerpt for more information:
- Restart Adeptia Kernel and Webrunner.
Note: Make sure any backup webapp.xml file is not stored in the jetty/contexts directory
Comments
0 comments
Article is closed for comments.