For questions specific to Apache Tomcat version 7.
Questions tagged [tomcat7]
242 questions
0
votes
0 answers
encypted pasword for Tomcat server.xml JDBC Datasource
I have certain JDBC resources configured in my Tomcat server.xml file. Using those, I can connect remote databases.
For example

Suyash Jain
- 241
- 2
- 9
0
votes
2 answers
serve static content from apache server to tomcat
On my index.html page I have
. I put the image into Apache24/htdocs/static_content.
I configured httpd.conf to have an acess to localhost/basic-application-web.
LoadModule jk_module…


lapots
- 101
- 1
- 5
0
votes
0 answers
Sage2.0 Ransomware and Tomcat 7
We have a tomcat server running on window 2012 server which seems to be constantly being attached by Sage 2.0 ransomeware. Some details of the sever,
1) Tomcat is running on port 80 and 8080.
2) Cygwin is also running.
3) There is no other ports…

Cool Techie
- 117
- 1
0
votes
1 answer
Web Server Uses Plain Text Basic Authentication vulnerability
We have got 'Web Server Uses Plain Text Basic Authentication' vulnerability in our tomcat application during our server scan. We have tried enabling SSL(Generating SSL certificate, making changes in server.xml and restarting tomcat) but still this…

Devika
- 1
- 1
- 1
0
votes
3 answers
cpu 100% with tomcat 7 on Debian 8
I'm having an issue with the default configuration of tomcat 7 on Debian 8.
Problem:
I got the cpu of my server, due to java process, jump to 100% and stay there for hours making the server slow.
If I restart tomcat server the cpu goes again to 1%.…

Marco Brenna
- 27
- 8
0
votes
0 answers
authentication steps in webserver
Right now I have my web application code residing in the tomcat. Basically,my web based code make ajax calls to the web service written in Java.It basically get deployed in the war file and then the project is run on tomcat.
Regarding…

John
- 145
- 8
0
votes
1 answer
apache_mod_proxy & tomcat7 socket timeout
I've configured Apache tomcat7 as backend & apache2.2 as frontend both on same CentOS 6 server & here is part of my configurations:
In Server.xml I have:

Ehsan Khodarahmi
- 305
- 1
- 7
- 18
0
votes
1 answer
Cipher Mismatch error - tomcat7 and godaddy certificate
(I have asked the same question in stackoverflow as well.)
I am trying to install an SSL certificate in a tomcat server (linux based server). This is a godaddy certificate. Installation is proper and when I check the website with https, it shows the…

serverstackqns
- 764
- 3
- 16
- 42
0
votes
2 answers
Apache listening on two ports connected to two tomcat instances via ajp
I have got the following configuration for my apache webserver (httpd.conf):
...
Listen 80
Listen 8082
...
ProxyPass / ajp://localhost:8009/
ProxyPassReverse / ajp://localhost:8009/
…

gabriel
- 1
- 1
0
votes
1 answer
Loadbalancer and Tomcat
Currently we have a single tomcat 7 running as our application server, but with users increasing we were thinking of the following,
1) Put a hardware load balancer
2) Put two tomcat servers on separate machines for HA behind the load…

Cool Techie
- 117
- 1
0
votes
1 answer
Apache2 and Tomcat7 with BASIC authentication (Ubuntu)
I recently deployed a Java webapp on a Tomcat7 fronted by an Apache2 on a Ubuntu 14.04 VPS.
I am connecting the Apache2 and the Tomcat7 with mod_jk.
All the static resources are server by Tomcat, but I wanted to front it with an Apache for best…

niilzon
- 101
- 2
0
votes
0 answers
Static Tomcat Cluster become unresponsive on a JDBC procedure call
StackOverflow has been a way of life for me but this time its a question rather than looking for an answer as I have probably exhausted all options.
Apologies as this will a long description of the issue !
We have an Spring MVC application + Tomcat…

Jatin
- 1
0
votes
0 answers
configure java.util.logging logging.properties to write app logs with systemd
I am charged with making migrating an app from centos 5.5 to centos 7.2. I can start my tomcat app using systemd but the app's log file is not being written to /home/tomcat where people expect it to be. (The app lives in…

mr.zog
- 923
- 3
- 20
- 39
0
votes
1 answer
Masking URL, Subdomain redirection
We have hosted a Java web application for www.domain.com on Apache & Tomcat.
I have two problems, as follows
1) Directory Index in Apache lists home.jsp ahead of redirect.jsp. For my domain.com in the web.xml, I have maintained redirect.jsp as the…

user2739655
- 3
- 3
0
votes
0 answers
Attempts to Disable SSLv3 in Tomcat Fail
I'm attempting to disable SSLv3 in Tomcat 7.0.68 but every attempt to test still results in CONNECTED(00000003)
140680439531168:error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error:s23_clnt.c:770:
I've updated server.xml…

John Giotta
- 127
- 2
- 10