RE: communication from jsp to valve

2005-01-12 Thread Paul Moore
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

communication from jsp to valve

2005-01-11 Thread Paul Moore
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