1

I'd like to add the following to the Java-OPTS of my tomcat:

-Djavax.net.debug=ssl

I do this because I need to debug the ssl connnections to and from said tomcat.

Questions:

  • In which log file will the output of the debugging go? Catalina.out?
  • Is it possible to configure which file the output should go to?
  • If so, can you point me to a manual or give me an example?

Thank you very much for your help

scheuri
  • 93
  • 1
  • 1
  • 5

1 Answers1

1

Should be catalina.out

You can find more options in the answer below:

limiting java ssl debug logging

Community
  • 1
  • 1
Tim Funk
  • 869
  • 7
  • 11