How to Run WebLogic Server on a Port Below 1025 as an Unprivileged (non-root) User
(Doc ID 766676.1)
Last updated on MAY 20, 2024
Applies to:
Oracle WebLogic Server - Version 6.1 and laterGeneric UNIX
Goal
It is often desirable to set up WebLogic Server (WLS) to use (for example) port 80 for HTTP connections or port 443 for SSL connections so that the port need not be specified in the URL. On UNIX systems, however, binding a process to a port lower than 1025 must be done from the account of privileged user, usually root. Since running a long-running process like WLS as root is inherently insecure, what can be done to use such ports securely?
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 |