• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Clustering weblogic domains?

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai guys,

I have installed WebLogic server 10.3.4
And i want to do vertical & horizontal clustering with different domains. And also i want to access my application through the webserver only.

Please i'm new to this weblogic server and help me to solve it.

Regards,
JagadesH L.
 
Ranch Hand
Posts: 98
Oracle Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jagadesh,

WebLogic server provides the Clustering feature for load balancing and failover.
You cannot directly access the cluster, it can be done by using a WebServer or load balancer.

For further details on WebLogic clusters refer the below link.

http://download.oracle.com/docs/cd/E11035_01/wls100/cluster/overview.html

For configuring WebServers in front of a weblogic cluster, refer the below links for step to step details.

For Apache WebServer with WebLogic cluster:

http://weblogic-wonders.com/weblogic/2010/12/11/configure-apache-webserver-with-weblogic-server/

For IIS WebServer with WebLogic cluster:

http://weblogic-wonders.com/weblogic/2010/11/12/configuring-iis-with-weblogic-server/

For SunOne WebServer with Weblogic cluster:

http://weblogic-wonders.com/weblogic/2010/11/12/configuring-sunone-iplanet-webserver-with-weblogic/

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic