|
本帖最后由 deltaboy 于 2016-10-7 21:23 编辑
INFO: validateJarFile(/usr/share/tomcat7/webapps/baas/WEB-INF/lib/servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
总是有上面这个警告,这个问题在本地编译baas和服务器上部署都遇到了,貌似不影响正常运作,但是我想知道这是我的文件有问题还是怎么回事,求大神解惑。
【上面问题研究了一下午...放弃了...尼玛apache-tomcat\lib下面不放启动tomcat有问题,runtime\BaasServer\WEB-INF\lib下面不放,项目编译又有问题,算了...警告就警告吧,反正其实还有一条警告也搞不定,不多这一条:The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path
我去年买了个登山包...】
------------------------------------------------------------上面可以不用看了,请看下面------------------------------------------------------------
还是问个有意义一点的吧:
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 75,279,627 milliseconds ago. The last packet sent successfully to the server was 75,279,628 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
这是说wex5的baas没有关闭连接,导致超时?请问具体应该在哪个文件中加入什么参数行?
|
|