Implementing SSL for Oracle HTTP Server - context file is not getting updated.
We have implemented 11i iSupport for one of our customers. The iSupport env is running on Windows 2003 Server. We want to implement SSL for the iSupport env by following A Guide to Understanding and Implementing SSL for Oracle Applications [ID 123718.1]. The implemention worked fine on the Test Server.
In the production server I am having issues.I updated the Appl Context File with the required parameters for SSL (s_url_protocol to https, s_local_url_protocol to https and s_webport to 443) and executed autoconfig. The autoconfig completed successfully. But I noticed that the Context File was reverted to the orignal Context File values (s_url_protocol to http, s_local_url_protocol to http and s_webport to 80) after autoconfig.