Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Facing issue while Oracle Web tier 11.1.1.9 configuration

3055070Nov 19 2015 — edited Dec 22 2015

Hi Team,

I am facing issue while Oracle Web tier 11.1.1.9 configuration as per our Application. Modified the below config files manually:-

/dboracle/orabase/product/ohs/Oracle_WT1/instances/instance1/config/OHS/ohs1 :- httpd.conf

/dboracle/orabase/product/ohs/Oracle_WT1/instances/instance1/config/OHS/ohs1/:- mod_wl_ohs.conf

/dboracle/orabase/product/ohs/Oracle_WT1/instances/instance1/config/OHS/ohs1/moduleconf - plsql.conf

/dboracle/orabase/product/ohs/Oracle_WT1/instances/instance1/config/OHS/ohs1/mod_plsql : dads.conf as below:-

<Location /pls/cps_dad>

  SetHandler pls_handler

  Order deny,allow

  Allow from all

  AllowOverride None

  PlsqlDatabaseUsername         abc

  PlsqlDatabasePassword         abc

  PlsqlDatabaseConnectString    hostname:1521:abc

  PlsqlAuthenticationMode       Basic

  PlsqlDefaultPage              package_name.startup

</Location>

and started the opmn with the command:- ./opmn startall

and the status is Alive.

However, Unable to open our application url :- http://ip_address:7777/pls/abc_dad/package_name.startup

Kindly guide me how to start the URL.

Please let me know in case of any issue or concern.

Thanks and Regards,

Reshma

Comments

Post Details

Added on Nov 19 2015
5 comments
1,972 views