Beginning to feel a bit lonely on this list. What's the problem, do all of you 
have jobs?

Lab that has you creating servlet filters. I was under the impression (via the 
slide information) that these were executed in order of how they're listed in 
the DD file. This would seem to not be case I was to believe what the log 
output says in the runtime information for the server.
PWC1412: WebModule[/hello2] ServletContext.log():MyOwnFilter2:doFilter()
PWC1412: WebModule[/hello2] ServletContext.log():MyOwnFilter2:DoBeforeProcessing
PWC1412: WebModule[/hello2] ServletContext.log():MyOwnFilter:doFilter()
PWC1412: WebModule[/hello2] ServletContext.log():MyOwnFilter:DoBeforeProcessing
PWC1412: WebModule[/hello2] ServletContext.log():MyOwnFilter:DoAfterProcessing
...

in web.xml these are the opposite order of how they're getting logged, i.e., I 
would have expected to see the doFilter() for MyOwnFilter logged before the one 
in MyOwnFilter2

Is this not the case?

 ~Karl



      
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Java 
EE (J2EE) Programming with Passion!" group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to