Hi,
I am new to this and trying to install Primavera on WLS, the pre-requisite is to install oracle http server, I installed oracle http server and standalone it works fine but after making changes for using backend WLS, I keep getting READ_ERROR_FROM_SERVER and not sure how to tackle this. Appreciate if some expert can help me in resolving this issue.
I made the below two changes to httpd.conf file as per the documentation and trying to restart OHS but it fails with the above message
[pre]
Add settings after DocumentRoot as follows:
DocumentRoot <Unifier_Home>/apps/ROOT
c. Add parameters between <Directory ></Directory> so it appears as follows:
<Directory "<Unifier_Home>/apps/ROOT">
Options Indexes Includes FollowSymLinks
AllowOverride None
Allow from all
Order allow,deny
DirectoryIndex index.html
</Directory>
[/pre]
and this change
[pre]
the following to the $ORACLE_INSTANCE/ config/ OHS/ ohs1/mod_wl_ohs.conf file:
<Location />
SetHandler weblogic-handler
WebLogicHost localhost
WeblogicPort 7001
</Location>[/pre]
appreciate any help.
Thanks,
I am new to this and trying to install Primavera on WLS, the pre-requisite is to install oracle http server, I installed oracle http server and standalone it works fine but after making changes for using backend WLS, I keep getting READ_ERROR_FROM_SERVER and not sure how to tackle this. Appreciate if some expert can help me in resolving this issue.
I made the below two changes to httpd.conf file as per the documentation and trying to restart OHS but it fails with the above message
[pre]
Add settings after DocumentRoot as follows:
DocumentRoot <Unifier_Home>/apps/ROOT
c. Add parameters between <Directory ></Directory> so it appears as follows:
<Directory "<Unifier_Home>/apps/ROOT">
Options Indexes Includes FollowSymLinks
AllowOverride None
Allow from all
Order allow,deny
DirectoryIndex index.html
</Directory>
[/pre]
and this change
[pre]
the following to the $ORACLE_INSTANCE/ config/ OHS/ ohs1/mod_wl_ohs.conf file:
<Location />
SetHandler weblogic-handler
WebLogicHost localhost
WeblogicPort 7001
</Location>[/pre]
appreciate any help.
Thanks,