This content has been marked as final.
Show 1 reply
-
1. Re: Multiple instances of servlet
frodeh Apr 9, 2004 2:51 AM (in response to shaman)Create a 'dummy'servlet to get the request. In this servlet, create an instance of a plai java-class hat does all processing.
If you have any 'persistent' references in your serlet that is set during init(), pass those on as creation-parameters to your 'servlet'-class.