最近的文章列表

如何处理The requested resource (/JSPExample/registerServlet) is not available - J2EE

The requested resource (/JSPExample/registerServlet) is not available
HTTP Status 404 - /JSPExample/registerServlet

--------------------------------------------

type Status report

message /JSPExample/registerServlet

description The requested resource (/JSPExample/registerServlet) is not available.<br

2014/1/7 Comments:
java.net.ConnectException: Connection refused: connect - J2EE

ssh整合出问题了
我整合ssh作登陆验证 一启动tomcat就报告错误了 mysql的驱动我有放lib下面 应该没问题啊

<bean id="dataSource"
class="org.apache.commons.dbcp.BasicDataSource">
<property name="driverClassName"
value="com.mysql.jdbc.Driver">
</property>
<property name="url&

2014/1/7 Comments:
Tomcat中报错:This is very likely to create a memory leak解决方法 - J2EE

Tomcat中报:This is very likely to create a memory leak
2010-12-20 15:13:25 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
严重: The web application [/tiger] created a ThreadLocal with key of type [null] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@b98117]) and a value of type [java.lang.Object[]] (value [[Ljava.lan

2014/1/7 Comments: