Questions tagged [tomcat6]

Open source web server developed by the Apache Software Foundation

Tomcat 6, an open source web server developed by the Apache Software Foundation, was first released in 2006.

Version 6.0 implements the Servlet 2.5 and JavaServer Pages 2.1 specifications from the Java Community Process.

See also:

283 questions
3
votes
1 answer

Suggestions for swapping out a production server

Background My team has been investigating an issue in our production environment (see Stack Overflow post). We've looked thoroughly at application layer (i.e., code, logs, etc.) and also have done some low-level packet sniffing, but to no avail.…
John
  • 526
  • 1
  • 5
  • 13
3
votes
2 answers

Cannot shutdown Tomcat - transport Error

I am using Tomcat6.0.29. When I try to close Tomcat using shutdown.bat, it is not shutting down tomcat and also I don't see any update in log file for what happened. If I try to use "catalina stop" at the command prompt, I get the following error.…
RKodakandla
  • 131
  • 1
  • 4
3
votes
2 answers

best way to monitor web app performance in tomcat

I have a web application running in Tomcat 6.x on a Debian Linux box. I have recently started using Google App Engine for another java app and now have serious stats envy; is there a comparable tool out there for monitoring my tomcat app's…
Alex
  • 39
  • 1
  • 2
3
votes
2 answers

Best way to bring a system down with a "maintenance" message?

What's the best way to bring down an apache2/tomcat6 setup for maintenance? Specifically, apache2 can stay running, but tomcat needs to restart to accomplish a number of tasks. My initial thought is to change the root directory in the httpd.conf…
Stefan Kendall
  • 1,069
  • 3
  • 17
  • 33
3
votes
1 answer

how to configure tomcat6 for ubuntu

i have installed apache tomcat6 for ubuntu 9.04 recenty.But it seems that some API's like servelet and http are not included althogh i have installed openJDK 1.6. somebody advised me to set JAVA_HOME path variable. BUT i am not able to do that and…
Bipul
  • 143
  • 3
3
votes
2 answers

Tomcat 6: Access Control Exception?

I'm trying to setup a tomcat6 server, and I'm trying to match another setup someone else established. However, my deployment (default Ubuntu install) uses a policy.d/ directory structure, and the established server just uses a catalina.policy file.…
Stefan Kendall
  • 1,069
  • 3
  • 17
  • 33
3
votes
1 answer

"Current Classes Loaded:" continually increasing, PermGen bouncing around max?

I've run load against my web application for the past few days, and I've noticed that "Current Classes Loaded" viewed via JMX monitoring is continually increasing. It will go up and then back down, but the average amount of classes loaded is…
Stefan Kendall
  • 1,069
  • 3
  • 17
  • 33
2
votes
2 answers

Unusual Apache->Tomcat caching issue

Right now, I have an Apache setup sitting in front of Tomcat to handle caching. This setup has been given to an external service to manage, and since the transition, I've noticed odd behavior. Specifically, when I request a swf file from the web…
Stefan Kendall
  • 1,069
  • 3
  • 17
  • 33
2
votes
3 answers

Redirect HTTP traffic to an internal Web Server for a particular subdomain

I can't get my head around the following situation. We have an outside-available web site (say, http://example.com). It runs on our Windows 2008 server in IIS7. Now I want to make one of our internal servers available to the outside world as well…
Anton Gogolev
  • 1,572
  • 3
  • 16
  • 22
2
votes
1 answer

Unable to stop tomcat6 when using jmx port options

We have tomcat6 running in two different environments, both running CentOS 6.6 and OpenJDK 1.7. In one environment, I'm not able to stop tomcat6 when issuing service tomcat6 stop In the environment that this is failing, the only difference is that…
vmoralito
  • 21
  • 4
2
votes
1 answer

Where does tomcat6 put standard output by default (Ubuntu apt install)

Where does tomcat6 put logs by default? catalina.out seems to contain startup/shutdown information in /var/lib/tomcat6/logs, but standard out is either being swallowed or redirected somewhere else. I'm building a scala tomcat web service, and this…
Stefan Kendall
  • 1,069
  • 3
  • 17
  • 33
2
votes
0 answers

How to specify the timeout for health check in memcached session manager for tomcat

Basically the setup consists of two tomcat6 and two memcached nodes. memcached session manager version - 1.8.3 (latest release). I'm testing the following scenario: Client logs in into the application using load balancer url Load balancer is…
d3day
  • 121
  • 4
2
votes
1 answer

How to find the JVM version that ran Apache Tomcat from its logs?

I have a Tomcat log directory with very many log files in it. I want to determine which JVM was running this Tomcat. I could not find anything in the logs I lessed and I do not even know if it's possible to get this information from the logs. Does…
bmscomp
  • 129
  • 5
2
votes
1 answer

Tomcat: Log the equivalent of SSL_CLIENT_S_DN

In Apache HTTPD it is possible to create custom request logs which include the value of SSL_CLIENT_S_DN. Since the site requires mutual authentication (client certificates) this provides a good audit log of who is accessing the web server. The…
Kevin
  • 23
  • 4
2
votes
1 answer

Log warnings and errors only in Tomcat

I'm running an instance of Apache Solr with Tomcat 6. The scripts I used for installing configured Tomcat to log "everything" which means that it generates huge logfiles because every query etc. is being logged. The log file that is growing fast is…
lorenz
  • 141
  • 1
  • 7
1 2
3
18 19