P
Peter Judge
Guest
The chances are good that you're not running the webhandler you think you are. If you set the logging level in the openedge.properties to 5, you'll see a message like logger: Debug ( substitute ( 'Request for path "&1" using template "&2" and handler "&3"' , in the agent log. Or save the below as logging.config in the CATALINA_BASE/openedge directory (and delete when you're done). { "logger" : { "OpenEdge.Web.InternalWebRouter" : { "logLevel" : "DEBUG" , "filters" : [ "ERROR_FORMAT" , "TOKEN_FORMAT" , "REPLACE_TOKENS_FORMAT" , "LOG_MANAGER_FORMAT" , "LOG_MANAGER_WRITER" ] } } }
Continue reading...
Continue reading...