mysql-oracle数据库连接的xml文件怎么改成Mysql能用的?

原创
2016-06-06 09:39:17626浏览
mysqlxmloracle数据库

原数据库是oracle的,现在在Mysql上建了个一样的,怎么改文件才能连接上数据库?

**现在尝试过:
1.只改url,driverClassName,username,password,之后tomcat就出问题了

2.我把下面这个xml删掉了,用建立数据库连接类的方法,错误是这样的
Struts Problem Report

Struts has detected an unhandled exception:

Messages: 1.Io ??: The Network Adapter could not establish the connection
2.Could not open JDBC Connection for transaction; nested exception is java.sql.SQLException: Io ??: The Network Adapter could not establish the connection

File: oracle/jdbc/driver/DatabaseError.java
Line number: 112 **

原来的applicationContext.xml是这样的:


xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:jaxws="http://cxf.apache.org/jaxws"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.1.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.1.xsd
http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd">

                                                                                                                                                

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。