[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: WebHandler issue

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top