For questions specific to Apache Tomcat version 7.
Questions tagged [tomcat7]
242 questions
0
votes
1 answer
Apache2 and Tomcat7 with proxy_ajp SSL
I have a server that runs multiple web applications in Tomcat virtual hosts (site1.domain.com, site2.domain.com) etc. Runs on port(s) 8080 and 8443 for ssl. Default settings.
There is also an Apache2 frontend for the Tomcat, with individual websites…

user1492810
- 31
- 1
- 6
0
votes
0 answers
HTTP ERROR 403 You don't have authorization to view this page. (Apache 2.4/Shibboleth 3.1/Tomcat 7)
I'm setting up a new server running CentOS 7 with Apache 2.4/Shibboleth 3.1/Tomcat 7 and using proxy_ajp to connect apache to tomcat.
I'm getting 403 from the site running on it. I've searched for solution on the internet, and tried them all…

solotenk
- 1
- 1
0
votes
0 answers
How to increase maxConnections on tomcat
We are trying to increase the number of connections on tomcat7. We are using NIO connector. Our setting on server.xml is set to 15000. But whenever we start the server, jmx export reports the value as 10000 connections.
We also tried to set it to -1…

kablanfatih
- 101
- 2
0
votes
0 answers
Application slowness due to Tomcat waiting for readLatch
we are getting issues reported by our clients that the application is slow at times, while checking the slow requests (using Glowroot) we could find quite a lot of threads getting stuck in…

msmani
- 51
- 3
0
votes
1 answer
how does the tomcat ajp redirectport work if no connector is setup for the redirect to port
I've a tomcat server that is fronted by an apache server, both running on the same machine. In the apache httpd.conf, I see this:
ProxyRequests Off
ProxyPass /MACS ajp://10.50.3.23:38009/MACS retry=0 timeout=20000
In Tomcat server.xml, I see…

HockChai Lim
- 101
0
votes
1 answer
free server monitoring tool for Java based application
I have applied couple of options like Nagios [which lead to problem after installation]-- Apache went irresponsive with lots of segmentation faults
child pid 32507 exit signal Segmentation fault (11)
yes we can change the MPM nature to override but…

kah
- 21
- 4
0
votes
2 answers
tomcat 7.0.100 AJP connector with mod_jk on another host
After upgrading tomcat7 to 7.0.100, the AJP connector was only listening on 127.0.0.1. Initially I edited the wrong server.xml in /etc/tomcat7/server.xml which was not used. The right one is /var/lib/tomcat7/conf/server.xml at least for me. I added…

Thomas
- 51
- 4
0
votes
1 answer
Installing tomcat 9 on oracle linux having tomcat 7
I have a task to deploy a war file of a Springboot 2.2.4 therefore the oracle linux server i am using already contains tomcat 7, and springboot 2.2.4 is not compatible with tomcat7 I am getting an error of manager no classdef found,
how can I…

ehirwa
- 1
- 1
-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
proxypass ajp with apache and tomcat for multiple websites
I have Website running on Tomcat on port 8080 with ProxyPass enabled.
Now I want to install WordPress on Apache say www.domain.com/blog.
I tried various combinations in Apache but without any luck.
I have following configuration in Apache which…

niteshd22
- 101
- 1
-1
votes
1 answer
Apache tomcat works temporary - restart iptables for work
I have an apache tomcat installed on CentOS linux on a VPS. I have opened port 8080 in iptables so that it will be visit-able from outside. My problem is that when I go to address example.com:8080 it shows nothing and connection times out. But when…

Iman
- 101
- 5
-1
votes
1 answer
Instead of www.domain.org:8080/app I need www.domain.org. Apache2.2, Tomcat7, Debian7
Instead of //servername.domain.org:8080/appdir. I need //servername.domain.org.
How is this done? I want to truncate the URL dropping the :8080/appdir.
What's running on the server. Debian 7.8, Apache2.2, libapache2-mod-jk, Oracle's Java 7, Tomcat…

mojo.average
- 1
- 1
-1
votes
1 answer
How to set up tomcat7 to forward all requests to the appname?
I have a tomcat7 server hosting my app. I've got port forwarding set up with iptables so right now you can access the app like so:
http://ip-address-of-server/appname
I've also set up the domain routing so you can also access the app…

Liam
- 101
- 4
-1
votes
1 answer
One virtual machine per product?
I'm working with two Windows Server 2008 servers (one for development, one for production) which host several web applications. Some of these applications run on Tomcat with an Oracle database, others are ASP.NET MVC applications using SQL Server,…

duck9
- 107
-2
votes
2 answers
Load tomcat application via DNS without typing 8080
I am having a Amazon EC2 Ubuntu instance. I have installed LAMP server and tomcat 7. I also have application running in tomcat.
Now, my URL for apache is - http://ec2-54-xx-xx-xx.us-west-2.compute.amazonaws.com/
My URL for tomcat application is:…

PeakGen
- 129
- 1
- 8