This is a discussion on extending HTTP access log file - Weblogic ; I am trying to extend the HTTP access log file using the information given at http://e-docs.bea.com/wls/docs81/adm...er.html#113868 However, I havent been able to succeed in doing that. I have written my own class authType.java to display that information in the log ...
I am trying to extend the HTTP access log file using the information given at http://e-docs.bea.com/wls/docs81/adm...er.html#113868
However, I havent been able to succeed in doing that. I have written my own class
authType.java to display that information in the log file. I compiled the class
and placed it under the lib directory thereby guaranteeing that it will be loaded.
However, the log file only seems to place a '-' at the location where it should
have actually placed the contents of the method getMethod().
Help will be appreciated.