Questions tagged [tomcat7]

For questions specific to Apache Tomcat version 7.

242 questions
1
vote
0 answers

Tomcat 7 went , cannot kill the process. What might be the cause?

I was running tomcat7 production server for several days, and then suddenly it was unreachable by the http port. Strangely though, the background processes were still running as can be seen by the logs. So i tried to stop tomcat7 using invoke-rc.d…
Bertie
  • 173
  • 1
  • 1
  • 7
1
vote
0 answers

How to install latest Tomcat7 using yum on AWS EC2?

I'd like to install the latest (7.0.53) Tomcat on an AWS EC2 instance running Amazon Linux. If I were to do "sudo yum install tomcat7 -y", I would only get version 7.0.47, as shown by " yum list tomcat7". I could manually download the tar file and…
1
vote
1 answer

using cas server with mongodb backend

I 'm new to setting up cas(Central Authentication Service) server. I couldn't find any guides to setup mongodb as backend for CAS server. Is there an adapter to connect CAS and mongodb. BTW, we don't want to use LDAP. I have installed necessary…
cuteboyucsc
  • 21
  • 1
  • 4
1
vote
1 answer

HTTP Basic auth in tomcat

I am trying to enable basic HTTP auth on my tomcat application. Also I want to keep it outside the application. I added a new user to tomcat-users.xml and set its role to 'app-user'. Then I added a file…
Amit
  • 121
  • 1
  • 8
1
vote
1 answer

Why's Tomcat not responding, but looks normal?

I don't have much info to go on here, looking for ideas as I've run out. I did a server certificate update on our tomcat box (FreeBSD 9.2). After reboot, any connections to it fail immediately (page not found in the browser). However, on the…
Brian Knoblauch
  • 2,196
  • 2
  • 32
  • 48
1
vote
0 answers

Coldfusion10 via war on pre-existing Tomcat 7, web.xml

I've deployed the cfusion.war on a pre-existing tomcat instance also hosting Liferay(6.1.x). Both are in the webapps directory. I had to work through some issues related to taglib in the web.xml of the deployed cfusion.war. But it finally deployed…
Baci
  • 11
  • 1
1
vote
0 answers

How do I proxy user context from httpd mod_proxy to tomcat?

I have configured a tomcat instance with SPNEGO to perform user authentication. When I access the tomcat port directly, it causes my browser to request my user name and password, which I provide and which it validates correctly. So far I haven't…
Steve
  • 121
  • 1
  • 7
1
vote
0 answers

SSL exception "No name matching domain found" apache in front of 2 tomcats servers

I have 2 servers. Server1 is an Ubuntu 12.04 LTS with Alfresco 4.2 on Tomcat. Server2 is a Windows 7 with my CAS server (SSO) on eclipse installation. Both have apache with mod proxy AJP in front to negotiate SSL. Alfresco on server1.tld return CAS…
Design
  • 11
  • 2
1
vote
0 answers

apache tomcat 7 stops whenever request recieved

i m working on netbeans IDE 7.1 and using apache tomcat server 7.0.22.0 its normal whenever i deployed the project but whenever client side application requested for service tomcat server gets stop with following error Mar 05, 2014 7:19:01 PM…
prem ostwal
  • 11
  • 1
  • 2
1
vote
2 answers

Apache Stack - Web Page Load Monitoring

We are running an Apache/Tomcat/Railo (Coldfusion) web server stack. We are looking at ways to monitor the average page load times for all web servers as well as look at the page load times for specific pages in our application. If possible I would…
kilmore
  • 11
  • 1
1
vote
1 answer

Debian and Tomcat, why creating a dedicated user?

I was trying to install tomcat 7 on Wheezy Looking at several guides, I noticed that almost all of them suggest to create a dedicated user.. why? I am also asking that because I have installed tomcat 7 through the repository and I looked that I have…
elect
  • 203
  • 4
  • 17
1
vote
1 answer

How to get approx 500request/sec in HAProxy and Tomcat7 with Apache

I have 4 intstances of Tomcat 7 server and deployed my web App on all the instances. I am using HAProxy load balancer for load balancing. In front end I am using Apche2 web server and behind Tomcat 7. HAproxy is redirecting a;; the request towards…
Kumar
  • 211
  • 3
  • 7
1
vote
1 answer

Tomcat 7 as windows service not accessible from other systems

I have downloaded Tomcat 7 zip for 32 bit windows 7 machine. I have unzipped the package and created the windows service using ..\bin\service.bat. But when i start the service from windows services.msc, i could NOT access by web application from…
IJP
  • 111
  • 2
1
vote
2 answers

Tomcat 7 clears edits made to context.xml on startup

This is probably a very n00b question since this is the first time I'm using Tomcat. I'm trying to specify a JDNI resource in the /conf/context.xml file. But every time I start up the server and have a look at the file. Everything I edited in the…
1
vote
1 answer

How To Protect Tomcat 7 Against Slowloris Attack

I'm using Apache Tomcat 7 to run my webapp on Linux. I scanned it by Acunetix and it's telling me that my webapp is vulnerable to "Slow HTTP Denial of Service Attack". How can I protect it? Acunetix is reffering me to here, but it's about securing…
Amin Sh
  • 131
  • 1
  • 6