limit servlet access to user

2001-03-23 Thread chu luk
Hi, I have a web application running on tomcat. there are 2 httpServlet in that web app. how can i limit user access to one of the httpServlet? I read the example application in tomcat under \tomcat\webapps\examples\jsp\security which demo form base authentication. I looked through all the prop

limit servlet access to user

2001-03-23 Thread chu luk
Hi, I have a web application running on tomcat. there are 2 httpServlet in that web app. how can i limit user access to one of the httpServlet? I read the example application in tomcat under \tomcat\webapps\examples\jsp\security which demo form base authentication. I looked through all the prop

Is Apache web server 1.3.x multithreaded

2001-03-23 Thread chu luk
Hi, Is Apache web server 1.3.x multithreaded? that's each request and handle by a thread. OR each request is handle by a child process fork by parent? thanks. __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.

RE: java.lang.OutOfMemoryError

2001-03-22 Thread chu luk
ng > string contatenation. > > > -Original Message- > > From: chu luk [SMTP:[EMAIL PROTECTED]] > > Sent: Thursday, March 22, 2001 5:17 PM > > To: [EMAIL PROTECTED] > > Subject:java.lang.OutOfMemoryError > > > > Hi, > > I have a servlet li

java.lang.OutOfMemoryError

2001-03-22 Thread chu luk
Hi, I have a servlet listens for HTTP POST request. then query the oracle database and response --> request / response are XML. I had 10 Load Test client keep sending HTTP request to servlet as fast as they can --> for 10 hours But within 10 hours, all the response are OK, except i got a coup