Re: Error accessing one servlet at same time

2001-06-27 Thread Marcelo Bellezo
Mark, I had not really paid attention in the synchronized statement, I use only the method service, I placed the synchronized keyword and it worked. Thank you for the explanation. Regards, Marcelo Bellezo Mark Phelps wrote: > We would need to know a lot more about your servlet to answer yo

RE: Error accessing one servlet at same time

2001-06-27 Thread Mark Phelps
We would need to know a lot more about your servlet to answer your question. Can you show us code? Some general rules to remember: (Forgive me if I state the obvious. I don't know if you are new to servlets and Java or not.) 1. Member variables, (variables defined in the class block outside of

Error accessing one servlet at same time

2001-06-27 Thread Marcelo Bellezo
Hello, when two people are accessing the same servlet at same time, the one that got the servlet first, receives all the values ok, but the second receives null values. Anyone ? Marcelo Bellezo ~~ Structure your ColdFusion code with Fusebox. Get

Single Signon or an useless patch in order to be J2EE Certified?

2001-06-27 Thread César Álvarez Núñez
Hi all, Although the almost inexistent documentation relative to JRun custom authentication, I've achieved to implement it or at least that was what I thought. I have my own java.security.Principal implementation called com.aqs.security.User. User instances are created when JRun invokes the meth