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

Yes nothng is logged when -showWeaveInfo doesn't produce any output.

But whats the reason? I've searched almost the whole internet on that
problem and all I've found is that to put the aspectjrt.jar into web-inf/lib
what I've done.

Can anyone please help me?

Thanks


rolando80 wrote:
> 
> 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#a9981063
Sent from the AspectJ - users mailing list archive at Nabble.com.



Back to the top