Update result --> very very slow performance

2003-03-23 Thread Eric Guesdon
Hi everyone,

I updated cfmx from 2 to 3.
Cfmx turn on Apache 2.0.44
Apache and cfmx turn on windows 2000 Sp3

Before update Apache and cfmx r2 delivered a normal performance
But since I update they are very very very slow like a 9600 dbs / s modem

Have you any suggestion for me ??

Thanks

Eric


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE : Apache 2.0.0.44 with CFMX Updater 3

2003-03-21 Thread Eric Guesdon
It works thanks barneyb

Eric

-Message d'origine-
De : Barney Boisvert [mailto:[EMAIL PROTECTED]
Envoyé : samedi 22 mars 2003 00:47
À : CF-Talk
Objet : RE: Apache 2.0.0.44 with CFMX Updater 3

I just installed Updater 3 on Apache 2.0.44 on two servers this morning
without issue, so I know it works.

If you didn't already, you'll need to remove the previous apache connector
and the run the web connector script again, because apache 1.3 and apache
2.0 use different connector APIs.

HTH,
barneyb

> -Original Message-
> From: Eric Guesdon [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 21, 2003 3:41 PM
> To: CF-Talk
> Subject: Apache 2.0.0.44 with CFMX Updater 3
>
>
> Hi,
>
> I just upgrade from Apache 1.3.27 to 2.0.44 cos the new
> ColdfusionMX Updater
> 3 seams to fixes some problem.
>
> Surprise, this new configuration doesn't work.
>
> My config is
>
> Windows 2000 SP3
> Apache 2.0.0.44 ==> it works
> Php 4.3.2 ==> it works
> CFMX updater 3
>
> // ==
> // apache conf httpd
> // ==
>
> # JRun Settings
> LoadModule jrun_module "C:/CFusionMX/runtime/lib/wsconfig/1/mod_jrun20.so"
> 
> JRunConfig Verbose false
>JRunConfig Apialloc false
>JRunConfig Ssl false
>JRunConfig Ignoresuffixmap true
>#JRunConfig Serverstore
> "C:/CFusionMX/runtime/lib/wsconfig/1/jrunserver.store"
> JRunConfig Bootstrap 127.0.0.1:51010
> #JRunConfig Errorurl 
> AddHandler jrun-handler .cfm .cfc .cfml .jsp .jws
> 
>
> // ==
> // jrun.xml
> // ==
>
>   
> 51010
> false
> 10
> 20
> 300
> 
> true
>   
>
> // ==
>
> My system said
>
> Type de l'événement : Erreur
> Source de l'événement :   Apache Service
> Catégorie de l'événement :Aucun
> ID de l'événement :   3299
> Date :22/03/2003
> Heure :   00:38:26
> Utilisateur : N/A
> Ordinateur :  CAHE
> Description :
> The Apache service named  reported the following error:
> >>> Apache.exe: module "mod_jrun20.c" is not compatible with this
> version of
> Apache (found 20020329, need 20020903)
>
> Could you help me ? Please ?
>
> Best regards
>
> Eric
>
>
>
>
>
>
>

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Apache 2.0.0.44 with CFMX Updater 3

2003-03-21 Thread Eric Guesdon
Hi,

I just upgrade from Apache 1.3.27 to 2.0.44 cos the new ColdfusionMX Updater
3 seams to fixes some problem.

Surprise, this new configuration doesn't work.

My config is

Windows 2000 SP3
Apache 2.0.0.44 ==> it works
Php 4.3.2 ==> it works
CFMX updater 3

// ==
// apache conf httpd
// ==

# JRun Settings
LoadModule jrun_module "C:/CFusionMX/runtime/lib/wsconfig/1/mod_jrun20.so"

JRunConfig Verbose false
   JRunConfig Apialloc false
   JRunConfig Ssl false
   JRunConfig Ignoresuffixmap true
   #JRunConfig Serverstore
"C:/CFusionMX/runtime/lib/wsconfig/1/jrunserver.store"
JRunConfig Bootstrap 127.0.0.1:51010
#JRunConfig Errorurl 
AddHandler jrun-handler .cfm .cfc .cfml .jsp .jws


// ==
// jrun.xml
// ==

  
51010
false
10
20
300

true
  

// ==

My system said

Type de l'événement :   Erreur
Source de l'événement : Apache Service
Catégorie de l'événement :  Aucun
ID de l'événement : 3299
Date :  22/03/2003
Heure : 00:38:26
Utilisateur :   N/A
Ordinateur :CAHE
Description :
The Apache service named  reported the following error:
>>> Apache.exe: module "mod_jrun20.c" is not compatible with this version of
Apache (found 20020329, need 20020903)

Could you help me ? Please ?

Best regards

Eric






~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



CFXML - save with cffile - dont' work

2002-12-07 Thread Eric Guesdon
Hi every One,

I have some problem to save an CFMX XML doc on hard Disk

I download xmlxslt tutorial on Macromedia.

Everything is ok, but when I try to save on hard disk with CFFILE, the
file is correctly create but totally Empty... nothing

Code I used and result I obtained is bellow. If I execute file in
browser I have just : XML has been written to disk.

Is there an logical explanation ?

I turn on window 2000 SP3 - IIS - CFMX Sp1
I recently installed free webTrend extension from webtrend site, but
even I uninstall them it doesn't work

Please help me understand

Eric






  

  
Demi Moore
Bruce Willis



  
Tom Cruise
Ben Forta
Nicole Kidman


  







  
XML has been written to disk.


// result in Dreamweaver Mx if I use server debug button 

XML has been written to disk. 
- 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE : CF and mySQL

2002-12-03 Thread Eric Guesdon
Hi,

I don't know how your access database was built but it seams your
problem come from encoding.

Access is Unicode compatible and MySql doesn't

I use the same couple of techno - Flash - CFMX - MySql

I have had to insert each special with urlFncodedFormat function

Best regards

Eric

-Message d'origine-
De : Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]] 
Envoyé : mardi 3 décembre 2002 16:26
À : CF-Talk
Objet : RE: CF and mySQL

do any of the variables contain "\"
-Original Message-
From: FlashGuy [mailto:[EMAIL PROTECTED]]
Sent: 03 December 2002 15:17
To: CF-Talk
Subject: CF and mySQL


There is something wrong with my syntax. I just converted my Access
database
over to mySQL. Whats wrong with the ?
I get "?" question marks inserted into the database when I execute the
updated code.

Before:
-

Insert into alias
(env_var, destination)
VALUES
('#FORM.env_var#', '#FORM.destination#')




After:
---

Insert into alias
(env_var, destination)
VALUES
('',
'')





---
Colonel Nathan R. Jessop
Commanding Officer
Marine Ground Forces
Guatanamo Bay, Cuba
---





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm