Re: Tomcat 7 Manager App Authentication failure

2012-07-02 Thread kl2eativ
Arnaud LARROQUE wrote > > On Sun, Jul 1, 2012 at 12:04 AM, kl2eativ wrote: >> >> Arnaud LARROQUE wrote >>> >>> Hello, >>> >>> Are you using tomcat 7 or tomcat 5 ? You mentioned both and this is >>> confusing. >>> >>> URL changed in the tomcat 7 manager app : are you accessing through

Re: General Architecture Question for multiple websites on a single RedHat server

2012-07-02 Thread Pid
On 02/07/2012 22:34, Mark Eggers wrote: > - Original Message - > >> From: "Simon, Leonard" >> To: users@tomcat.apache.org >> Cc: >> Sent: Monday, July 2, 2012 1:32 PM >> Subject: General Architecture Question for multiple websites on a single >> RedHat server >> >> Our goals are as foll

Re: tomcat filters

2012-07-02 Thread Pid
On 02/07/2012 18:34, Varrun Ramani wrote: > Hi > > I am in the process developing a web application firewall(WAF) for > tomcat similar to what mod security does, and am planning to use the > filter API already present in tomcat to intercept requests and do the > filtering. Are there any existing e

Re: Tomcat 7 Manager App Authentication failure

2012-07-02 Thread kl2eativ
Arnaud LARROQUE wrote > > On Sun, Jul 1, 2012 at 12:04 AM, kl2eativ wrote: >> >> Arnaud LARROQUE wrote >>> >>> Hello, >>> >>> Are you using tomcat 7 or tomcat 5 ? You mentioned both and this is >>> confusing. >>> >>> URL changed in the tomcat 7 manager app : are you accessing through

Re: General Architecture Question for multiple websites on a single RedHat server

2012-07-02 Thread Mark Eggers
- Original Message - > From: "Simon, Leonard" > To: users@tomcat.apache.org > Cc: > Sent: Monday, July 2, 2012 1:32 PM > Subject: General Architecture Question for multiple websites on a single > RedHat server > > Our goals are as follows: > > The operating system will be RHEL 6.X. >

General Architecture Question for multiple websites on a single RedHat server

2012-07-02 Thread Simon, Leonard
Our goals are as follows: The operating system will be RHEL 6.X. We want to run Apache and Tomcat on a single server running five websites using different ports for each. Our goal is to manage each web server independently, i.e., separate shutdown and startup scripts and hopefully different lo

Re: Any way to deal with too many request per second?

2012-07-02 Thread Jose MarĂ­a Zaragoza
2012/7/2 Steve Millidge : > Hi Brian, > > You can tune the threads in the Tomcat HTTP connector. Set maximum threads to > the maximum concurrency you are prepared to support. That way requests will > wait until a thread becomes available. But, if I'm not wrong, he want to punish some users , wh

RE: Any way to deal with too many request per second?

2012-07-02 Thread Steve Millidge
Hi Brian, You can tune the threads in the Tomcat HTTP connector. Set maximum threads to the maximum concurrency you are prepared to support. That way requests will wait until a thread becomes available. Steve Millidge C2B2 The Leading Independent Middleware Experts. T: 08450 539457 |M: 07920 1

Re: How to unsubscribe?

2012-07-02 Thread Giles Coochey
On 02/07/2012 10:38, Mario Splivalo wrote: I apologise for asking this question directly to this list, but all of my other inquiries to the users-ow...@tomcat.apache.org were not answered. I tried to unsubscribe from this list many times, but I don't get confirmation email, ever. If someone coul

How to unsubscribe?

2012-07-02 Thread Mario Splivalo
I apologise for asking this question directly to this list, but all of my other inquiries to the users-ow...@tomcat.apache.org were not answered. I tried to unsubscribe from this list many times, but I don't get confirmation email, ever. If someone could contact me directly to have this sorted out

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-07-02 Thread Laurent Petit
On Fri, 2012-06-29 at 17:18 +0200, Jeff MAURY wrote: > Hello, > > I found the correct code to look at: > http://svn.apache.org/repos/asf/tomcat/native/branches/1.1.x/native/src/network.c > It does not set the inherit flag but it is using the apr library that maybe > set the flag under Windows. > I