consoleoc4joas

Oracle Application Server 10.1.3


How do we secure OAS administration em console and not expose it to the outside world. Or in other words how do we hide certain pages from displaying.

Something like it should be accessible only by localhost and not by the domain name or the ip.

Thanks


Solution

  • You should be able to set the site to listen on 127.0.0.1 by following this section of the documentation

    Creating the Web Site Configuration File

    The key information defined in a Web site configuration file includes the following:

    The most straightforward way to create a new configuration file is to make a copy of the default Web site configuration file, default-web-site.xml, which is located in the ORACLE_HOME/j2ee/instance/config directory. Name the file according to the following convention:

    webSiteName-web-site.xml

    The typical configuration file includes a root element containing attributes that specify the following: