For questions specific to Apache Tomcat version 7.
Questions tagged [tomcat7]
242 questions
0
votes
1 answer
Debian hacked via Tomcat Manager
After Tomcat installation, before I even changed the default Tomcat Manager password, the attacker used Tomcat Manager to deploy his own software. Probably some DDOS tools and a file manager.
I've already removed the suspected java software, changed…

Sfisioza
- 592
- 2
- 8
- 18
0
votes
1 answer
Tomcat / Railo stop responding with no error output
This is going to sound very vague and I'm sure it will be voted down for not giving enough information however I don't really have any to give as you will see.
We have an AWS instance running Amazon Linux, Apache, Tomcat and Railo and from time to…

andrewdixon
- 228
- 3
- 10
0
votes
1 answer
Include the request URI in catalina.out?
Running Tomcat 7. I have errors in catalina.out that I can't troubleshoot because I'm not sure which web request is causing them. Is there any way to capture more details about a given exception (ideally the URL and the time) so that I can do a…

Jordan Reiter
- 1,290
- 4
- 20
- 40
0
votes
1 answer
Several JkUnmount(s) in multiple VirutalHost(s)
I am trying to configure multiple VirtualHosts in my mod_jk.conf.
I have a few JKMounts and several JKUnmounts which will be common to all of the VirtualHosts. I was trying to move these *mounts to JKMountFile. After a while, I realized that the…

TJ-
- 61
- 1
- 1
- 9
0
votes
1 answer
Ubuntu - Create Script to Restart Multiple Tomcat Instances
I have 4 instances of Tomcat to serve a JSP application. Every now and then I have to restart them all (when I recompile a class, for instance). But every time I have to restart their services one by one:
sudo service tomcat71 restart
sudo service…

aldux
- 103
- 3
0
votes
1 answer
Will tcnative-1.dll version 1.1.30 work with tomcat 7.0.29 without any issues?
In order to fix the Heartbleed vulnerability a new release of the tomcat java native libraries is being created. Will this release work with older versions of Tomcat 7 such as 7.0.29, or will this possibly cause problems with code running on the…

rs232
- 113
- 3
0
votes
1 answer
How to enforce post encoding in tomcat 7?
Is there a way to enforce UTF-8 encoding on POST operations for tomcat 7, regardless of what the browser may send to tomcat?
It runs with the latest JRE from http://java.sun.com/getjava

adamo
- 6,925
- 3
- 30
- 58
0
votes
1 answer
Error in tomcat 7 start up
I am facing problem in starting up the tomcat zip file. I am totally new to jsp and servlets. I have installed tomcat 7.0.52 and set the path and java_home both. In one of my system its working fine but in another system with same configuration its…

user211789
- 1
- 2
0
votes
1 answer
Tomcat 7.0.42 Manager Weird behavior
Good morning folks!
I'm playing with my brand new tomcat installation today, and everything run pretty smoothly except that I got a weird reaction using the manager with virtualhosts.
The problem pop out when I try to deploy a webapp on my vhost A1…

Dr I
- 955
- 17
- 33
0
votes
2 answers
Starting tomcat by init.d works, but it doesn't by service
Tomcat 7 from repository and Debian Wheezy.
If I try to start Tomcat by service it does not work
service tomcat7 start
[FAIL] no JDK found - please set JAVA_HOME ... failed!
But the variable is there
/var/lib/tomcat7/conf# echo…

elect
- 203
- 4
- 17
0
votes
3 answers
Restrict Tomcat Webapp external access by IP
I am successfully able to access my webapp using the external IP for my server. However I would now like to restrict access to the server by IP.
I have added the following in conf/server.xml:

Santiago
- 103
- 1
- 1
- 3
0
votes
1 answer
upgrading to jre 1.7 update 40 causes inablility to start Tomcat 7.0.37 and 7.0.42 main page with client authenatication
On Windows Server 2008, Tomcat 7.0.37 and JRE 7 update 21 run fine with client authentication using the following server.xml file entry:

Eric
- 1
- 1
0
votes
1 answer
Apache2 and tomcat 7 on ubuntu server running error
I install apache 2.2.22 and tomcat 7 on ubuntu and deploy ROOT.war In catalina.log file I get this error:
Failed to initialize end point associated with ProtocolHandler ["http-bio-80"] java.net.BindException: Permission denied :80
server.xml

Lusi
- 1
0
votes
3 answers
Tomcat 7 Throwing Unsupported Class Version Error
I'm setting up a Tomcat server to host JSP sites. I have created a test application in Eclipse to make sure everything is working. All it does is print text in JSP, then call a function in a custom class which also prints text. This runs fine in…

Doug
- 101
- 1
- 1
- 3
0
votes
1 answer
Best way to update Tomcat 7 of Ubuntu Server 12.04
Ubuntu Server 12.04 repository has Tomcat 7 in version 7.0.26. I prefer using this installation because it creates the user, init script and log rotation configuration.
What would you suggest to keep it updated with the latest version: download from…

FkJ
- 103
- 5