
tomcat
iteye_16154
这个作者很懒,什么都没留下…
展开
-
在一台机器上安装多个tomcat服务
因为之前在系统中装过安装版的tomcat6.0.14,安装完之后,会自动在系统中添加名为“tomcat6”的服务,显示名称为“Apache Tomcat”;当在运行安装版的tomcat6.0.20时,会出现错误提示,安装服务tomcat6失败:[img]http://dl.iteye.com/upload/attachment/168531/33b05261-a76d-33af-a4ac-...2009-11-15 13:03:02 · 121 阅读 · 0 评论 -
java.lang.OutOfMemoryError: PermGen space (tomcat内存溢出)
同时将三个工程发布到一个tomcat下,启动出现内存溢出异常:java.lang.OutOfMemoryError: PermGen space如果你的应用中有很多CLASS的话,就很可能出现PermGen space错误,这种错误常见在web服务器对JSP进行pre compile的时候。如果你的WEB APP下使用了大量的第三方jar, 其大小超过了jvm默认的大小(4M)...原创 2011-08-26 13:34:04 · 87 阅读 · 0 评论 -
启动Tomcat时遇到的 java.lang.IllegalArgumentException: Can't convert argument: null 异常
Eclipse中工程重命名后,启动tomcat,出现异常:[code="xml"]Sep 8, 2011 1:41:52 PM org.apache.catalina.startup.ContextConfig parseWebXmlSEVERE: Parse error in application web.xml file at jndi:/localhost/gzpetro-port...原创 2011-09-08 13:50:35 · 235 阅读 · 0 评论 -
tomcat7可能带来的问题
1、struts标签校验更加严格,如果struts标签中存在嵌套双引号会报错。2、对EL表达式校验更加严格,升级tomcat版本后,以前的代码可能不能用了。3、安全级别默认较高,如applet不能够访问request。具体现象可能是:1、报错 Attribute value is quoted with " which must be escaped when used withi...原创 2013-06-27 00:31:09 · 134 阅读 · 0 评论