I had previously noted that Analog wasn't finding the Java Server Pages (jsp)
that were being served up.  After some investigation, we found the cause of
the problem and came up with a workable solution that might be of use to
others.

Basically, the issue is that the html pages are served up by our web server,
in this case Netscape Enterprise Server, and the jsp pages are served up
by the Weblogic application server.  Both of these servers create their own
logs, and the jsp pages are in a different directory than the html pages.

So when we changed the analog.cfg file to have two LOGFILE entries, one
for each server, it all works just fine.  The two servers generate slightly
different log formats, but they are close enough to the common file format
that everything is OK.

LOGFILE "/usr/local/suitespot/https-207/logs/access"
LOGFILE "/usr/local/weblogic/myserver/access.log"

Tony Wasserman

[EMAIL PROTECTED]
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to