Hi,
I have to debug an SSL problem when using LDAPS. So I decided to set the
javax.net.debug property to figure out what's going on. But
System.setProperty("javax.net.debug", "all"); or
System.setProperty("javax.net.debug", "ssl");
doesn't produce any output. I have a Tomcat 4 standalone installation
running, so afaik the debug output should go to catalina.out as well as
any output of System.out.println("...") does. I can find the
System.out.println("...") output but no javax.net.debug output. Does
anybody know the trick? I'm running jre version 1.4.2 on RedHat 7.3.
Btw.: If I run the classes outside Tomcat in a "standard" environment,
LDAPS is running as it should and javax.net.debug produces a lot of
debug output to the console. Hmmm.
Any hints are highly appreciated.
Thanks, Thomas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]