Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Support for Tomcat 5

Hi,

 

I'd like to do AOP over JSPs in Tomcat/5.5.9 but I have been unsuccessful at getting it to run using the instructions at http://eclipse.org/aspectj/sample-code.html#j2ee-tomcat4-servlets (which target Tomcat version 4.1). Is there a step-by-step setup guide available?

 

Ideally, I would like Tomcat to weave my aspects in automatically every time it recompiles the JSPs (i.e. I don't want to have to recompile the JSPs manually every time).

 

Thanks for any help,

 

Mark


Back to the top