RE: Can anyone help?? "Missing whitespace before SYSTEM literal URI."

2003-10-15 Thread Brook Davies
Dave, Thank a million for trying that URL. I think you found the problem. May good things happen for you today ;) Brook At 02:25 PM 10/15/2003, Dave Watts wrote: > > I'm kinda desperate, I have a fast approaching deadline and > > all of sudden ANY and ALL webservices on my server do not > > wor

RE: Can anyone help?? "Missing whitespace before SYSTEM literal URI."

2003-10-15 Thread Dave Watts
> I'm kinda desperate, I have a fast approaching deadline and > all of sudden ANY and ALL webservices on my server do not > work and all return this error when I try to call them! They > worked yesterday and nothing was done on the server. What > could this mean? The WSDL file is here > > .cf

RE: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-04 Thread Justin Greene
: RE: [RE: IIS or Apache? (WAS RE: can anyone help?)] > I like to run different services because of the threading > issues. I do not know how virtual servers within IIS work, > but with this apache configuration, I pretty much guarantee > that one apache service bottlenecking (

RE: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-04 Thread Dave Watts
> I like to run different services because of the threading > issues. I do not know how virtual servers within IIS work, > but with this apache configuration, I pretty much guarantee > that one apache service bottlenecking (i.e. more CF requests > than it can handle) does not prevent the other

RE: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-04 Thread 247601589883116300006
tself, the SQL code, etc are the bigger issues. As soon as you add any back end processing things really slow down. Justin -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Monday, June 04, 2001 12:14 AM To: CF-Talk Subject: RE: [RE: IIS or Apache? (WAS RE: can a

RE: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-03 Thread Lee Fuller
A Web Hosting Corporation "We ARE the net." http://www.aaawebhosting.com > -Original Message- > From: Zac [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 03, 2001 8:41 PM > To: CF-Talk > Subject: Re: [RE: IIS or Apache? (WAS RE: can anyone help?)] > > > >

RE: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-03 Thread Dave Watts
> > > 1. Run 2 instances of apache on each web server. > > > ... > > > > How did you configure this? Did the different instances > > have different ports? > > > > ALSO how did you get CF to run with all the instances? > > Did anyone ever answer this? I'm curious myself.. specifically > on IIS

Re: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-03 Thread Zac
On Sunday, June 3, 2001, at 08:28 PM, Lee Fuller wrote: > Did anyone ever answer this? I'm curious myself.. specifically on IIS. I don't believe that this sort of thing is possible on IIS at all. It works with Apache since you can run multiple instances of it and configure them separately so

RE: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-03 Thread Lee Fuller
Did anyone ever answer this? I'm curious myself.. specifically on IIS. Lee > -Original Message- > From: Alex [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 01, 2001 5:26 PM > To: CF-Talk > Subject: Re: [RE: IIS or Apache? (WAS RE: can anyone help?)] &g

RE: IIS or Apache? (WAS RE: can anyone help?)

2001-06-01 Thread Tony Schreiber
Oh, this reminds me. At my last setup, we had a cluster (hwlb) of servers for cf and a separate cluster for serving images. The reason for this is similar to below. For the image server, we stripped apache of all unnecessary modules and tweaked the threads/size parameters to optimize for normal im

RE: IIS or Apache? (WAS RE: can anyone help?)

2001-06-01 Thread Tony Schreiber
- > > > > -Original Message- > From: Zac [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 31, 2001 11:21 PM > To: CF-Talk > Subject: RE: IIS or Apache? (WAS RE: can anyone help?) > > > I would recomment sticking with IIS on an NT box. With CF

Re: [RE: IIS or Apache? (WAS RE: can anyone help?)]

2001-06-01 Thread Alex
> > 1. Run 2 instances of apache on each web server. One handles all CF > requests and one handles all static requests (images mostly). We > have found > that apache can serve over 500 14K files per second on a dual PIII 600 (we > were actually bottlenecked by the 100mb network. With 1K files > we

RE: IIS or Apache? (WAS RE: can anyone help?)

2001-06-01 Thread Kevin Miller
PROTECTED]] > Sent: Friday, June 01, 2001 13:37 > To: CF-Talk > Subject: RE: IIS or Apache? (WAS RE: can anyone help?) > > > We have been running Apache with CF 4.5 on NT 4 for the last 2 year under > very heavy load and have found no stability problems that were related to >

RE: IIS or Apache? (WAS RE: can anyone help?)

2001-06-01 Thread Russel Madere
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 01, 2001 13:37 > To: CF-Talk > Subject: RE: IIS or Apache? (WAS RE: can anyone help?) > > > We have been running Apache with CF 4.5 on NT 4 for the last 2 year under

RE: IIS or Apache? (WAS RE: can anyone help?)

2001-06-01 Thread 247601589883116300006
ss forever - -Original Message- From: Zac [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31, 2001 11:21 PM To: CF-Talk Subject: RE: IIS or Apache? (WAS RE: can anyone help?) > I would recomment sticking with IIS on an NT box. With CF > and Apache, there

RE: IIS or Apache? (WAS RE: can anyone help?)

2001-06-01 Thread Russel Madere
s you. > -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 01, 2001 11:04 > To: CF-Talk > Subject: RE: IIS or Apache? (WAS RE: can anyone help?) > > > > I haven't had any problems myself, but I did see the > > performance degrad

RE: IIS or Apache? (WAS RE: can anyone help?)

2001-06-01 Thread Dave Watts
> I haven't had any problems myself, but I did see the > performance degrade while Apache was under a load. I > have read that this is because Apache 1.3 for NT is not > multithreaded. Apparently this is fixed in Apache 2.0. I'm > going to download the alpha version and test it out. I just > n

RE: IIS or Apache? (WAS RE: can anyone help?)

2001-06-01 Thread Russel Madere
> -Original Message- > From: Dave Watts [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 01, 2001 09:10 > To: CF-Talk > Subject: RE: IIS or Apache? (WAS RE: can anyone help?) > > > > Actually, I found CF made Apache a bit unstable... After I > > installed

RE: IIS or Apache? (WAS RE: can anyone help?)

2001-06-01 Thread Dave Watts
> Actually, I found CF made Apache a bit unstable... After I > installed CF over Apache, I couldn't start Apache as a service > any more - I had to run the command line version. Not good if > you don't want the server to remain logged in. > > I would recomment sticking with IIS on an NT box.

RE: IIS or Apache? (WAS RE: can anyone help?)

2001-05-31 Thread Zac
> I would recomment sticking with IIS on an NT box. With CF > and Apache, there > were (at least for me) a bunch of bugs. Well I think this is one of those YMMV moments. I ran Apache, CF 4.5 and mySQL on an NT4 server for months with no problems at all. And it was, YMMV again, more stable than w

Re: can anyone help?

2001-05-31 Thread sebastian palmigiani
Thanks for all your help. I have got Apache working with ColdFusion. Sebastian on 5/31/01 4:39 PM, Dave Watts at [EMAIL PROTECTED] wrote: >> OK. I have ditched PWS. I have installed Apache and >> reinstalled ColdFusion and copied the DLL file and changed >> the httpd.conf file in apache. >>

Re: IIS or Apache? (WAS RE: can anyone help?)

2001-05-31 Thread Aaron Rouse
liotis" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, May 31, 2001 5:39 PM Subject: RE: IIS or Apache? (WAS RE: can anyone help?) > Actually, I found CF made Apache a bit unstable... After I installed CF > over Apache, I couldn't start

RE: IIS or Apache? (WAS RE: can anyone help?)

2001-05-31 Thread Costas Piliotis
ith CF and Apache, there were (at least for me) a bunch of bugs. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31, 2001 10:47 AM To: CF-Talk Subject: RE: IIS or Apache? (WAS RE: can anyone help?) > Well now, since you'all have brought it up, an

RE: can anyone help?

2001-05-31 Thread Dave Watts
> OK. I have ditched PWS. I have installed Apache and > reinstalled ColdFusion and copied the DLL file and changed > the httpd.conf file in apache. > > I cannot get the web server to start. When I click on start > apache I get a dos command window that goes so fast I can't > even read what it

Re: can anyone help?

2001-05-31 Thread Tony Schreiber
If you're having errors on startup with apache, run a dos window first, then the apache command line. Then you can see whatever errors occurs without the window disappearing. As for the cannot determine local host name: Set ServerName to 127.0.0.1 ie, ServerName 127.0.0.1 > OK. I have ditched

RE: IIS or Apache? (WAS RE: can anyone help?)

2001-05-31 Thread Dave Watts
> Well now, since you'all have brought it up, and I never > really considered it, (big IIS fan)which is better on > a Win2k (advanced server)? > > IIS or Apache? > > Pros - Cons? > Good for both Development and Production? > > Would consider shelving IIS for Apache if there was good > re

Re: can anyone help?

2001-05-31 Thread sebastian palmigiani
on 5/31/01 9:40 AM, Arden Weiss at [EMAIL PROTECTED] wrote: > See Apache installation instructions paper "ColdFusion and Apache install > tips and tricks" by Mark Mathis on Annapolis Cold Fusion Users Group web > site (2/22/01 meeting) if you decide to go that route. It will help... > www.ancfug.

Re: can anyone help?

2001-05-31 Thread sebastian palmigiani
OK. I have ditched PWS. I have installed Apache and reinstalled ColdFusion and copied the DLL file and changed the httpd.conf file in apache. I cannot get the web server to start. When I click on start apache I get a dos command window that goes so fast I can't even read what it says. I was able

OT: IIS or Apache? (WAS RE: can anyone help?)

2001-05-31 Thread Erika L. Walker
AM To: CF-Talk Subject: RE: can anyone help? See Apache installation instructions paper "ColdFusion and Apache install tips and tricks" by Mark Mathis on Annapolis Cold Fusion Users Group web site (2/22/01 meeting) if you decide to go that route. It will help..

RE: can anyone help?

2001-05-31 Thread Arden Weiss
O /(_/ /_/ Whoof... 410-757-3487 -Original Message- From: Tony Schreiber [SMTP:[EMAIL PROTECTED]] Sent: Thursday, May 31, 2001 9:59 AM To: CF-Talk Subject: Re: can anyone help? I know this isn't the answer to your question, but ditch PWS and run Apache f

RE: can anyone help?

2001-05-31 Thread Saidi; Marwan
Alternatively, you could install IIS. It is an option under Windows Setup for Win2KPro. It is a watered down version, but it is IIS 5.0, much better than PWS. Marwan Saidi Webmaster CED - Concord IS [EMAIL PROTECTED] 407.741.8645 I know this isn't the answer to your question, but ditch PWS

RE: can anyone help?

2001-05-31 Thread Cosmera James
Since you have Win2000, why not use IIS that is included? -Original Message- From: sebastian palmigiani [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31, 2001 6:29 AM To: CF-Talk Subject: can anyone help? I have win2K professional with personal web server for development. PWS is hang

RE: can anyone help?

2001-05-31 Thread James Maltby
Win2k does not really support PWS it is no longer supported on this OS (legacy issues) - you should be using IIS5 (which will be on the CD) if you are using Professional, if you are using ME then use Apache instead. J -Original Message- From: sebastian palmigiani [mailto:[EMAIL PROTECTED

Re: can anyone help?

2001-05-31 Thread Tony Schreiber
I know this isn't the answer to your question, but ditch PWS and run Apache for Win32. Works great. ;p I think I'm running 1.3.20 on my development machine. Easy install, SMALL footprint... > I have win2K professional with personal web server for development. > > PWS is hanging after any request

Re: can anyone help?

2001-02-15 Thread Jay Patton
Great guys, Thanks. Jay Patton Web Design / Application Design Web Pro USA 406.549.3337 ext. 203 1.888.5WEBPRO www.webpro-usa.com - Original Message - From: "Chris Alvarado" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, February 15

RE: can anyone help?

2001-02-15 Thread Christopher Olive, CIO
you need to put the lvalue in for both comparisons. like this: chris olive, cio cresco technologies [EMAIL PROTECTED] http://www.crescotech.com -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 12:40 PM To: CF-Talk Subject: can anyone h

RE: can anyone help?

2001-02-15 Thread Garza, Jeff
Try this instead HTH Jeff Garza Web Developer/Webmaster Spectrum Astro, Inc. 480.892.8200 [EMAIL PROTECTED] http://www.spectrumastro.com ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bk

Re: can anyone help?

2001-02-15 Thread Chad McCue
Try doing - Original Message - From: "Jay Patton" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 12:40 PM Subject: can anyone help? > Hello all, > > Im getting an error that i cant figure out here... everything looks fine to me but maybe someon

Re: can anyone help?

2001-02-15 Thread Deanna L. Schneider
Try this instead: The paren's aren't necessary, but might make it easier to see how cf actually evaluates this. -d Deanna Schneider Interactive Media Developer UWEX Cooperative Extension Electronic Publishing Group 103 Extension Bld

Re: can anyone help?

2001-02-15 Thread Jeffry Houser
Just a few guesses, here. If you include the numbers in quotes, I believe ColdFusion looks at them as strings. Although, I don't think that is the error you are getting now. Try to rework your line like so: The parenthesis aren't needed, but sometimes it makes the code easier to read

RE: can anyone help?

2001-02-15 Thread JustinMacCarthy
should be Justin >-Original Message- >From: Jay Patton [mailto:[EMAIL PROTECTED]] >Sent: Thursday, February 15, 2001 5:40 PM >To: CF-Talk >Subject: can anyone help? > > >Hello all, > >Im getting an error that i cant figure out here... everything >looks fine to me but maybe someo

RE: can anyone help?

2001-02-15 Thread Hal Helms
You need to add in the variable name: Hal Helms == See ColdFusionTraining.com for info on "Best Practices with ColdFusion & Fusebox" training == -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 12:40 PM To: CF-Talk Subject: can anyone he

RE: can anyone help?

2001-02-15 Thread Alexandre Dornback
---> -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 9:40 AM To: CF-Talk Subject: can anyone help? Hello all, Im getting an error that i cant figure out here... everything looks fine to me but maybe someone else can see something. h

RE: can anyone help?

2001-02-15 Thread Allan Pichler
Try this instead !! this is line 98!! That should fix it for you! Allan Pichler -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 9:40 AM To: CF-Talk Subject: can anyone help? Hello all, Im getting an error that i cant figure o

Re: can anyone help?

2001-02-15 Thread Clint Tredway
try this: -- Clint Tredway www.factorxsoftware.com -- ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscrib

RE: can anyone help?

2001-02-15 Thread Chris Alvarado
on line 98 you need to specify the Variable you are using the comparisn operator on. in other words this is wrong: this is correct -chris.alvarado [developer] - VerticalNet -Original Message- From: Jay Patton [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 11:40 AM

Re: Can anyone help me to manage folder mail from houseoffusion In outlook 2000 ?

2000-07-24 Thread Billy Cravens
Phim, I don't have O2K in front of me, so I'm going from memory here. Create a folder (I call mine cf-talk, with a subfolder of New inside of that folder). Go to Tools, then Message Rules. From this point, it's a pretty user friendly wizard. What I do: I have all new cf-talk mail go to

RE: Can anyone help me to manage folder mail from houseoffusion In outlook 2000 ?

2000-07-24 Thread Miguel
you can create a new rule for all incoming msg which has "houseoffusion" in the To-addres, and move to the desired folder. Regards. Mike > -Mensaje original- > De: Phim [mailto:[EMAIL PROTECTED]] > Enviado el: lunes 24 de julio de 2000 10:59 > Para: [EMAIL PROTECTED] > Asunto: Can anyon