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
-
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
-
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
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.
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
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.
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
---
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).