It's in the localhost_access_log.txt file which is pulled down when you download the access logs. You can also watch in real-time: file tail activelog tomcat/logs/localhost_access_log.txt
Or upload to an SFTP server: file get activelog tomcat/logs/localhost_access_log.txt Here's me going to the phone search page: [24/Sep/2014:12:27:44 -0700] 10.100.75.10 10.100.75.10 admin - 443 GET /ccmadmin/phoneFindList.do HTTP/1.1 200 84351 450 Hitting Find: [24/Sep/2014:12:27:51 -0700] 10.100.75.10 10.100.75.10 admin - 443 POST /ccmadmin/phoneFindList.do HTTP/1.1 200 167926 772 Selecting a device to edit: [24/Sep/2014:12:27:54 -0700] 10.100.75.10 10.100.75.10 admin - 443 GET /ccmadmin/gendeviceEdit.do HTTP/1.1 200 255460 1110 It won't show the parameters passed though such as the key which would show the actual device ID. Brian On Wed, Sep 24, 2014 at 1:38 PM, Nilson Costa <[email protected]> wrote: > Thank you for the answer Brian, but those logs (in CUCM 9 at least) > doesn´t have the information I need. > > What I need is the session ID that every page generate, for example: > > - On my company CUCM when I access the phone page (device >> Phone ) I > have this adrress > https://192.168.13.2:8443/ccmadmin/phoneFindList.do > which is the session ID I accessed. > > When I access a phone the session Id is > > https://192.168.13.2:8443/ccmadmin/gendeviceEdit.do?key=92d69d4a-4a3a-0075-a666-ab2c84ad2523 > This is the information I need. > > Also I need to try to relate this information to the user that accessed > that page. the audit logs provided by CUCM are not enough for that. They > don´t have this session ID > > don´t know If I made me clear but if not let me know and I try to explain > better > > 2014-09-24 14:29 GMT-03:00 Brian Meade <[email protected]>: > > CUCM runs Tomcat, not Apache. You can gather all the Tomcat-related logs >> using RTMT->Trace&Log Central->Collect Files. >> >> On Wed, Sep 24, 2014 at 12:40 PM, Nilson Costa <[email protected]> >> wrote: >> >>> Hello, >>> >>> I have a doubt, how can I collect the Apache logs on CUCM or the web >>> session ID for each access user make an access on the system? >>> >>> Regards >>> >>> -- >>> Nilson Lino da Costa Junior >>> >>> _______________________________________________ >>> cisco-voip mailing list >>> [email protected] >>> https://puck.nether.net/mailman/listinfo/cisco-voip >>> >>> >> > > > -- > Nilson Lino da Costa Junior > > _______________________________________________ > cisco-voip mailing list > [email protected] > https://puck.nether.net/mailman/listinfo/cisco-voip > >
_______________________________________________ cisco-voip mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-voip
