OPSMVS RESTful Web Service security logs
search cancel

OPSMVS RESTful Web Service security logs

book

Article ID: 254034

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

What are available logs that provide security-related information, for OPSMVS RESTful Web Services? 

Environment

Release : 14.0

Resolution

The following logs might be useful: webSvcListener.log, OPSWEB PROC output and localhost_access_log, this one is Tomcat and by default resides under tomcat_deploy_dir/tomcat/logs.

The webSvcListener.log file will include a message like the below one if the trace level on OPSWEB proc is set to DEBUG. 

LoginContext.login OK for "Subject:
 Principal: UsernamePrincipal: AUTMSTC
that identify the userid that made the REST request

The Tomcat log(localhost_access_log) could be useful since web services 'logon' happens under the Tomcat server when REST requests are received.