configuration mysql-JDBC in weblogic 8.1
step 1: copy your mysql connectivity jar into weblogic_home/server/lib
step2: edit the env in the weblogic_home/common/bin/commenv.cmd/sh
step3: append your connectivity jar path
step4: edit configDB.cmd/sh if needed
step5: create the Datasource for your database and create JNDI for your DataSource.
Comments