How do you package and deploy your application?

If you are seeing
java.lang.NoClassDefFoundError: test/filter/TestFilter$1

please check, that the class file "TestFilter$1.class" is present in
your app's WEB-INF/classes/test/filter/ directory on the web server.


> > still present.  The localhost log has this:
> >
> > SEVERE: Exception starting filter testFilter
> > java.lang.NoClassDefFoundError: test/filter/TestFilter$1
> >        at java.lang.Class.getDeclaredConstructors0(Native Method)
> >        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
> >        at java.lang.Class.getConstructor0(Class.java:2699)
> >        at java.lang.Class.newInstance0(Class.java:326)
> >        at java.lang.Class.newInstance(Class.java:308)

---------------------------------------------------------------------
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