We can Create a Multi data Source in Weblogic which can perform Load balancing/ Fail-over among multiple generic Data sources. The Applications deployed on Weblogic will point to this Multi data Source and This Multidata source will do the load balancing/ fail-over internally. Below are the steps to create a Multi data source: Login to the weblogic console and click services. Click on Data Sources and create a new generic data source. Provide all the connection details and test the connection with Database. After this create another generic Data source. MultiData Source will do a load balancing between these 2 data sources. After both the data sources are created. Click on Services--> Data Sources. Create a new Multi Data Source. Provide the name of the Multi data source, JNDI name of the Data Source and select either load balancing or Fail-Over from Algorithm type. Select the server where Multidata source will be deployed (Server wher
The views expressed on this blog are my own and do not necessarily reflect the views of my employer.