Re: Performance issues when adding Tomcat JK redirector to IIS's "Default Web Site"?

2010-02-15 Thread Mladen Turk
On 02/15/2010 12:30 PM, Steve Ryan wrote: Are there any known performance issues with the Tomcat JK redirector, in particular, any performance issues which could affect the third-party websites as explained in my example above? Since this is filter it will participate in every request. Now th

Re: JSP Page "hangs"... clues? (SOLVED)

2010-02-15 Thread Jordan Michaels
For the sake of record-keeping, I believe we found the fix for this. The client got in touch with us today stating that the entire site was now unresponsive. We reviewed the log files and miraculously this time there WAS an error message (lots of them). The error was as follows: --- S

Re: Tomcat not seeing servlet

2010-02-15 Thread Ugo Ojeda
2010/2/14 David Short > Thank you Juha. The " works nicely. > > -Original Message- > From: Juha Laiho [mailto:juha.la...@iki.fi] > Sent: Sunday, February 14, 2010 8:49 AM > To: users@tomcat.apache.org > Subject: Re: Tomcat not seeing servlet > > On 02/14/2010 06:21 PM, David Short wrote:

Re: Is it possible to replace the HttpSession implementation in Tomcat?

2010-02-15 Thread Simone Tripodi
Hi Cris, thanks for your reply and nice to meet you :) There's no specific reason why I don't want to use the built-in session replication, even if I'd be able to realize what I've in my mind, the sysadmins will never let me know to use it since they're confident with the Tomcat solution. BTW, I'm

Re: Is it possible to replace the HttpSession implementation in Tomcat?

2010-02-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jon, On 2/15/2010 12:55 PM, Jon Brisbin wrote: > I'm using the built-in Tribes-based replication which works fine for > short periods of time and under moderate to light load. Once the > Tomcat server has been running for a day or two, though, this >

Re: Tomcat not seeing servlet

2010-02-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Konstantin, On 2/14/2010 8:53 AM, Konstantin Kolinko wrote: > Try this instead: > > > > or this > Even better: "> This will encode the URL with the session id if necessary, and pre-pend any context path necessary. As pointed our by another p

Re: Is it possible to replace the HttpSession implementation in Tomcat?

2010-02-15 Thread Jon Brisbin
I'm just getting ready to ask a question like this, as I have a similar need. I'm using the built-in Tribes-based replication which works fine for short periods of time and under moderate to light load. Once the Tomcat server has been running for a day or two, though, this distributed session re

RE: roll based security with tomcat

2010-02-15 Thread Caldarale, Charles R
> -Original Message- > From: sonali_india [mailto:amit.daund...@gmail.com] > Subject: Re: roll based security with tomcat > > would you please provide me a link to this chapter 12. http://www.lmgtfy.com/?q=servlet+spec - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWI

Re: roll based security with tomcat

2010-02-15 Thread sonali_india
thank you Christopher, and sorry for the spelling mistake. would you please provide me a link to this chapter 12. please. very sorry to bother. thank you once again. Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Sonali, > > On 2/15/2010 11:01 AM, sonali_

Re: Is it possible to replace the HttpSession implementation in Tomcat?

2010-02-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Simone, On 2/15/2010 12:05 PM, Simone Tripodi wrote: > I've a web-application that needs to be replicated in more than one > Tomcat, and since it is HttpSession based, I need to enable the > session replication. > Even if I work with very good sysadmi

Re: roll based security with tomcat

2010-02-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sonali, On 2/15/2010 11:01 AM, sonali_india wrote: > i am learning to implement roll (form) based security with tomcat. That's "role"-based security. Roll-based security would be based upon dice, I guess. > i got few examples on google but found dif

Is it possible to replace the HttpSession implementation in Tomcat?

2010-02-15 Thread Simone Tripodi
Hi all guys and very nice to meet the Tomcat community, I've a web-application that needs to be replicated in more than one Tomcat, and since it is HttpSession based, I need to enable the session replication. Even if I work with very good sysadmins that know how to do it, I'm curious and would like

roll based security with tomcat

2010-02-15 Thread sonali_india
hello friends. i am learning to implement roll (form) based security with tomcat. i got few examples on google but found difficult to understand. please help me how to do it? please forward a simple example if possible. i will be grateful. thank you. -- View this message in context: http://old

RE: Tomcat 6 is getting down

2010-02-15 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: Tomcat 6 is getting down > > It is a funky cat. Perhaps they could name the server Marvin: "...and then of course I've got this terrible pain in all the diodes down my left hand side..." - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIA

