|
From: <gt...@dg...> - 2005-02-15 15:12:35
|
>>I have to admit I'm green at this point. >>I found a property, javax.net.debug, which can enable ssl debugging >>(values ssl/all), >> >> >That was it. > > >>but several places to set this, it seems: >>Tomcat initiation / MSH client initiation / MSH client runtime code.. >> >> >I'd set it as a jvm parameter, that is least intrusive on the code > > > I still have to claim newbie on this.. I tried to add "-Djavax.net.debug=all" to tomcat's startup command line (via $JAVA_OPTS), but no new debug info in tomcat's logs when I send the failing message. Is there a separate config file for JVM parameters? (Linux) thanks, Gustav Tresselt |