Who is using Lawson Portal

Author
Messages
jcorbin
Basic Member
Posts: 5
Basic Member
    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?
    Tomwise
    Advanced Member
    Posts: 32
    Advanced Member
      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>
      jcorbin
      Basic Member
      Posts: 5
      Basic Member
        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
        jcorbin
        Basic Member
        Posts: 5
        Basic Member
          Correction:

          After looking at the log file in more detail, I was able to find the user name.

          Thanks
          RickyY
          Veteran Member
          Posts: 50
          Veteran Member
            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 Moeller
            Veteran Member
            Posts: 1498
            Veteran Member
              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
              ---