I have an existing Tomcat Installation that is running on production mode right now.It runs as a windows service.
Does anyone know any reason why tomcat might stop responding or any way I can find out why this is happening?
I just installed Eclipse for Java EE developers, Created a New Project by checking out files through SVN from a reposito开发者_JS百科ry.
I downloaded and setup my Apache Tomcat 6 in our production server. I then started it to see if it\'s running, and found out that its okay.
I have a Host that doesn\'t automatically deploy all web apps. <Host name=\"localhost\"appBase=\"webapps\"
i use ubuntu 9.04 for testing platform. I have created a webapp that log a hardcoded string whenever someone visit index.jsp. I have enable SECURITY_MANAGER in /etc/init.d/tomcat6. And I have grant pe
We recently changed to the CMS garbage collector on our server (XX:+UseConcMarkSweepGC) which worked fine in tests. When we went to production, things were OK for the first few hours, but then we sudd
I am trying to setup SSL to my web app and followed tutorial (http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/), then hitting http://localhost:8443 returns \"unable to connec
Is there any Tomcat API or configuration available which can tell an application (probably on startup), what port its running on without a request?
I want a certain role to be protected with a username and password in some environments, but not require 开发者_运维问答even a prompt in others. If I have an auth-constraint in a tomcat web.xml, can I