I will reply to myself since I have worked out the solution and other
might find it useful
Valve itself must go in /server
Supporting code for valve and classes exposed to the jsp must go in
/common
-Original Message-
From: Paul Moore [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January
I have a valve that does various valve type things, mess with requests,
twiddle cookies, etc.
I need a JSP to be able to communicate with the valve (generate URLS
based on the result of some of the twiddling for example).
The class loaders are doing their best to stonewall me. I have tried
putting