I have got a ROO开发者_运维知识库T application on my tomcat application server. When I add files to the ROOT folder I can\'t access them. I had files in the folder before which were named help.html an
I\'ve developed a web application using Tomcat 6.0.32 on the serv开发者_运维知识库er side. On the client side, users can send a files (max size: 10MB) and my web application should save them locally.
I\'m using RESTEasy asynchronous (Comet) IO support on Tomcat 6 via the NIO Connector. Currently, TCP connections are getting dropped by the server after each response is sent back to the client.
I am trying to implement a custom valve in Tomcat, say MyValve which extends BaseValve. I created a jar of the project and added it into the Tomcat\\lib开发者_StackOverflow folder.
I have a web application which has开发者_JAVA百科 tomcat 6.0 and JSF 2.0 with richfaces 4.0.0 Final.
Every time that I start up my grails application, using the production environment on my tomcat6 server I see the following error in /var/log/tomcat6/catalina.out:
I need to block co开发者_运维百科untry specific Ip ranges.. I tried blocking my own Ip address for an instance but it didn\'t happen.
I\'m trying to setup SSL in my local Tomcat 6 installation. For this, I followed the official How-To doing the following:
I want to enable tomcat to deliver files stored in the WAR file using http-compression. This question i开发者_开发百科f specific to tomcat, please do not suggest using another webserver.
I have tomcat 6.0.32 installed and running my web application on it. Usual stop/start works fine, when the tomcat is properly started or stopped. But when I try to stop the tomcat when it is in the mi