Regarding Apache configuration with WebLogic
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?
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
0