Questions tagged [tomcat7]

For questions specific to Apache Tomcat version 7.

242 questions
0
votes
2 answers

Remote parallel deployment in Tomcat

We're deploying an app to several Jelastic Tomcat environments using Maven on a TeamCity build server. This works well and has done so for quite some time. Now, we want to move closer to zero-downtime deploy and would like to find a simple way to…
method
  • 3
  • 4
0
votes
1 answer

Multiple Tomcat Processes, due to NIO?

Because we are using WebSocket, we asked our Sysadmin to re-configure our Tomcat (tomcat7) instances to run with NIO (as per Apache's recommendation). Shortly thereafter, Sysadmin reported that there are 3 instances of tomcat itself, and each…
0
votes
1 answer

Errors Running WebGoat 7 on Tomcat

I am trying to run WebGoat on a standalone Tomcat7 server. I placed the "webgoat-container-7.0.1.war" in the Tomcat directory and renamed the file "WebGoat.war". The initial landing page, "http://10.1.1.1/WebGoat/" looks well, and I am able to…
Bcunning
  • 3
  • 2
0
votes
1 answer

Tomcat 7 WebSocket (JSR356) Examples error: WebSocket connection closed

I'm trying to setup Tomcat7 on Ubuntu 14.04 and run into the following issue: WebSocket (JSR356) Examples load but give the error: Info: WebSocket connection closed. - for everything. WebSocket Examples using the deprecated Apache Tomcat…
Tommy Burazin
  • 53
  • 1
  • 6
0
votes
2 answers

Strip Tomcat Headers With Apache, then Cache Resources To Disk?

I've got mod_disk_cache working great in Apache. It's caching some of the requests coming out of Tomcat. But for various reasons I won't go into, we can't get Tomcat to drop the Expires and Cache-Control headers on other pieces of content. These…
0
votes
1 answer

How to set JAVACMD

I have a Tomcat7 install on a CentOS (6.7) system. Tomcat will not run, throwing exception in catalina.out /usr/sbin/tomcat: line 29: -classpath: command not found and related tomcat-initd.log /usr/sbin/tomcat: error: Failed to set…
Roy Hinkley
  • 527
  • 4
  • 13
  • 20
0
votes
1 answer

HTTPS not working on Tomcat 7

I am trying to add ssl configuration in tomcat 7 in ubuntu 11.10 but it is not working and there are no errors in logs. I added in server.xml this:
maria
  • 1
  • 1
0
votes
1 answer

Cyclos4 - Apache as frontend for a Tomcat app

I just install Cyclos4 software into my server. I can access to the app via: http://IP:8080/cyclos Now I'm trying to access to the app without having to write the port and the /cyclos. I follow Cyclos's…
user333214
0
votes
1 answer

Tomcat7 numIdle JMX Bean meaning

I would like to know what does the numIdle attribute refers to. On the tomcat FAQ there the attributes numActive and numIdle are reffered on the JNDI DataSource section. I have been able to identify that numActive is the number of active connections…
0
votes
0 answers

Configure SSL in Apache with Tomcat 7 and Spring MVC webapp

My situation is the following: I have an Apache Server in front of a Tomcat that serves plain HTML. I want to configure SSL in Apache and keeps Tomcat serving plain HTML. I want keep working both protocols, HTTP and HTTPS. My actual configuration…
Paula
  • 1
  • 1
0
votes
1 answer

EC2 instance running apache tomcat port 8443 not accessible

I have a AWS EC2 ubuntu 14.04 machine and apache tomcat 7 is installed on that machine. I deployed a web application on apache tomcat7 and started the server, I had an issue where EC2 machine running apache tomcat7 was not accessible from outside…
Nishanth
  • 36
  • 1
  • 6
0
votes
1 answer

Is there a cleaner way to stop or send signal to fronting Apache2 when backend tomcat is down/fail

/Apache2-->Tomcat 7 / ---node1-- / http / https/http -->…
csf
  • 101
0
votes
2 answers

Apache proxy wrong browser url

I am using the following VirtualHost and mod_proxy to proxy all requests for my 'api' subdomain to my Java webservice which is located at webapps/webservice on my Tomcat. ServerName api.mydoamin.com ProxyRequests Off …
Rico Ocepek
  • 103
  • 5
0
votes
1 answer

Tomcat and Apache parallel usage on different subdomains

I have just set up an Ubuntu server with Tomcat7 and Apache2. Apache is running on port 80, Tomcat on port 8080. What I want to do now is to redirect certain subdomains to Tomcat. mydomain.com => Apache root www.mydomain.com => Apache…
Rico Ocepek
  • 103
  • 5
0
votes
1 answer

Apache 2.2 to Tomcat Virtual Host from differnt machines not working

I have a scenario where all the requests to the Tomcat Server (Application Server) should go through the Apache 2.2 (Web server). Both the servers are on 2 different machines. The 2 machines are not on the same domain or network due to security…