RE: No of concurrent requests per session

2006-02-14 Thread Abhilash Kumar
: 303 438 9585 > -Original Message- > From: Abhilash Kumar [mailto:[EMAIL PROTECTED] > Sent: Monday, February 13, 2006 9:45 PM > To: Tomcat Users List > Subject: RE: No of concurrent requests per session > > Hello: > > Thanking everyone for words of wisdom .. &

RE: No of concurrent requests per session

2006-02-14 Thread Abhilash Kumar
rrent requests per session > > -Original Message- > > From: Abhilash Kumar > [mailto:[EMAIL PROTECTED] > > Sent: Monday, February 13, 2006 9:45 PM > > To: Tomcat Users List > > Subject: RE: No of concurrent requests per session > > > > Hello: > >

RE: No of concurrent requests per session

2006-02-13 Thread Abhilash Kumar
nt requests. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Abhilash Kumar [mailto:[EMAIL PROTECTED] > Sent: Monday, February 13, 2006 6:43 AM > To: Tomcat Users List > Subject: No of concurrent requests per session >

RE: No of concurrent requests per session

2006-02-13 Thread Abhilash Kumar
that lets you set the maximum concurrent requests. George Sexton MH Software, Inc. http://www.mhsoftware.com/ Voice: 303 438 9585 > -Original Message- > From: Abhilash Kumar [mailto:[EMAIL PROTECTED] > Sent: Monday, February 13, 2006 6:43 AM > To: Tomcat Users List > Subject:

No of concurrent requests per session

2006-02-13 Thread Abhilash Kumar
Hello: I am using Tomcat 5.0.30 with HTTP 1.1 Connector. If I try to make a third request while two other request's (which i have already made) responses have not yet arrived, then Tomcat is not serving the request until one of the pending response arrives. This limits me to only two pending r

RE: tomcat/linux no xserver problem

2006-02-05 Thread Abhilash Kumar
You have Batik (ships with FOP distribution itself) in Tomcat's classpath ? Pls see wheter this link is helpful. http://xmlgraphics.apache.org/fop/0.20.5/graphics.html#batik thanks and regards, -- Kannan. -Original Message- From: Eickvonder Bjoern [mailto:[EMAIL PROTECTED] Sent: Monday,

FW: SSO with JASS

2005-11-09 Thread Abhilash Kumar
Hello: Is there a way in Tomcat to implement SSO with JAAS (instead of using the Valve implementaion of SSO) so that my web app will be portable across containers ? thanks and regards, -- Kannan. -- Amritha Institute of Medical Scie

Sharing of data between multiple web apps

2005-11-09 Thread Abhilash Kumar
Hello: Can anyone pls suggest the standard way for sharing of data between multipe web applications ? I have one outer web app which the user will access first and at some point of time he may logon to other web apps from the first web app using SSO. So is there a way for me to transparently acc