This issue seems to be caused by having the following at the top of
Tomcat's web.xml:
<filter>
<filter-name>FilterRedirector</filter-name>
<filter-class>org.apache.cactus.server.FilterTestRedirector</filter-clas
s>
</filter>
<filter-mapping>
<filter-name>FilterRedirector</filter-name>
<url-pattern>/FilterRedirector/</url-pattern>
</filter-mapping>
> -----Original Message-----
> From: Matt Raible [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 09, 2002 12:47 PM
> To: '[EMAIL PROTECTED]'
> Subject: AspectJ needed for Cactus 1.4?
>
>
> I am trying to setup my tomcat install as described at:
>
> http://jakarta.apache.org/cactus/1.4/howto_tomcat.html
>
> However, I get the following error in localhost_log:
>
> 2002-07-09 12:23:09 StandardContext[/roller]: Exception
> starting filter FilterRedirector
> java.lang.NoClassDefFoundError: org/aspectj/runtime/reflect/Factory
> at
> org.apache.cactus.server.FilterTestRedirector.<clinit>(FilterT
estRedirector.java;org/apache/cactus/util/log/Lo> gAspect.java(1k):80)
> at
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeCo
> nstructorAccessorImpl.java:39)
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Dele
gatingConstructorAccessorImpl.java:27)
> at
> java.lang.reflect.Constructor.newInstance(Constructor.java:274)
> at java.lang.Class.newInstance0(Class.java:296)
> at java.lang.Class.newInstance(Class.java:249)
>
> However, the documentation states:
>
> Copy the following jars to [tomcat root]/common/lib :
>
> cactus.jar
> commons-httpclient*.jar
> junit.jar
> This is the minium set of jars needed.
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>