1. Stop the AdminServer and enable advanced logging for the AdminServer:
How to increase the logging level for the OpenEdge AdminServer?2. Modify the file fathom.init.params and add the following to the bottom ( On linux/Unix it will have to go between the if and fi statement):
org.eclipse.jetty.LEVEL=DEBUG
3. Create a file in the working directory with the name "
jetty-logging.properties" With the following content:
org.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog
org.eclipse.jetty.LEVEL=DEBUG
org.eclipse.jetty.websocket.LEVEL=DEBUG
3. Modify the class path in the session
[PluginPolicy.Progress.AdminServer] of the file AdminServerPlugins.properties:
classpath=<Existing paths>,<dlc>/java/ext/jettison1-2.jar,<wrk>/jetty-logging.properties
4. Restart the AdminServer