For questions specific to Apache Tomcat version 7.
Questions tagged [tomcat7]
242 questions
1
vote
0 answers
Java Webapp on Tomcat6 using libservlet3
I am quite new to all this Java stuff. I Installed a bunch of War-Packed Webapps on a Ubuntu Machine with tomcat6. One of them does not work (skos-play), apparently because it needs libservlet3 and Tomcat6 comes with libservlet2.5.
For the other…

Paflow
- 173
- 1
- 1
- 7
1
vote
1 answer
How to get the remote user from httpd basic authentication in my tomcat servlet?
I've successfully configured mod_proxy_ajp from my httpd to Tomcat, with httpd performing the SSL and basic authentication. I need the remote user in my tomcat application, so I thought using AJP would population the headers so…

dacracot
- 469
- 2
- 13
- 28
1
vote
0 answers
jsessionid gets dropped between apache and tomcat
We use Apache 2.2.22 and tomcat 7.0.54 on Ubuntu 12.04.1 LTS.
Mod proxy is used and Apache and Tomcat run on same AWS instance.
We have observed that for the same request JSESSIONID can be seen in Apache access logs but tomcat logs it as…

Sameer Naik
- 218
- 2
- 8
1
vote
0 answers
Jenkins Tomcat Ubuntu - hudson/WebAppMain : Unsupported major.minor version 51.0
The title sums the setup.
I know the Error means the Java versions does not match, between the one tomcat is using and the one Jenkins is compiled.
If I run java -version I get: java version "1.7.0_80"
If I run javac -version I get: 1.7.0_80
I do…

TacB0sS
- 111
- 4
1
vote
1 answer
Tomcat connect to Mysql load balancer
I want to connect tomcat with mysql in a load balanced way.
Is this possible in Tomcat 7?
What changes are required in the following configuration?.

serverliving.com
- 885
- 7
- 15
1
vote
0 answers
Tomcat / Railo 4 only loads default host, ignores contexts in conf/Catalina/
I have about 100 Railo virtualhosts that won't start anymore. At first new sites were having this behaviour now they all do. All virtual aliases just open the railo default context! This used to work. my conf/Catalina/www.example.com/ROOT.xml files…

SpliFF
- 394
- 2
- 8
- 24
1
vote
0 answers
Nginx proxy to tomcat7 webapp secured with shiro
So I have a Java (Spring 4 + Shiro) web app running in Tomcat7 on dedicated server.
I'm trying to configure Nginx so that my application would be reachable by simply going to www.example.com instead of www.example.com/webappname.
With this…

Stugal
- 203
- 1
- 2
- 4
1
vote
1 answer
cant upload large files after Upgrading apache 2.4
I am running Tomcat 7 on top of the Apache and am using Openssl for secure http.
My root directory is docs:
DocumentRoot "D:/Apache Group/Apache2/docs"
Inside docs I have folder upload where I upload all the files through my Tomcat app.
After…

Angelina
- 133
- 6
1
vote
0 answers
Mule ESB starting embedded tomcat as SYSTEM user - Windows Server 2008 R2
The scenario is ---
I have developed a simple flow in Anypoint Studio (eclipse based IDE), which reads a file from a network location, processes the date and write the data in a database then. I tested that it works and then was publishing it on…

Rashmi
- 11
- 1
1
vote
1 answer
IIS 7.5 JK connector to Tomcat
I have many Tomcat servers working using an older 32-bit version of the isapi_redirect.dll where I set the Default Application Pool to Enable 32-Bit Applications. On a client's server, they need to install another ISAPI under the same application…

OrangeGrover
- 595
- 3
- 10
- 25
1
vote
1 answer
What ciphers are compatible with both Java 6/Tomcat 7 and IE8 (XP)?
I have disabled SSL3 and restricted the ciphers available to a recommended set but now I can't access my server using IE8 on Windows XP. If I allow all ciphers then I can connect using IE8 but when I specify a restricted set of ciphers I can't.…

Edd
- 113
- 1
- 6
1
vote
1 answer
tomcat not able to start in jpda start mode
This is my catalina.sh
#!/bin/sh
JAVA_HOME="/usr/local/java"
CATALINA_PID="/usr/local/tomcat/tomcat.pid"
CATALINA_HOME="/usr/local/tomcat"
JAVA_OPTS="-Xloggc:/usr/local/tomcat/logs/gc.log -Xms3072m -Xmx3072m -XX:+PrintGCDetails -XX:+PrintHeapAtGC…

Ashish Ratan
- 113
- 1
- 1
- 6
1
vote
1 answer
Share data for Apache Tomcat only
Now, there are on server A (Windows Server 2012) running:
- Apache Tomcat 7 (used by a CRM system)
- MySQL database
- local data for Tomcat (e-mail attachments from that CRM etc.)
I'd like to move Apache Tomcat to server B (Windows Server 2012 in…

user681768917
- 175
- 1
- 3
- 11
1
vote
1 answer
starting tomcat remotely fails to start
When I run my start command via ssh it tells me that its started but it is in fact not the case. Catalina logs does not seem to capture any events either. However stop and status works.
ssh -t SERVER1 'sudo /etc/init.d/tomcat7 start'
Starting…

kaizenCoder
- 343
- 2
- 8
- 22
1
vote
2 answers
tomcat7 + nginx ssl causes redirect loop
We have the following set-up:
several subdomains lead to the same server, which is running nginx as a proxy to each of them. All subdomains are currently used for testing features in development, so their content is more or less identical.
This is…

coladict
- 219
- 1
- 7