tomcat7
Tomcat 7: How to set initial heap size correctly?
I was trying to adjust initial heap size of a tomcat 7 (CentOS, java -version: 1.6开发者_开发百科.0_25-b06) instance by adding the following line to catalina.sh:[详细]
2023-03-25 13:40 分类:问答Custom error page does not work with Weld & Tomcat7
In my web application I\'m trying to use custom error page. However this does not work with Weld. When I navigate to a non-existing page in my app instead of getting custom error page I see exception[详细]
2023-03-25 09:25 分类:问答Datasource is not bound in context
My datasource.xml <?xml version=\"1.0\" encoding=\"UTF-8\"?> <datasource> <local-tx-datasource>[详细]
2023-03-25 08:42 分类:问答JSF with facelets in Tomcat7
I am trying to deploy aJSF 2.0 application with Facelets 1.1.14 to Tomcat7. I am getting the following exceptions:[详细]
2023-03-25 02:38 分类:问答What causes a NotSerializableException in Tomcat 7? [duplicate]
This question already has answers here: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException[详细]
2023-03-24 09:17 分类:问答VM param optimization - Tomcat 7 and JDK 1.6
Deployment Env (web server only) 16 GB RAM Doble XEON processor (Intel) Centos 5.5 as OS Tomcat 7 JDK 1.6[详细]
2023-03-24 06:17 分类:问答Tomcat 7 : request.getCookies() still returns a cookie that I deleted on the client
I\'m running Tomcat 7. I request localhost:8080 and using firebug I see a pre-existing cookie is being sent 开发者_StackOverflow中文版with the request.[详细]
2023-03-24 03:16 分类:问答Redirect Tomcat 7 console log output to a file (Windows)
How do I redirect Tomcat 7 console log output to a file on Windo开发者_Python百科ws?Using catalina.bat run can start the tomcat in the current console instead of a new console , so you can redirect al[详细]
2023-03-23 19:56 分类:问答Severe error when deploying WAR in Tomcat 7
I\'m trying to deploy a WAR file (from Ext GWT project) into Tomcat 7 and I\'m getting an error which I don\'t understand. I\'ve played around with permissions of Tomcat Manager, the WAR file seems to[详细]
2023-03-23 14:22 分类:问答org.apache.catalina.ServerFactory.getServer() equivalent in Tomcat 7
What is the equivalent of org.apache.catalina.ServerFactory.getServer() in Tomcat 7 or what would be the best way to retrieve org.apache.catalina.Session instances ?[详细]
2023-03-23 05:54 分类:问答