jcorbinPrivatePrivate (13 points) Basic Member Posts:5  Send Message: 
4/26/2010 7:50 PM |
|
I need to find out who is logging into my lawson portal, is there a logfile that I can check to see this activity. Our is there any lawson script that I can run to extract this information?
|
|
|
|
TomwiseIT Supervisor Lancaster Labs  (90 points) Advanced Member Posts:32  Send Message: 
4/27/2010 10:20 AM |
|
Go to your web log directory and look at your 80-access.log file. It has every connection made to Portal in it. Here is where my logs are stored. LAW9PROD>pwd /usr/IBM/HTTPServer/logs LAW9PROD>ls -l total 2603680 -rw-r--r-- 1 root system 1327766921 Apr 27 07:21 80-access.log -rw-r--r-- 1 root system 5059888 Apr 27 07:17 80-error.log -rw-r--r-- 1 root system 0 Aug 05 2009 access_log srwxrwxrwx 1 nobody system 0 Apr 23 06:40 cgisock -rw-r--r-- 1 root system 39804 Apr 23 06:40 error_log -rw-r--r-- 1 root system 7 Apr 23 06:40 httpd.pid drwxr-xr-x 2 root system 256 May 21 2009 install LAW9PROD>
|
|
|
|
jcorbinPrivatePrivate (13 points) Basic Member Posts:5  Send Message: 
4/27/2010 1:01 PM |
|
Hey Tomwise: I see myself login via my IP address, but I am not seeing my login name: See below: 138.5.1.25 - - [27/Apr/2010:09:51:01 -0400] "GET /sso/login.css HTTP/1.1" 304 - 138.5.1.25 - - [27/Apr/2010:09:51:01 -0400] "GET /sso/login.js HTTP/1.1" 304 - 138.5.1.25 - - [27/Apr/2010:09:51:01 -0400] "GET /sso/bgGrad.png HTTP/1.1" 304 - 138.5.1.25 - - [27/Apr/2010:09:51:01 -0400] "GET /sso/login.png HTTP/1.1" 304 - 138.5.1.25 - - [27/Apr/2010:09:51:11 -0400] "POST /sso/SSOServlet HTTP/1.1" 302 - 138.5.1.25 - - [27/Apr/2010:09:51:11 -0400] "GET /lawson/portal/logondone.htm HTTP/1.1" 200 6421 138.5.1.25 - - [27/Apr/2010:09:51:11 -0400] "GET /servlet/Profile?_PATH=/lawson/portal&_NOCACHE=1272376271745 HTTP/1.1" 200 80378
|
|
|
|
jcorbinPrivatePrivate (13 points) Basic Member Posts:5  Send Message: 
4/27/2010 1:25 PM |
|
Correction: After looking at the log file in more detail, I was able to find the user name. Thanks
|
|
|
|
RickyYPrivatePrivate (110 points) Veteran Member Posts:50  Send Message: 
1/20/2012 5:46 PM |
|
I"m not able to find that directory in my application server? We are talking about Lawson portal and not mylawson.com correct?
Ricky
|
|
|
|
Greg MoellerPrivatePrivate (4163 points) Veteran Member Posts:1487  Send Message: 
1/30/2012 3:55 PM |
|
Yes. It should be where you installed the web-server component at. ie We are on Solaris and ours is located at /opt/IBM/IHS/logs/lawprod_access_log If you just used the IHS webserver that came with the install, you should be able to locate it by searching for all files that end in access_log
|
|
|
|