I am using Tomcat 7.0 and a user i defined at tomcat-users.xml is locked. I saw warnings at ca开发者_如何学Pythontalina.out that the user is locked. How can i unlock it without restarting tomcat? I se
I want to change through configuration (afaik server.xml) the default response buffer size. The documentation states that this is possible using the \"bufferSize\" attribute inside the \"Connector\" e
/var/log/tomcat-7/catalina.2011-09-05.log: INFO: Starting service Catalina Sep 5, 2011 8:33:51 PM org.apache.catalina.core.StandardEngine startInternal
I was trying read a property value in Tomcat. My plan was to access the value using System.getProperty(\"LOGPATH\") where LOGPATH is the name of my property.However I did not find a way to set a Syste
Can someone explain the cause of this error? I am getting this error only when I deploy the application(in a Tomcat server). On my developing machine and also in others machines this works fine. We ru
I have an issue with a standalone Tomcat server (not linked with Apache). When Tomcat starts up, the init() method of the servlet is getting called twice, i.e., two servlets are starting up. Even mor
I am running a web application in Production that recently crashed after it was under some stress. I would guess 100-300 people were accessing the site at similar times, which I would expect to work f
I have a grails application that is in production now. This morning I was alerted to the fact that the server was not resolving. Tomcat was spinning and spinning. I researched and it looks like it has
I know that I can rename my webapp (or it\'s WAR file) to ROOT but this is a terrible way to do it, IMHO. Now I checked out the tomcat doc & it says
I would like to secure my webapps (on Tomcat 5.5) with ADFS SSO. The webapps are accessed from outside through Apache2 and its rewrite module.