Re: tomcat 5.0.24 crashes silently when clustering turned on

2005-09-15 Thread Chandan Gupta
We could try upgrading our JVM from 1.4.2 but I'm concerned with going to 5.0 in case that causes other things to break. Will TC 5.0.24 run on a 5.0 JVM? --- It does, im running it on 5.0 on win platform Regards, Chandan On 9/12/05, Mike Noel <[EMAIL PROTECTED]> wrote: > > > >Which platform/O

A good place to leanr how to use digest authentication

2005-09-15 Thread Chandan Gupta
Hi, Im trying to use Digest authentication with an AXIS web service hosted on Tomcat 5.0.28. The problem is in setting up Digest authentication for Tomcat. I did as was written in HOW-TO setting up a JDBC realm, I tried to connect the URL configured on the secure realm from IE 6.0. Presto what

Re: Plain text passwords printed to catalina.out

2005-08-31 Thread Chandan Gupta
Could also be because your javax.net.debug property is set to "all" or "ssl". Check that as well too. On 8/31/05, Movva, Sudhir <[EMAIL PROTECTED]> wrote: > > Your logging is not configured properly. > Setup the log4j.properties and this should take care of that issue. > -Sudhir. > > -Orig

Overriding default trustmanager in Tomcat

2005-08-30 Thread Chandan Gupta
Hi I think this problem would have been well discussed. I tried looking this up in the forums but couldnt find an answer Im using Tomcat 5.0.28 and JRE 1.5 and trying to override default TrustManager with my own. I have written the following SSLImplementation. The problem here is that even whe

Tomcat 5 + SSL - Overriding default certificate authentication

2005-08-30 Thread Chandan Gupta
Hi, Need to override the default certificate authentication to provide some own validation. Need to embed some new extensions in the certificate and validate them Got the following information but having problems doing what is explained 1. Write new SSLImplementation subclassing org.apache.to