RE: logging calls to CFM templates?

2002-12-02 Thread Robertson-Ravo, Neil (RX)
yep, they usually display the data, but in this instance, it seems that you have built an app and you have not factored logging capabilities into it; -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED]] Sent: 02 December 2002 13:02 To: CF-Talk Subject: Re: logging calls to CFM

RE: logging calls to CFM templates?

2002-12-02 Thread Mike Townend
, December 2, 2002 12:43 To: CF-Talk Subject: Re: logging calls to CFM templates? No, you misunderstood the question... It would be pretty easy to build something like this that basically logged which "sections" and "pages" are used most often - it would be just a homegrown sit

Re: logging calls to CFM templates?

2002-12-02 Thread Gyrus
- Original Message - From: "Robertson-Ravo, Neil (RX)" <[EMAIL PROTECTED]> > just get a log reader and read the verbose log files which IIS generates. --- Not sure, but I think there's still the same misunderstanding here. How would IIS know what CFM template the CF

RE: logging calls to CFM templates?

2002-12-02 Thread Robertson-Ravo, Neil (RX)
just get a log reader and read the verbose log files which IIS generates. -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED]] Sent: 02 December 2002 12:43 To: CF-Talk Subject: Re: logging calls to CFM templates? No, you misunderstood the question... It would be pretty easy to

Re: logging calls to CFM templates?

2002-12-02 Thread Gyrus
AIL PROTECTED]> Sent: Monday, December 02, 2002 12:09 PM Subject: Re: logging calls to CFM templates? > Hello! > > I would suggest the following solution: > > a) create a file called mod_log.cfm with some properties (f.e. > attributes.pagename, attributes.parameter, ...) >

Re: logging calls to CFM templates?

2002-12-02 Thread Gyrus
> are you using Fusebox? My template is loosely based on Fusebox, as in: index.cfm?action=section.page index.cfm contains a switch that runs from #ListFirst(URL.action, ".")#, and each section has a switch that runs from #ListRest(URL.action, ".")#. Gyrus [EMAIL PROTECTED] work: http://www.teng

Re: logging calls to CFM templates?

2002-12-02 Thread Peter Mayer
Hello! I would suggest the following solution: a) create a file called mod_log.cfm with some properties (f.e. attributes.pagename, attributes.parameter, ...) b) create a database with fields like "sitesection", "hitcount" ... c) write some sql statements for updating hitcount ... maybe you wan

RE: logging calls to CFM templates?

2002-12-02 Thread Robertson-Ravo, Neil (RX)
are you using Fusebox? -Original Message- From: Gyrus [mailto:[EMAIL PROTECTED]] Sent: 02 December 2002 11:24 To: CF-Talk Subject: logging calls to CFM templates? Is there any way of getting stats on calls to individual CFM files? Basically, everything in my apps goes through index.cfm,