tomcat启动报错-Cannot load JDBC driver class 'oracle.jdbc.OracleDriver'

问题描述

Cannot load JDBC driver class 'oracle.jdbc.OracleDriver'

以前写的代码没有问题,现在在新的机器上部署就报错:
2013-10-8 22:36:17 org.apache.catalina.core.StandardHostDeployer install
信息: Installing web application at context path /NetCTOSS_V3 from URL file:E:Tomcat 5.0webappsNetCTOSS_V3
ERROR - Cannot load JDBC driver class 'oracle.jdbc.OracleDriver'
2013-10-8 22:36:28 org.apache.catalina.core.StandardContext start
严重: Error filterStart
2013-10-8 22:36:28 org.apache.catalina.core.StandardContext start
严重: Context startup failed due to previous errors
jar包也不缺啊。。tomcat下的servlet-api.jar也在。实在不知道什么原因了。求大家帮帮忙,不胜感激。我也在试探中。(看过有的资料说是eclipse的bug,搞不懂。自己感觉像spring配置文件的问题,还不敢确定,下面是配置文件内容)
<?xml version="1.0" encoding="UTF-8"?>
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">

<!--指定Spring配置文件位置和名称  -->
<context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>/WEB-INF/classes/applicationContext.xml</param-value>
</context-param>
<!--服务器启动时,实例化Spring容器对象  -->
<listener>
    <listener-class>
    org.springframework.web.context.ContextLoaderListener
    </listener-class>
</listener>
<!--添加openSessionInViewFilter  -->
<filter>
    <filter-name>openSessionInViewFilter</filter-name>
    <filter-class>org.springframework.orm.hibernate3.support.OpenSessionInViewFilter</filter-class>
</filter>
<filter-mapping>
    <filter-name>openSessionInViewFilter</filter-name>
    <url-pattern>/*</url-pattern>
</filter-mapping>

<filter>
    <filter-name>Struts2</filter-name>
    <filter-class>
        org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
    </filter-class>
</filter>

<filter-mapping>
    <filter-name>Struts2</filter-name>
    <url-pattern>/*</url-pattern>
</filter-mapping>

解决方案

你在tomcat/lib路径下面添加了包吗

时间: 2025-01-20 10:59:57

tomcat启动报错-Cannot load JDBC driver class &amp;#39;oracle.jdbc.OracleDriver&amp;#39;的相关文章

ssh事务-SSH配置事务tomcat启动报错问题

问题描述 SSH配置事务tomcat启动报错问题 tomcat启动报错: 严重: Exception sending context initialized event to listener instance of class org.apache.struts.plugin.PluginContextLoaderListener org.springframework.beans.factory.BeanCreationException: Error creating bean with

tomcat启动报错

myeclipse tomcat 启动报错,但是不影响访问. 解决问题: 各种查询,只看到相同的问题,没有发现有效的解决办法. 最后的解决是,更换了tomcat,使用了一个免安装的tomcat 8.0.5,启动正常了. 问题如下: 七月 22, 2016 10:15:32 上午 org.apache.catalina.core.AprLifecycleListener init 信息: The APR based Apache Tomcat Native library which allows

tomcat启动报错-Tomcat 启动报错 好像说mysql连接数超了 求帮助

问题描述 Tomcat 启动报错 好像说mysql连接数超了 求帮助 014-06-12 10:37:06500 ERROR [com.neusoft.common.CommonDao] - 公共模块-初始化字典表失败 org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Communications link failure due to underlying exception

tomcat启动报错啊,不知道哪里的错误。。

问题描述 tomcat启动报错啊,不知道哪里的错误.. 有哪位大神知道吗 严重: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/llsfw-web]] at org.apache.catalina.util.Lifec

tomcat启动报错这个怎么解决?

问题描述 tomcat启动报错这个怎么解决? 解决方案 tomcat(错误一) 解决启动报错问题一tomcat启动报错tomcat启动报错原因分析及解决 解决方案二: 配置有误?可以重新启动或重新部署tomcat 解决方案三: 换个绿色版的tomcat,重新部署下.

eclipse插件-eclips tomcat启动报错

问题描述 eclips tomcat启动报错 刚开始导入项目的时候是可以运行的,但是修改部分代码后,项目没报错,但tomcat就启动不了了. 报错内容是:Server Tomcat v8.0 Server at localhost failed to start. 请各位帮忙看看是怎么回事. 解决方案 看下配置文件,配置的问题,没有启动 解决方案二: tomcat 启动报错touch Linux中IDEA 下启动tomcat报错tomcat启动报错,以下是错误日志 解决方案三: 你给出的报错信息

eclips tomcat启动报错

问题描述 eclips tomcat启动报错 启动tomcat时报错了,错误如下: erver Tomcat v6.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor. 搜了一下,说是将timeouts-start的值设置大一点,但是这样也不行啊 以前也遇到这种情况

tld-linux tomcat 启动报错不能运行jar包

问题描述 linux tomcat 启动报错不能运行jar包 WARNING: Failed to process JAR [jar:file:/root/tomcat7.2/webapps/sms/WEB-INF/lib/axis2-kernel-1.4.1.jar!/] for TLD files java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method)

tomcat启动报错-同一项目在我的电脑上启动报错(缺少jar包,其实是有的),但在别人的电脑上却能正常启动,请求帮助

问题描述 同一项目在我的电脑上启动报错(缺少jar包,其实是有的),但在别人的电脑上却能正常启动,请求帮助 解决方案 如果是这样,那说明你引入的有问题啊, 1. 重新引入jar一下!!!对着jar右键add- 2. clean一下!!! 3. 重新发布项目 解决方案二: web项目直接放在lib文件夹下,就不需要add了吧, 此外,这项目在别的电脑可以正常运行 解决方案三: 有可能是jar包没有引入,在build path 把项目所有jar包都引进去 解决方案四: 谢谢各位,问题已解决.缘由是t