Re: Tomcat 6 is getting down

2010-02-15 Thread Pid
On 15/02/2010 12:41, vramanaj wrote: Tomcat is getting down automatically, after few seconds of starting it. Attached is the tomcat log. Could n't able to identify the issue. Please help me out. It is a funky cat. p - To

Re: Tomcat dies suddenly

2010-02-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carl, On 2/14/2010 4:34 PM, Carl wrote: > I upgraded to 5.1.11 but can go back to 3.1.12 in about 15 minutes. > Have been running all day on 5.1.11... no burps so far but I haven't > been pushing it. Tomoroow, I will see if I can break it. Just don

Re: Xmx definition

2010-02-15 Thread Amir Hadadi
Thanks, That was a great help ! On Mon, Feb 15, 2010 at 4:00 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Amir Hadadi [mailto:ami...@correlix.com] > > Subject: Xmx definition > > > > I'm running apache tomcat version 5.5.23. my OS is CENTOS 5. > > Not relevant; what is

RE: Xmx definition

2010-02-15 Thread Caldarale, Charles R
> From: Amir Hadadi [mailto:ami...@correlix.com] > Subject: Xmx definition > > I'm running apache tomcat version 5.5.23. my OS is CENTOS 5. Not relevant; what is relevant is the JVM version, which you didn't mention. > I've used Runtime.getRuntime().getMaxMemory() to get an approximation > of my

Re: Tomcat 6 is getting down

2010-02-15 Thread Konstantin Kolinko
2010/2/15 vramanaj : > > Tomcat is getting down automatically, after few seconds of starting it. > Attached is the tomcat log. Could n't able to identify the issue. Please > help me out. This mailing list does not allow attachments. Either paste it as text, or put it elsewhere, e.g. use http://

Xmx definition

2010-02-15 Thread Amir Hadadi
I'm running apache tomcat version 5.5.23. my OS is CENTOS 5. I've used Runtime.getRuntime().getMaxMemory() to get an approximation of my Xmx. The figure I got was 842MB. Since this is not the default, and I've looked up in all possible scripts (including searching for the string 'Xmx' in the entire

RE: Performance issues when adding Tomcat JK redirector to IIS's "Default Web Site"?

2010-02-15 Thread Steve Ryan
Apologies, for some reason the formatting of my e-mail get messed up. I have reformatted below: Hi Peter Thanks for your reply. To answer your questions: I am using IIS 6 and IIS 7. I am using the latest version of the redirector, i.e. JK-1.2.28. Our technical architect decided how we should u

RE: Performance issues when adding Tomcat JK redirector to IIS's "Default Web Site"?

2010-02-15 Thread Steve Ryan
Hi Peter Thanks for your reply. To answer your questions: I am using IIS 6 and IIS 7. I am using the latest version of the redirector, i.e. JK-1.2.28. Our technical architect decided how we should use the redirector. This is the basic design: IIS -> Default Web Site (ISAPI Filter = isapi_redi

Tomcat 6 is getting down

2010-02-15 Thread vramanaj
Tomcat is getting down automatically, after few seconds of starting it. Attached is the tomcat log. Could n't able to identify the issue. Please help me out. -- View this message in context: http://old.nabble.com/Tomcat-6-is-getting-down-tp27593280p27593280.html Sent from the Tomcat - User maili

Re: Performance issues when adding Tomcat JK redirector to IIS's "Default Web Site"?

2010-02-15 Thread Peter Crowther
Steve, you're likely to get more specific answers if you can tell us versions: what version of the redirector, and what versions of IIS? Also, can you tell us whose instructions you followed to get it working, as there are some out there that are... how shall I say it... "less than ideal" :-). Che

Performance issues when adding Tomcat JK redirector to IIS's "Default Web Site"?

2010-02-15 Thread Steve Ryan
Dear All I've tried googling this but can't find much, so I was hoping one of you guys might be able to help me. My web application lives under IIS's "Default Web Site". It needs to use the Tomcat JK redirector, so I have added the redirector as an ISAPI Filter on the "Default Web Site". Th

Configuring timeouts for apache + mod_jk + tomcat

2010-02-15 Thread Alessandro Bahgat
Hello, I'm writing because at last we are about to upgrade the Apache httpd+mod_jk we use in the production environment from version 2.0.52 to version 2.2.14 (on Linux Servers), and I'd like to receive advice from you about timeout settings. For some reason I don't know, the system has the followi