How To Make OC4J Listen On Only A Specific IP Address For HTTP
(Doc ID 564570.1)
Last updated on OCTOBER 07, 2022
Applies to:
Oracle Containers for J2EE - Version 10.1.3.1.0 and laterInformation in this document applies to any platform.
Goal
How can the HTTP port of OC4J standalone be configured to bind to only one IP address, i.e. so that it binds like the following?
> netstat -an | grep 8888 tcp 0 0 127.0.0.1:8888 0.0.0.0:* LISTEN
Solution
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
Goal |
Solution |
References |