Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] tomcat 6 configuration

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
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


--
Simone Gianni            CEO Semeru s.r.l.           Apache Committer
http://www.simonegianni.it/



Back to the top