|
|
|
|
|
|
|
|
|
|
|
|
|
|
WEB SITE MANAGEMENT
Logging and monitoring web activity with Domino
By Tony Patton
The amount of hits a web site receives often determines the success of the site. It doesn't matter how great it looks or how valuable the information if no one sees it. A hit occurs when someone accesses a site. Hits are tallied for each graphic or any other element on the page. Reloading or refreshing of a page generates another hit. For this reason, hit counts are misleading. The validity of a hit is a topic for another day. Right now, we are concerned with measuring performance on the Domino web server.
Sooner or later a client will ask if their site is being used (a.k.a. hit). This is valuable to determine the success of their site or sell advertising. It is easier to sell advertising space on a site that is hit 500,000 times a week rather than 10.
Most web servers log user access information to special log files. The log files contain valuable information about the visits to a site: browser used, IP address, bytes received/sent, page requested, previous location, etc. Generally, the log files are text files. There is a standard for the text files, so the structure of the content is consistent.
Set up logging The Lotus Domino server is no different, but it does offer an option to log activity in its native format (Notes database) or text files. If a Notes database is used, the log can be viewed from any Notes or browser client. Text files are stored on the server hard drive, so only those with access to that hard drive can access them. (Unless you've got a log analysis program that also serves analyzed pages).
Logging is set up using the Domino server document in the name and address book. The HTTP section contains fields to enable or disable logging to a domino database or text file.
To set up logging for text files, set up the log file field to Enabled; specify the directory to store the text files; specify the filename(s) for the text files (Access log, Agent log, Referer log, Error log, and CGI error log). To set up logging to a Domino database, set the Domlog.nsf field to Enabled.
Also, the server document provides an area entitled Exclude From Logging. This allows you to specify URLs, domains, access methods, MIME types, user agents, and return codes that should not be logged. Any accesses that match these settings will be excluded from the log file or database. Figure A shows the log settings area of the server document.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- Advertisement --
PDF Conversion for Lotus Notes
Convert Lotus Notes documents to PDF for sharing, archiving or web printing.
- 1-step PDF: As easy as clicking a Lotus Notes toolbar icon
- Archive email folders or views as a self-contained PDF
- Convert any document collection into a PDF file
- Produce print-quality output from Web applications
- Client side or Server side conversion
- Doesn't require any DLL files
- LotusScript API for developers
Ready to learn more? |
-- Advertisement --
Integrate your Notes Applications with Microsoft Office and Symphony
Integra for Notes Integrates Microsoft Office and/or IBM Lotus Symphony
Requires NO change to the design of the appliation or Installations of DLL's and EXE's
- Integra is a ready to use solution, enhance static reports with Excel data analysis, pivot tables, macros
- User friendly aproach, using a point and click access to features
- Reports from any Lotus Notes databases
- Runs reports through a Notes client, web browser and scheduled basis
- Allows use of LotusScript for advanced data manipulation
- Enables self service reporting capabilities to end-users
Learn more at www.integra4notes.com. |
|
|
|
|
|
|
|
|
|
|