> From: ktou Ho [mailto:[EMAIL PROTECTED]
> Subject: RE: Singleton in Tomcat 6.0 not working
>
> ---------- Filter---------------
> public class ElwinFilter implements Filter
> -------------- web.xml -----------------
> <filter>
> <filter-name>Elwin Filter</filter-name>
> <filter-class>
> com.elwin.IMeraFilter
> </filter-class>

Looks like you're not giving us exactly what you are running.  For example, 
both the filter and the RemoteDBConnections sources omit any package 
statements, and the declared <filter-class> doesn't match the name of the 
filter class.  Your credibility just took a hit.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to