Hi ,
 
With respect to the below mail on the mailing list, please clarify me the following doubt.
 
On windows, I use Tomcat Web server on which my form and perl script are placed. I have a few .gz files and I use gzip.exe to uncompress them.
 
I executed the analog command for the .gz log files with the following settinsg in cfg file.

UNCOMPRESS    *.gz ("D:\gzip\gzip.exe -cd")
LOGFORMAT    COMMON
LOGFILE    D:\analog501\logs\01\*.gz,D:\analog501\logs\02\*.gz
 
The analog command executed successfully and gave the report.
 
But when I try the same from the web form and perl script, this doesnt any result. Te analog readme manual states that
"And again as explained above, uncompressing of compressed logfiles doesn't work unless you use the full pathname in the UNCOMPRESS command. "
What is this full pathname ? Say I have gzip.exe in D:\gzip, then D:\gzip\gzip.exe shoud be the full path name, I guess. Please correct me if I am wrong.
 
Thanks and Regards
Murali

 
 
On Fri, 26 Apr 2002, Marcel wrote:

> Hello,
>
> i've installed the actual version of analog under linux and all is fine.
>
> i have 2 logfiles:
>
> /path/to/logfile/access.log
> /path/to/logfile/access.log.old.gz
>
> now i used the following line in the config file:
>
> logfile /path/to/logfile/access.log*
>
> so that all logfiles - compressed as well - are used. If i start analog
> from the commandline, analog decompresses the compressed logfile and then
> analyses both logfiles ==> okay.
>
> But if i use the perl script, analog ignores the compressed file - why?

This is explained at http://www.analog.cx/docs/form.html#trouble (bullet
point 10).

 
+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+------------------------------------------------------------------------

Reply via email to