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
0
votes
1 answer

How does SSL work when Tomcat runs behind IIS 6.0?

I have a web service hosted on Tomcat that is behind IIS 6.0. I use Tomcat Connector to connect Tomcat to IIS. My web service opens an SSL connection to another server: Is the SSL connection made from Tomcat, or from IIS, and which SSL keystore…
Eric H
  • 748
  • 4
  • 10
0
votes
1 answer

Tomcat cannot serve files over 1MB without breaking under high load

For some reason, my tomcat deployment begins throwing BadFileNumber exceptions when a large file (>1MB) is served over high load. I'm using JRE 1.6.0_17 with Tomcat 6.0.14. What could possibly cause tomcat to serve bad files under high load for…
Stefan Kendall
  • 1,069
  • 3
  • 17
  • 33
0
votes
0 answers

After Tomcat 8.5 update, buttons not working only on a particular dns url

Recently we had an update from tomcat 6 to tomcat 8.5. When I am trying to login to my web gui via direct link it is working fine but when I used the dns url, for first time it works fine but if we create another window with same dns link, some…
Larvi
  • 1
  • 1
0
votes
1 answer

timeout issues when connecting to local tomcat server with afraid.org dynamic dns

background i'm working on a very small team to update the css on a struts 2 website. i'm deploying my code to a tomcat server for testing, and the server pulls its data from an oracle database running in a centos virtualbox. needing a way to connect…
-1
votes
1 answer

tomcat-7.0.23 shuts down automatically on aws server

Have installed tomcat tomcat-7.0.23 on AWS server, but the last tomcat server which I started gets down automatically. Have gone through similar question "tomcat on aws shuts down automatically", but didn't solve `my problem. Below are the lines…
PVR
  • 99
  • 4
-1
votes
1 answer

Record and replay HTTP requests/posts between a given period of time (Apache)

Disclaimer: I know that what I'm about to ask is not even close to best practices but due to very specific requirements, I see this as probably one of very few solutions. Context: We wish to replicate the Production environment entirely for…
-1
votes
3 answers

Install GoDaddy Wildcard SSL Certificate on Tomcat 6

I have a wildcard ssl certificate that was generated by one of our Server Admins. I would like to use a copy for one of our sub-domains. Do I need to go through recreating a CSR file using keytool. How do just import the 3 files as shown below, to…
-1
votes
1 answer

Cache Memory Growing very fast Cent Os -Tomcat

i am running Java application on Tomcat-6 on CentOs . JAVA_OPTS Like this : JAVA_OPTS="$JAVA_OPTS -Dorg.apache.catalina.security.SecurityListener.UMASK=`umask` -server -Xms256m -Xmx2536m -XX:+UseParallelGC -XX:ParallelGCThreads=2 …
Bhavesh
  • 131
  • 5
-1
votes
1 answer

Apache Tomcat from 6.0.36 to 6.0.37 (windows server)

I have a Apache Tomcat 6.0.36 installed on a windows server and would like to upgrade to 6.0.37 How should I do this?
Sherman
  • 3
  • 2
-1
votes
1 answer

Amazon EC2 - Free memory

We have an amazon ec2 small instance running and over the past few days we noticed that the memory is going down and down. On the small instance, we are running apache and tomcat6 Tomcat is started with the following JVM parameters -Xms32m -Xmx128m…
Damo
  • 109
  • 3
-1
votes
1 answer

Failed to install Tomcat6 service in windows server 2003 enterprises

When I try to install Tomcat6 I am getting this error --------------------------- Apache Tomcat Setup --------------------------- Failed to install Tomcat6 service. Check your settings and permissions. Ignore and continue anyway (not…
leelavinodh
  • 101
  • 2
-3
votes
4 answers

How to configure Tomcat6 to run Php5

I am using Tomcat6 as a server and i want to run php5 application on tomcat . Is there anyway to configure tomcat6 to run php on it .? I am using Ubntu 13.10 to run tomcat6
-4
votes
1 answer

how to start the tomcat server in linux?

i tried to install 1.yum install -zxvf apache-tomcat-6.0.47.tar.gz then 2. export TOMCAT_HOME=/home/mpatil/softwares/apache-tomcat-6.0.37 3. [root@localhost mpatil]# echo $TOMCAT_HOME /home/mpatil/softwares/apache-tomcat-7.0.47 while…
1 2 3
18
19