Can you tell me on how I configure a MySQL datasource in WebLogic. I seem to be getting this error: WHile trying to connec to DB in the codes.javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
Context = javax.naming.InitialContext@185db5 at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:645). Thank you in advance.
Can you tell me on how I configure a MySQL datasource in WebLogic. I seem to be getting this error: WHile trying to connec to DB in the codes.javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial
Context = javax.naming.InitialContext@185db5 at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:645). Thank you in advance.
ROBINSONREX1 4 months ago
@ROBINSONREX1 Hi Make sure you have installed mysql driver in weblogic
baigsorcl 4 months ago
@baigsorcl I have done it, but it is not working.
ROBINSONREX1 4 months ago
@ROBINSONREX1 Hi visit my blog baigzeeshan dotcom search for mysql label you will find installation steps for mysql jdbc driver in weblogic server.
I cannot post a link in youtube comments.
baigsorcl 3 months ago