Re: PoolMan/Tomcat

2001-01-12 Thread Cam DeBuck
When I try to access that site I get redirected to: http://poolman.sourceforge.net/ Nothing comes up. BTW, what exactly is Poolman? I too use Oracle 8i (8.1.6 and 8.1.7). Thanks. --Cam-- - Original Message - From: Gianni Salvagno To: [EMAIL PROTECTED] Sent:

Session Information on Distributed Environment

2001-01-10 Thread Cam DeBuck
We currenlty have a java servlet that is running on 3 machines. The only problem I've seen is trying to keep the session information on all three machines when the load balancer sends the user to another computer. I beleive we have hardware that is actually doing the load balancing and not

RE: Servlet and Multiple Instances

2001-01-08 Thread Cam DeBuck
tance of the servlet will be able to handle just one request. Leila -Ursprngliche Nachricht- Von: Cam DeBuck [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 8. Januar 2001 07:12 An: [EMAIL PROTECTED] Betreff: Servlet and Multiple Instances I've written a servlet that i

Re: AW: Servlet and Multiple Instances

2001-01-08 Thread Cam DeBuck
Thank you. Will check it out. --Cam-- Quoting "Algarve, Leila" [EMAIL PROTECTED]: Check if your servlet class implements SingleThreadModel, in this case one instance of the servlet will be able to handle just one request. Leila -Ursprngliche Nachricht----- Von:

Servlet and Multiple Instances

2001-01-07 Thread Cam DeBuck
I've written a servlet that is getting hit pretty hard. It works fine when just one user access hit. However, when they are multiple people hitting the servlet, it seems like that it is only serving one person at a time. Is there some confirguration option that I am missing so that it can