iceBrowser in my Logfiles?

2005-09-16 Thread Tony
anyone have any idea why on my coldfusion mx 7 box, it would be hitting itself with this browser? 2005-09-15 16:04:31 10.10.11.140 - 10.10.11.140 80 GET /icon_IgnitionLine.gif - 200 Mozilla/5.0+(Java+1.4.2_05;+Windows+2000+5.0+x86;+en_US)+ICEbrowser/v6_0_2+Java/1.4.2_05 thanks! -- tony

RE: iceBrowser in my Logfiles?

2005-09-16 Thread Robertson-Ravo, Neil (RX)
Maybe cause someone is browsing using ICEbrowser? -Original Message- From: Tony [mailto:[EMAIL PROTECTED] Sent: 16 September 2005 15:38 To: CF-Talk Subject: iceBrowser in my Logfiles? anyone have any idea why on my coldfusion mx 7 box, it would be hitting itself with this browser

Re: iceBrowser in my Logfiles?

2005-09-16 Thread Howie Hamlin
CF Scheduler maybe? --- On Friday, September 16, 2005 10:37 AM, Tony scribed: --- anyone have any idea why on my coldfusion mx 7 box, it would be hitting itself with this browser? 2005-09-15 16:04:31 10.10.11.140 - 10.10.11.140 80 GET /icon_IgnitionLine.gif - 200

Re: iceBrowser in my Logfiles?

2005-09-16 Thread Tony
Logfiles? anyone have any idea why on my coldfusion mx 7 box, it would be hitting itself with this browser? 2005-09-15 16:04:31 10.10.11.140 - 10.10.11.140 80 GET /icon_IgnitionLine.gif - 200 Mozilla/5.0+(Java+1.4.2_05;+Windows+2000+5.0+x86;+en_US)+ICEbrowser/v6_0_2+J ava/1.4.2_05 thanks

RE: iceBrowser in my Logfiles?

2005-09-16 Thread Robertson-Ravo, Neil (RX)
I think Eclipse use this ICEbrowser -Original Message- From: Tony [mailto:[EMAIL PROTECTED] Sent: 16 September 2005 15:57 To: CF-Talk Subject: Re: iceBrowser in my Logfiles? not on that box, not itself. tony On 9/16/05, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Maybe cause

Re: iceBrowser in my Logfiles?

2005-09-16 Thread Tony
could it be... the browser that CFMX uses internally to view pages from a pdf cfdocument request? tony On 9/16/05, Howie Hamlin [EMAIL PROTECTED] wrote: CF Scheduler maybe? --- On Friday, September 16, 2005 10:37 AM, Tony scribed: --- anyone have any idea why on my coldfusion mx 7 box,

Re: iceBrowser in my Logfiles?

2005-09-16 Thread Howie Hamlin
I believe that any scheduler requests are handled via an http request to the cf server so it looks like a regular web client connection to the web server. Regards, Howie --- On Friday, September 16, 2005 11:00 AM, Tony scribed: --- could it be... the browser that CFMX uses internally to

Re: iceBrowser in my Logfiles?

2005-09-16 Thread Thomas Chiverton
On Friday 16 September 2005 15:57, Tony wrote: not on that box, not itself. Well, in that case, what do you use that's Java based ? -- Tom Chiverton Advanced ColdFusion Programmer ~| Discover CFTicket - The leading

Re: iceBrowser in my Logfiles?

2005-09-16 Thread Tony
coldfusion. person makes a request for a pdf document, through a cfdocument call. i see that. and then all of a sudden, all the pieces that make up the cfdocument/pdf file are browsed by that IceBrowser thing. must be the pdf rendering browser? am i crazy? tony On 9/16/05, Thomas Chiverton

Re: iceBrowser in my Logfiles?

2005-09-16 Thread Thomas Chiverton
On Friday 16 September 2005 16:11, Tony wrote: coldfusion. person makes a request for a pdf document, through a cfdocument call. i see that. and then all of a sudden, all the pieces that make up the cfdocument/pdf file are browsed by that IceBrowser thing.

Re: iceBrowser in my Logfiles?

2005-09-16 Thread Tony
cool. so that makes sense. now, the problem. if i send a document to pdf, and lets say its a table or group of tables and data that might be lets say 5000+ lines of data... its locking my jrun.exe up, and we have to restart. would you say this is a memory issue (our perfmon investigations do

Re: iceBrowser in my Logfiles?

2005-09-16 Thread dcooper
PDF creation is definitely memory intensive. We recently had a customer creating a memory-intensive 1,500 page document and had to raise his maxheap value in the CF Admin to get by this. We'll see if we can't get more efficiant about things going forward. Damon cool. so that makes sense.

LogFiles

2003-06-04 Thread cfhelp
I wanted to build my own log file reader to replace Web Trends. I changed the IIS Log to ODBC. Everything is working but... Is there a way to ad cs(User-Agent) cs(Cookie) cs(Referer) to the ODBC format? Rick ~| Archives:

Fwd: Re[2]: IIS 5 WWW-Server and writing of logfiles

2002-03-31 Thread cf-talk
Hello everybody, happy easter. Thanks for your answers on my issue here. Due to traffic analysing reasons we don't want to go and observe 45 logfiles or more every logfile representing the same customer. Most likely we will be merging the 45 different logfiles together with dos-commands under

RE: IIS 5 WWW-Server and writing of logfiles

2002-03-29 Thread Dave Watts
could you write an isapi filter to do the logging and associate with both websites? I do know that logging functionality is exposed in ISAPI. I'm not sure whether you'd write a filter for that, or an ISAPI extension. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202)

OT: IIS 5 WWW-Server and writing of logfiles

2002-03-28 Thread cf-talk
Hi list, is there a way to write under MS-IIS 5 (Win2000) with two virtual domains (One IP, via host-deader) in one (the same) log-file ? I haven't figured out, how to do it, since IIS is installing a new logfile when installing a new virtual domain. Thanks for your ideas. Uwe

RE: IIS 5 WWW-Server and writing of logfiles

2002-03-28 Thread Mark A. Kruger - CFG
Message- From: cf-talk [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 12:37 PM To: CF-Talk Subject: OT: IIS 5 WWW-Server and writing of logfiles Hi list, is there a way to write under MS-IIS 5 (Win2000) with two virtual domains (One IP, via host-deader) in one (the same) log-file ? I

RE: IIS 5 WWW-Server and writing of logfiles

2002-03-28 Thread Christopher Olive
solutions, inc. 410.931.4092 http://www.atnetsolutions.com -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 1:42 PM To: CF-Talk Subject: RE: IIS 5 WWW-Server and writing of logfiles Nope - I think not. No matter where you point your

RE: IIS 5 WWW-Server and writing of logfiles

2002-03-28 Thread Dave Watts
well, you can change the location of the logs when creating the virtual domains. point them at the same file. of course, you may run into some SERIOUS concurrency issues with two ISAPI processes writing to the file at the same time. as far as i've seen (YMMV, of course), the process

RE: IIS 5 WWW-Server and writing of logfiles

2002-03-28 Thread Dave Watts
Hi list, is there a way to write under MS-IIS 5 (Win2000) with two virtual domains (One IP, via host-deader) in one (the same) log-file ? I haven't figured out, how to do it, since IIS is installing a new logfile when installing a new virtual domain. I don't think that's possible; even

RE: IIS 5 WWW-Server and writing of logfiles

2002-03-28 Thread Christopher Olive
Subject: RE: IIS 5 WWW-Server and writing of logfiles well, you can change the location of the logs when creating the virtual domains. point them at the same file. of course, you may run into some SERIOUS concurrency issues with two ISAPI processes writing to the file at the same time

RE: IIS 5 WWW-Server and writing of logfiles

2002-03-28 Thread Joel Blanchette
It is impossible to do this. IIS will always create the directory. Joel -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 2:07 PM To: CF-Talk Subject: RE: IIS 5 WWW-Server and writing of logfiles well, you can change the location

RE: IIS 5 WWW-Server and writing of logfiles

2002-03-28 Thread Eric Dawson
could you write an isapi filter to do the logging and associate with both websites? I actually want something like this to track bandwidth utilization. I'd rather summarize on the fly to minimize logfiles. Here is some info. http://msdn.microsoft.com/msdnmag/issues/01/10/Sentry/Sentry.asp