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