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
0 answers

Installing tomcat6 on centos 64

I've tried: # yum install tomcat6 The result is as below: Transaction Summary ===================================================================================================================== Install 44 Package(s) Total size: 25…
A.Mokhtari
  • 101
  • 1
0
votes
0 answers

Error while Installing Tomcat6 on Linux Debian Squeeze

I install Tomcat6 and try to run the server but its not starting up. I checked the log and found out this error. Apr 29, 2014 3:29:13 PM org.apache.catalina.core.StandardContext resourcesStart SEVERE: Error starting static…
Kamran
  • 99
  • 2
  • 8
0
votes
0 answers

Connections pending Apache + Tomcat Setup

I have a Web App deployed using Tomcat . I'm also using Apache to do the port forwarding from 80 to 8080. I have an API service passing from apache to tomcat which gets large number of hits per day from a single IP. And other API service requests…
user23577
  • 71
  • 1
  • 1
  • 6
0
votes
0 answers

performance issue in tomcat

I have a load balancer, under load balancer I have to apache webservers with Mod_jk. Sticky session enabled in both load balancer and webservers. I have two tomcat servers(both are clustered/session replication is enabled) Sometimes we are seeing…
sree
  • 101
  • 1
0
votes
1 answer

A botnet may be attacking our site right now, how should we respond?

Not sure if SO is the right forum, but we're in need of help and perhaps programmatic elements may comprise the final solution. Instead of downvoting, please recommend where to post this question, and we'll gladly remove this from SO. Thanks -- we…
Crashalot
  • 167
  • 3
  • 11
0
votes
1 answer

Change java version for tomcat on centOS

I need to run tomcat6 with Java 8 and keep Java 6 as the default JRE on CentOS. I have succeeded on unpacking a tar version of tomcat6 on centOS and doing so, but when I use the yum package, for some reason, there is no catalina.sh and I cannot…
luanjot
  • 103
  • 1
  • 3
0
votes
1 answer

tomcat server starting error?

1. cd /home/mpatil/Downloads/ 2. tar zxvf apache-tomcat-6.0.37.tar.gz 3. cd apache-tomcat-6.0.37/bin 4. ./startup.sh 5. tail -f /home/mpatil/Downloads/apache-tomcat-6.0.37/logs/catalina.out The command 5 results in: [root@localhost bin]# tail -f…
user96237
  • 3
  • 2
0
votes
1 answer

Tomcat6 Decompressing GZip Request

Since Tomcat has the option to compress its response to GZip. Is there a way to configure Tomcat 6 to decompress gzipped requests without putting it behind an Apache server with mod_deflate enabled, or creating a GZip filter on the application…
Hadi Salem
  • 193
  • 1
  • 1
  • 5
0
votes
2 answers

How to change what a web address displays by server settings?

I'm not too familiar with server configuration especially CentOS or Redhat based server configuration. The problem that I am currently having is that I have Tomcat6 installed. When I go to my website address: www.example.com:8080 I can see the…
Ryan
  • 157
  • 1
  • 13
0
votes
1 answer

Apache in front of JBoss 6 -> Some proxy errors

Here under my Apache configuration: ProxyTimeout 300 SetEnv force-proxy-request-1.0 1 SetEnv proxy-nokeepalive 1 ProxyPass …
Bob Sauvage
  • 21
  • 1
  • 1
  • 6
0
votes
1 answer

Tomcat Requested resource not found

I have a webapp, for which i have created a softlink in the webapp folder in tomcat6 directory /var/lib/tomcat6/webapp. Now, i have the webapp stored in /webapp/ when i pointed all my servers and restarted tomcat and visitedL…
Vijit Jain
  • 86
  • 3
  • 15
0
votes
1 answer

Make tomcat use Oracle Java, instead of OpenJDK

I have a webapp from Atlassian, called as Crowd, in order for this app to function, i need to have tomcat, and OracleJDK. the app provides a tomcat container, but that is not what i want. I want to install tomcat, so i can get the JSCV daemon…
Vijit Jain
  • 86
  • 3
  • 15
0
votes
2 answers

Regular Error 500 with SOLR-Server

In the recent weeks the SOLR server system of our customers have the same error regularly, increasingly often. By now it's almost daily. In the client, the SOLR 3.6 throws this exception to the PHP Client: java.lang.RuntimeException:…
Lanbo
  • 123
  • 9
0
votes
1 answer

Unable to access Tomcat6 from outside the server

I've just installed Tomcat6 on my Debian Linux server (with OpenJDK), which also has an Apache server installed on the same machine. I haven't strayed from the default settings, so it would be setup on port 8080. When I try to access the webserver…
FloatingRock
  • 103
  • 4
0
votes
3 answers

Unable to start Tomcat6 with HTTPS enabled

I have the following server.xml settings for my tomcat6 server