Oracle Weblogic Server (MOSC)

MOSC Banner

Regarding Apache configuration with WebLogic

edited May 30, 2013 2:29AM in Oracle Weblogic Server (MOSC) 7 commentsAnswered
Hi,
I want to configure WebLogic domain with Apache WebServer to proxy the requests to WebLogic managed servers which are not in cluster.

Can I configure similar to this in httpd.conf?

<IfModule mod_weblogic.c>
  WebLogicHost hostone.com
  WebLogicPort 7001
</IfModule>

<IfModule mod_weblogic.c>
  WebLogicHost hosttwo.com
  WebLogicPort 7003
</IfModule>

Or can I configure with the below cluster configuration though I don't have cluster configuration?

  WebLogicCluster hostone.com:7001,hosttwo.com:7003  <br/></IfModule><IfModule mod_weblogic.c><br/>
Thanks,
RK

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center