How do I get the line number in a JSP .....

2003-01-28 Thread Nandyal
Gurus, How do I get the line number in a JSP, when an exception occurs? Currently, the stack trace prints NullPointerException and says Unkown source. Any help would be highly appreciated. Thanks Sesha

Re: Doubt in Single Sign On !!!

2003-01-28 Thread shanmugampl
I agree with Will completely . I have found a way to solve this issue and in that process have one more doubt. The invoke method of SingleSignOn is getting called when request for a resource is placed. The details of all the sessions that are currently associated is available inside the

Re: Doubt in Single Sign On !!!

2003-01-28 Thread shanmugampl
Will this be supported in the future releases of Tomcat Craig R. McClanahan wrote: On Tue, 28 Jan 2003, Will Hartung wrote: Date: Tue, 28 Jan 2003 13:32:46 -0800 From: Will Hartung [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]

Re: SSL with Tomcat

2003-01-28 Thread Yakov Belov
Oh, thanks, but its all fixed now - I placed the .keystore file in the not default directory - and I only specified the directory and not the file itself in the parameter - keystoreFile ... all works now. Thanks to every body, trying to help ;) - Original Message - From: Turner, John

Possible CLOSE_WAIT bug

2003-01-28 Thread Dan Higgins
Hi, I'd like to verify what I'm seeing is a bug. If I set my maxProcessors sufficiently low (say 5), then run a script from another machine that floods Tomcat with requests for a given JSP, eventually Tomcat stops accepting requests at all. Ok, that's to be expected when every processor thread

Re: JavaBean problem

2003-01-28 Thread Wilson Snook
So, instead of WEB-INF/classes/MyBean, it would be something like WEB-INF/classes/com.mypackage.MyBean What works for me is: MyBean: (declaration at top of bean class file) package com.mypackage; Directory structure: WEB-INF = classes = com =

Re: tomcat authtentication

2003-01-28 Thread Craig R. McClanahan
On Tue, 28 Jan 2003, mike danese wrote: Date: Tue, 28 Jan 2003 13:56:31 -0800 From: mike danese [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: tomcat authtentication Trying to get a handle on how tomcat or tomcat-manager interact w/

Re: Memory requirements

2003-01-28 Thread Craig R. McClanahan
On Tue, 28 Jan 2003, Cees van de Griend wrote: On Tuesday 28 January 2003 21:23, Gulay Top wrote: I'm using Linux. As soon as I start tomcat, an application called java starts, This is correct. and there are 27 - 35 instances of it. This could be correct, does not sound unreasable.

Re: Doubt in Single Sign On !!!

2003-01-28 Thread Craig R. McClanahan
On Tue, 28 Jan 2003, Will Hartung wrote: Date: Tue, 28 Jan 2003 16:49:09 -0800 From: Will Hartung [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Doubt in Single Sign On !!! From: Craig R. McClanahan [EMAIL PROTECTED]

Re: Doubt in Single Sign On !!!

2003-01-28 Thread Craig R. McClanahan
On Wed, 29 Jan 2003, shanmugampl wrote: Date: Wed, 29 Jan 2003 10:53:41 +0530 From: shanmugampl [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Doubt in Single Sign On !!! Will this be supported

<    1   2   3