Altering ServerInfo.properties in Tomcat => ClassNotFoundException

2013-08-08 Thread Edao, Aliye
Dear all, Altering ${catalina_home}/lib/org/apache/catalina/util/ServerInfo.properties because of information disclosure concerns (TC version number) in apache-tomcat-6.0.37, apache-tomcat-7.0.40, apache-tomcat-7.0.42 and Apache Tomcat/8.0.0-RC1 as mentioned in the documentation (http://tomcat.a

Tomcat error messages sent to client browsesr

2009-02-24 Thread Edao, Aliye
Dear all, I am trying to find out if there is an alternative way of telling Tomcat not to send information to the client browser in a case of an error (Stack trace, Root Cause ...) in the application rather than by defining an error-page in web.xml. System information: +++ Linux 2.6.5-7.28

AW: Tomcat hangs

2006-11-15 Thread Edao, Aliye
Hi Philipp, try the following: Increase maxThreads in server.xml. A good value to start with is maxProcessors="100". Set connectionTimeout to a minute -> connectionTimeout="6". Restart Tomcat. Hope this will help. Mit freundlichem Gruß / kind regards

AW: mod jk

2006-03-06 Thread Edao, Aliye
Hi, The mod_jk you are using seems not to function properly. You can see that if you user the command: ldd /home/qrq/suds_20_dir/apache/libexec/mod_jk.so (you should get something like --> not found ... Recompile it or download a binary version suitable to your system form http://apache.speed

AW: Block HTTP Connector Port in server.xml and still use manager deployer for Tomcat Deployments

2005-10-24 Thread Edao, Aliye
Hi all, Has anybody succesfully implemented "BadInputFilterValve" on Tomcat 5.5.12 or on Tomcat 5.5.x?? This valve works on Tomcat 4.x and 5.0.x without any problems. I can`t compile it on Tomcat 5.5.x. Thanks Aliye - To uns