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:
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
My datasource.xml <?xml version=\"1.0\" encoding=\"UTF-8\"?> <datasource> <local-tx-datasource>
I am trying to deploy aJSF 2.0 application with Facelets 1.1.14 to Tomcat7. I am getting the following exceptions:
This question already has answers here: java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException
Deployment Env (web server only) 16 GB RAM Doble XEON processor (Intel) Centos 5.5 as OS Tomcat 7 JDK 1.6
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.
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
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
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 ?