Re: Valves

2005-02-10 Thread Mark Anderson
Right. I believe that the reason that Tomcat can't find ValveBase is that it is loaded with a different class loader than classes in the common directory. Filip Hanik - Dev wrote: put your class in server/classes, valves should not be common Filip -

Re: Problem getting http redirected to https

2005-01-10 Thread Mark Anderson
I have checked the archives but didn't find what I need. Thanks for any help. Regards, James. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mark Anderson

Re: Problem getting http redirected to https

2005-01-10 Thread Mark Anderson
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Mark Andersonvoice:703-883-6508 Networking & Distributed Systems Engineerfax :703-883-5864 The

Disable PUT and DELETE HTTP methods

2005-01-03 Thread Mark Anderson
Last month, someone asked how to disable the HTTP methods PUT and DELETE. (I wasn't on this list at that time, so I can't reply in a threadly manner.) I wrote a valve to accomplish that. I won't clutter this list with my code, but I will say that I simply wrote a class that extends org.apache.

Re: How Do I Install A Valve

2005-01-03 Thread Mark Anderson
erver, not inside the web app, they need to be in the server classpath. You can either do what you did or edit catalina.properties. -Original Message- From: Mark Anderson [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 4:48 PM To: Tomcat Users List Subject: Re: How Do I Inst

Re: How Do I Install A Valve

2004-12-30 Thread Mark Anderson
t it. Is there anyone who can advice on "best practices"? Is there a better (or another) place to put this valve? Thanks, - Mark Mark Anderson wrote: Hi. I've written a Valve that I will configure inside the element in server.xml. I've made my valve class part of the org.

How Do I Install A Valve

2004-12-30 Thread Mark Anderson
Hi. I've written a Valve that I will configure inside the element in server.xml. I've made my valve class part of the org.apache.catalina.valves package. My questions is this: Where to I put the class file so that Tomcat can use it? (I'm using Tomcat 5.0.27.) - Mark ---

Re: Tomcat and SSL : Want Client Authentication but not Server Authentication

2004-12-25 Thread Mark Anderson
I've never heard of being able to connect using SSL without a server certificate. But you don't have to spend money to get one: just use a self-signed certificate. Onkar Singh wrote: Hi , I want Client ( Web Browser) to be authenticated and not the Server ( Web Server).