Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Re: Why Tomcat doesn't reload my filters

Justin Ruthenbeck

2003-10-13

Replies:


What version of Tomcat are you using?

At 01:51 PM 10/13/2003, you wrote:
>Hi,
>
>I wrote a web application with filters. When
>Tomcat starts it works fine. When I try to reload
>it using manager I get exceptions in log files.
>
>This is a part of my web.xml file concerning filters:
>
><filter>
>   <filter-name>files</filter-name>
>   <filter-class>scs.util.SCSMultipartFilter</filter-class>
>   <init-param>
>      <param-name>dir.upload</param-name>
>      <param-value>files/</param-value>
>   </init-param>
></filter>
><filter>
>   <filter-name>papers</filter-name>
>   <filter-class>scs.util.SCSMultipartFilter</filter-class>
>   <init-param>
>      <param-name>dir.upload</param-name>
>      <param-value>WEB-INF/papers/</param-value>
>   </init-param>
></filter>
><filter-mapping>
>      <filter-name>files</filter-name>
>      <url-pattern>/files</url-pattern>
></filter-mapping>
><filter-mapping>
>   <filter-name>papers</filter-name>
>   <url-pattern>/abstract</url-pattern>
></filter-mapping>
><filter-mapping>
>   <filter-name>papers</filter-name>
>   <url-pattern>/fulls</url-pattern>
></filter-mapping>
><filter-mapping>
>   <filter-name>papers</filter-name>
>   <url-pattern>/papers</url-pattern>
></filter-mapping>
>
>and here are parts of Tomcat logs:
>
>............................................................................
>............................
>
>2003-10-13 21:37:53 StandardContext[/scs]: Exception starting filter files
>java.lang.ClassNotFoundException: scs.util.SCSMultipartFilter
>............................................................................
>............................
>2003-10-13 21:37:53 StandardContext[/scs]: Exception starting filter papers
>java.lang.ClassNotFoundException: msielski.scs.util.SCSMultipartFilter
>............................................................................
>............................
>
>Thanks for help in advance.
>
>Best regards
>
>Marcin
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
>For additional commands, e-mail: tomcat-user-help@(protected)


____________________________________
Justin Ruthenbeck
Software Engineer, NextEngine Inc.
justinr - AT - nextengine DOT com
Confidential
  See http://www.nextengine.com/confidentiality.php
____________________________________


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.