Questions tagged [tomcat7]

For questions specific to Apache Tomcat version 7.

242 questions
0
votes
1 answer

How to limit the number of Tomcat threads?

I have a tomcat 7 running on a low memory CentOS. Currently it has 2 connectors for ports 80 and 443. Important configuration options are:
jdiver
  • 135
  • 1
  • 4
  • 9
0
votes
1 answer

Zombie connections on tomcat server while using mod_proxy_ajp

I'm using tomcat server 7 with apache mode_proxy_ajp module to serve a website. Here is my ajp connector config:
Ehsan Khodarahmi
  • 305
  • 1
  • 7
  • 18
0
votes
1 answer

Apache SSL page times out with server taking too long

I have an SSL site I'm trying to deliver with apache that is timing out when you load it in a web browser. I am seeing this message in the browser: The connection has timed out The server at solr1.mydomain.com is taking too long to respond. The…
user99201
  • 287
  • 2
  • 8
  • 22
0
votes
1 answer

Tomcat ECDHE-ECDSA chiphers are not supported

Tomcat does not support ECDHE-ECDSA* ciphers. Configuration and version information is given below. OS is CentOS 6.5 x64 Tomcat version is 7.0.56 Tomcat native version is 1.1.30 (Loaded APR based Apache Tomcat Native library 1.1.30 using APR…
jdiver
  • 135
  • 1
  • 4
  • 9
0
votes
0 answers

Make IIS redirect to static html page when Tomcat offline

I have a Tomcat 7 instance behind IIS 8; how do I make IIS return a static (site-specific) html page when Tomcat is offline / not available, etc? The only way I found is with a BonCode setting, but (as you can see in this question) I'm having…
watery
  • 143
  • 12
0
votes
1 answer

Override BonCode Tomcat7 connector setting for a single site in IIS8

I have a Tomcat 7 instance behind IIS 8, connected with the BonCode connector installed for all sites — hence the BonCodeAJP13.settings file is under C:\Windows. I need to override some settings (i.e. the TomcatConnectErrorURL parameter), for a…
watery
  • 143
  • 12
0
votes
1 answer

Share same session with multiple domain using nginx & tomcat

We've a running a grails application on a tomcat server behind nginx for multiple subdomain: http { include /etc/nginx/mime.types; default_type application/octet-stream; a log_format main '$remote_addr - $remote_user…
0
votes
0 answers

Apache2.4.6 and wstunnel don't correct proxy to tomcat7

I have everything being proxy correctly just that my websockets keep giving me an unexpected 200 response error. I am using native websockets on chrome and firefox. my conf file looks like this ServerName…
italiano40
  • 103
  • 3
0
votes
0 answers

2 Webapps hosted on same server talking to each other - do they use eth1 or lo1?

I am trying to establish bandwidth needs for a set of webapps in the company. I am using SNMP to monitor the bandwidth on the eth1 interface, however I am trying to establish what is going over the pipe as far as all the intertwined webapps go. We…
Mitch Kent
  • 261
  • 1
  • 2
  • 11
0
votes
1 answer

Multiple Domains Single Tomcat 7 - Apache Mod_proxy

I have been struggling with this for a day and more now. As i am new to server setup stuff. Been following many tutorial and docs on net regarding the same, many hit and run, But got no luck. Here is what i did till now. I got my vps running and it…
Rohit Sharma
  • 105
  • 1
  • 6
0
votes
1 answer

Tomcat7 Setup - CentOS 6.3

I have tomcat7 packages installed as follows [root@mongos lib]# yum list installed | grep tomcat7 tomcat7.noarch 7.0.39-1.jpp6 @eng-support-jpackage …
Adil F
  • 101
  • 1
0
votes
1 answer

Tomcat 7 not starting. Failed to initialize end point associated with ProtocolHandler

When I am trying to run the Tomcat 7 using startup.bat with java 1.6.0_05 then it is working. In case i am changing the version to jdk1.6.0_45 or jdk1.7.0_65 the it is giving error. This seems something is wrong with java version but i could not…
user3843386
  • 1
  • 1
  • 1
0
votes
1 answer

subdomain tomcat under apache2 is ignored (Ubuntu)

My problem seems quite simple, but I have no clue where the problem comes from I have apache2, mod_jk, and two apps tomcat, main and test I would like to use main for the "main domain" (so, if I have the url www.mysite.com, I find this main), and if…
Hermios
  • 113
  • 5
0
votes
1 answer

Tomcat localhost_access_log.txt encoding

I run my web-app in Tomcat 7 and in the localhost_access_log.txt file I have the following lines 0:0:0:0:0:0:0:1 - - [25/Jun/2014:10:22:26 +0300] " Ì Èc£Ï!#ò2Tç¡$EI «àµ«]ëñʯ¯Ù (ÌÌÀ+À/ À " 400 - 0:0:0:0:0:0:0:1 - - [01/Jan/1970:02:59:59 +0300] "-"…
olgacosta
  • 101
  • 3
0
votes
1 answer

Apache / Tomcat AJP DNS failures when tunneling

I have a situation where I can access a private NAT-ed apache2.4 / tomcat7.0 railo4.2 server directly from the host or local network but when tunneling in through an SSH remote port forward the application breaks with the error: The proxy server…
SpliFF
  • 394
  • 2
  • 8
  • 24