...
| Code Block |
|---|
Open the C:\aw\tomcat\META-INF\aop.xml file
Change the <system id="..."> value to "system" instead of "webapp" (use the name you want)
Change the pointcut so that it is a bit narrowed to match all public method in whatever direct
subclass of whatever class/interface of javax.servlet.http.*
|
...
