--- "Dahnke, Eric" <[EMAIL PROTECTED]> wrote: > >If I comment out the init() method in my servlet do I get an instance of it > >for each request? > > > >Do people commonly do this? > > I suspect that if you do this Eric, it won't compile... > > > It compiles fine, and works fine too. But I haven't testing it in a > multiuser environment yet.
OK - so the init of the superclass is being called? (I think I had it in my head that you would have to implement this method - NO, this is not an interface, cam!) Does this achieve what you need? I still reckon you'll need to look at SingleThreadModel to achieve what it sounds like you're after... Good luck (and try Jason Hunter's book!) cam __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards� http://movies.yahoo.com/ -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
