在weblogic里配置成功Connection Pool后,我怎么调用?
Name: MySql Connection Pool
URL: jdbc:mysql://localhost:3306/dbase
Driver Classname: com.mysql.jdbc.Driver
=========================
JDBC Data Source...
MySql Data Source MySql MySql Connection Pool true 256
===========================
配置成功后,在程序里如何调用?
例如:
Class.forName(sDBDriver); 这里的sDBDriver应该是什么?
sqlCon = java.sql.DriverManager.getConnection(strCon);这里的strCon应该是什么?
==========
另外,安装成NT服务后,启动没有报错,但http://localhost:7001却不能浏览,但在我启动DOS窗口后,就没有问题,为什么?
谢谢