Ewert, Sven wrote:
> is your generic-servlet a "single thread" servlet?
No, not that I know. Just a common "HelloWorld" servlet for testing
purposes:
public class HelloWorld extends HttpServlet {
(or how do I recognize a "single thread" servlet?)
Thanks
Michael
>
> cheerz
>
> sv
Ewert, Sven wrote:
> is your generic-servlet a "single thread" servlet?
No, not that I know. Just a common "HelloWorld" servlet for testing
purposes:
public class HelloWorld extends HttpServlet {
(or how do I recognize a "single thread" servlet?)
Thanks
Michael
P.S.: Sorry for taki
is your generic-servlet a "single thread" servlet?
cheerz
sven
-Ursprüngliche Nachricht-
Von: Michael Wechner [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 16. Juli 2002 17:47
An: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Betreff: ServletProxyGenerator
Hi
I am currently working on a S