Ciao Marco, probably you should configure tomcat to run with the LTW agent enabled.
This is usually done modifying your startup script (catalina.sh/bat, startup.sh/bat, /etc/init.d/tomcat or any other fine tool you have that launches tomcat) to add -javaagent:$tomcathome/lib/aspectjweaver.jar on the java command line.
Hope this helps, Simone Marco Indaco wrote:
Hi at all, How to configure tomcat to perform weaving style a run-time, without use eclipse? Thanks in advance Marco _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
-- Simone Gianni CEO Semeru s.r.l. Apache Committer http://www.simonegianni.it/ _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
