Allowing HTTP PUT in specified location only

2003-04-04 Thread Janne Ruuttunen
Hi Tomcatters, How does one configure tomcat 4.1 to allow HTTP PUT/DELETE requests for a specific directory only? I found that the default servlet has the readOnly parameter, but I can't change the default behaviour. Thanks in advance, Janne

Re: mutual SSL authentication

2003-03-31 Thread Janne Ruuttunen
Hi Mark, you need to use a Coyote HTTP1.1 connector, configured to use a org.apache.coyote.tomcat4.CoyoteServerSocketFactory with the clientAuth property set to true. See the Coyote part in the config reference. I agree that more should be said about this in the SSL howto. Note that Java

Re: mutual SSL authentication

2003-03-31 Thread Janne Ruuttunen
- Original Message - From: Mark W. Webb [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, March 31, 2003 4:54 PM Subject: Re: mutual SSL authentication Is there a way that I can have apache handle all of the SSL? This would allow tomcat to only handle the servlet

SSL client auth - Realms

2003-03-28 Thread Janne Ruuttunen
database or JNDI or something, but don't know how to proceed. Thanks in advance for any insight. Janne Ruuttunen - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]