Hi,
I'm trying do setup OAM cluster (with two OAM machines and one Apache web server as front end load balancer)
I have done the following :
1) Setup OAM on weblogic managed server (machine1:14100)
2) Installed Weblogic and IDM on machine2
3) On machine1 i have extended the domain so as to add oam cluster to the domain. Added machine details of machine1 and machine2
3) Packed domain from machine1 and unpacked in machine2(:14100)
4) Installed Apache on machine1:8080
5) Added the following in httpd.conf:
LoadModule weblogic_module modules/mod_wl_22.so
<IfModule mod_weblogic.c>
Debug on
WebLogicCluster machine1:14100,machine2:14100
WLLogFile /home/Apache/apa.log
MatchExpression /oam/*
</IfModule>
Now, when i try to access http://machine1:7001/oamconsole i get 404
and when i try to access http://machine1:8080/oam/server/obrareq.cgi?wh%3DIAMSuiteAgent+wu%3D%2Foamconsole%2Ffaces%2Fpages%2FPolicyManager.jspx+wo%3DGET+rh%3Dhttp%3A%2F%2Fmachine1%3A7001%2Foamconsole%2Ffaces%2Fpages+ru%3D%2Foamconsole%2Ffaces%2Fpages%2FPolicyManager.jspx
Error 404--Not Found
The log file: /home/Apache/apa.log shows:
Fri Jul 26 19:21:37 2013 <2125713748466972> URL::parseHeaders: CompleteStatusLine set to [HTTP/1.1 404 Not Found]
Fri Jul 26 19:21:37 2013 <2125713748466972> URL::parseHeaders: StatusLine set to [404 Not Found]
Fri Jul 26 19:21:37 2013 <2125713748466972> parsed all headers OK
Fri Jul 26 19:21:37 2013 <2125713748466972> sendResponse() : r->status = '404'
Any idea what this means?
Thanks.