Wlst updateDomain() Unexpectedly Modifies or Removes Hostname Value From Listen & VirtualHost Directives
(Doc ID 2248677.1)
Last updated on JUNE 05, 2024
Applies to:
Oracle HTTP Server - Version 12.1.2.0.0 and laterInformation in this document applies to any platform.
Symptoms
When running updateDomain() with WLST to update OHS domain, it removes hostname value from Listen & VirtualHost Directive in ssl.conf.
e.g.
- Before
Listen localhost:4443
- After
Listen 4443
The behavior of OHS 12.2.1.2 is different. OHS 12.2.1.2 does NOT remove configuration, but replace with the value of ListenAddress. The value of ListenAddress could be found with following WLST commands;
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |