To provide instructions to enable the java console debug on the Windows client connecting to the Smarts webconsole (thin client).
Smarts - 10.1.x/24.3.x
To enable debug logging an individual workstation that uses the WebConsole, you must configure the Java Runtime Parameters for that workstation.
-Djavax.net.debug=all
-Dcom.smarts.server.logMessages=true
-Dcom.smarts.java.log=<filename>.log
-Dcom.smarts.log.level=TRACE
Refer to Configuring the log files for more information.
webconsole.properties is located at <CONSOLE_BASE>/smarts/tomcat/webapps/webconsole/.
Add the following debug statements to the file and save it.
Restart tomcat for changes to take effect. Debug log file will be located at <CONSOLE_BASE>/smarts/local/logs.
Refer to Debugging the web console for more information for webconsole debugging.