Skip to Main Content

Security Software

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!

OAM 11g WLS Clustering

1010297Jul 26 2013 — edited Aug 6 2013

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.    

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 3 2013
Added on Jul 26 2013
7 comments
442 views