datasource - WebLogic--->Cannot load driver: com.mysql.jdbc.Driver -


i have problem in creating data source in weblogic application server 10.3, i'm making jdbc connection mysql database , placed mysql driver in lib folder of weblogic \wlserver_10.3\server\lib , in mysql folder wlserver_10.3\server\ext\jdbc\mysql independently , error message still arises

note: there 2 jar files in folder wlserver_10.3\server\ext\jdbc\mysql , removed them avoid conflict, how can solve these problem??

are using or need different driver 1 comes weblogic install? if you need add classpath in setdomainenv.sh. otherwise default using:

\wlserver_10.3\server\lib\mysql-connector-java-commercial-5.x.x-bin.jar 

we had add additional oracle jars our classpath secure connections. can check more here: http://docs.oracle.com/cd/e13222_01/wls/docs100/jdbc_admin/third_party_drivers.html


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -