I have a question regarding threads and filters.
I am creating some servlets under Weblogic 6.1
It seems as though Weblogic requires you to have a getFilterConfig() and 
setFilterConfig(FilterConfig config) in your filter.  This is ok since one of my 
configuration classes uses this FilterConfig object anyway.

With that said, here is my question:

This FilterConfig object is passed in through the Filter's init( ) method.
I store it in a instance variable (declared private) within the filter.
The getFilterConfig() can then return this object.

Just about EVERY servlet I run on our system passes through this filter.
(to setup server properties and the such)

Am I going to have any threading problems since this variable is an instance variable?

Thanks in advance for any help.

Jeremy

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to