Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Running AspectJ with Tomcat and Axis

no there aren't special things to specify into a tomcat file, there is only
to move aspectjrt.jar into web-inf/lib directory.

but the -showWeaveInfo does not produce output, what means that there is
nothing that has been logged?

roland


rolando80 wrote:
> 
> Hi!
> 
> I want to WebServices use an Aspect for logging specific Methods.
> Everything seems ok with the Aspect and the rest of the code.
> 
> Are there special things to modify in some tomcat file that AspectJ runs?
> 
> And if not how do i test AspectJ on the server, because System.out.println
> runs only on the client...?
> 
> Thanks,
> Roland
> 

-- 
View this message in context: http://www.nabble.com/Running-AspectJ-with-Tomcat-and-Axis-tf3565829.html#a9978994
Sent from the AspectJ - users mailing list archive at Nabble.com.



Back to the top