VOOZH about

URL: https://www.javacodegeeks.com/2014/03/how-to-create-mysql-datasource-in-weblogic-server.html

⇱ How to create MySQL DataSource in WebLogic Server


One cool thing about using an application server is that it allows you to create DataSource outside of your application and it can manage it along with thread pool and transaction manager etc. With WebLogic Server, it comes with quite a few built in JDBC drivers such as Oracle Database and MySQL etc ready for your use. Here I will show you how to create a MySQL DataSource.
 
 
 
 
 
 

  1. Login into http://localhost:7001/console
  2. On the left menu click Services > Data Sources
  3. On the right, click “New” button
  4. Enter Name: mysql_ds ; You may optionally give it an JNDI Name: jdbc/mysql_ds; And then select Database Type: MySQL
  5. Click “Next” button and then accept default with another two “Next” buttons.
  6. Now enter Database Name: test; Host Name: localhost; Database User Name: root; and then the password.
  7. Click “Next” and you may optionally test your connection here.
  8. Click “Next” and you MUST select an sever as target!
  9. Click “Finish”

Now you have a DataSource ready to be used by your application on this server. You may access this by either JNDI lookup, or JPA configuration with entity manager injection.

TIPS: If you do not pick a server Target in step 8, then your applicatoin will NOT able to access this Data Source! So ensure you have done this step as it’s the easy step to miss.
 

Do you want to know how to develop your skillset to become a Java Rockstar?
Subscribe to our newsletter to start Rocking right now!
To get you started we give you our best selling eBooks for FREE!
1. JPA Mini Book
2. JVM Troubleshooting Guide
3. JUnit Tutorial for Unit Testing
4. Java Annotations Tutorial
5. Java Interview Questions
6. Spring Interview Questions
7. Android UI Design
and many more ....
I agree to the Terms and Privacy Policy

Thank you!

We will contact you soon.

👁 Photo of Zemian Deng
Zemian Deng
March 12th, 2014Last Updated: March 11th, 2014
0 161 1 minute read
Subscribe

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Back to top button
Close
wpDiscuz