Re: AW: ServletProxyGenerator

2002-07-17 Thread Michael Wechner
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

Re: AW: ServletProxyGenerator

2002-07-16 Thread Michael Wechner
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

AW: ServletProxyGenerator

2002-07-16 Thread Ewert, Sven
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