Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AspectJ with Servlets on Tomcat 5.x

Ok, thanks, I also thank it. But I supose that when you say <<"make sure you have aspectj on your classpath at runtime">>, you say me that I copy AspectJ jars file in my WEB-INF/lib app directory, no? What are these files? How does Tomcat know When he calls or uses these files?
Hello,
 my 2 cents here..... for applying aspect to your code (no matter if it is servlet, standalone, ejb or anything) you'd need to weave your cod ebefore you deploy it
also, make sure you have aspectj on your classpath at runtime (either in WEB-INF/lib or your appserver lib directories)

i m applying aspectj to Actions in my webapplication, that was all i needed to do.....

Back to the top