Re: Java development risk? (was: log4j problem migrating J2SE app)

2003-06-29 Thread Dave Jones
Sean, > > control the libraries used by my applications. And if I have two > > apps using two different versions of the same library, I can run > > each in a separate context to avoid a conflict. > >And you can use exactly this same technique to avoid conflicts between >your app and CFMX (which is

Re: Java development risk? (was: log4j problem migrating J2SE app)

2003-06-29 Thread Sean A Corfield
On Sunday, Jun 22, 2003, at 10:33 US/Pacific, Dave Jones wrote: > I would not have this problem in a pure Java environment (e.g. > JRun, Tomcat, etc.) because by establishing contexts I can > control the libraries used by my applications. And if I have two > apps using two different versions of the

Re: Windows Update

2003-06-29 Thread Jim McAtee
[EMAIL PROTECTED] wrote: > I'm not too sure how many people out there know about this problem but I > just experienced it for the first time and had never heard of it before. > Hopefully this will save someone else the frustration I just went though: > > I was setting up a new server today with W

OT: Windows Update

2003-06-29 Thread cf-talk
I'm not too sure how many people out there know about this problem but I just experienced it for the first time and had never heard of it before. Hopefully this will save someone else the frustration I just went though: I was setting up a new server today with Windows 2000. Everything went normal

RE: Best Practices for CFIF

2003-06-29 Thread Dave Watts
> I was wondering if anyone has bothered to look at best > practices CFIF statements. I've been following the > guidelines in this article in CFDJ by Tom Nunamaker: > > http://www.sys-con.com/coldfusion/articleprint.cfm?id=533 > > I then realized that the article was written against CF5. > D

RE: query caching (was: RE: CFC performance difficulties)

2003-06-29 Thread Dave Watts
> Is there any documentation on how to handle cached queries > across a load balanced environment? No, not to my knowledge. > I've noticed some oddities on ours, and was wondering if we > were missing something obvious. Could you be more specific? Are you referring to caching queries using the

RE: Homesite + question

2003-06-29 Thread Dave Watts
> In another discussion, in a galaxy far far away, I made > the observation that the success of CF long term definitely > rests upon having a good CF IDE. I would argue that this is an opinion, rather than an observation. CF developers have done well so far with next to no IDE - I agree with Kwa

Re: Best Practices for CFIF

2003-06-29 Thread David Brown
As a side note. I would like to see the new web design that sys-con.com web master told me was coming 6 months ago. One that would allow better searching. For a cold fusion magazine their site sure does have issues. But enough rant. - Original Message - From: "Michael Dinowitz" <[EMAIL

Re: OT: JS Question

2003-06-29 Thread Brook Davies
Just call the function that does your validation function validateform(){ if (x!=''){ document.ViewInfo.submit();} { else{ alert('bad form, bad...'); } In your button you would just call Brook At 06:42 PM 6/29/2003 -0500, you wrote: >Say, >I have this enter image that looks like this: >src="i

Re: JS Question

2003-06-29 Thread Scott Brady
- Original Message - From: "Bruce Sorge" <[EMAIL PROTECTED]> > Say, > I have this enter image that looks like this: > > > What I want to do is to also be able to call my form validation JavaScript when the user submits the form. I tried using an onSubmit routine in the Form tag, but that

OT: JS Question

2003-06-29 Thread Bruce Sorge
Say, I have this enter image that looks like this: What I want to do is to also be able to call my form validation JavaScript when the user submits the form. I tried using an onSubmit routine in the Form tag, but that is not working. Any thoughs on this? Thanks, Bruce

Re: CFMX Server Dead?

2003-06-29 Thread webguy
Chould be an issue with the jrun connector. Can you browse all your site a using the built in webserver? (e.g. http://localhost:8500/ ) If it is check out MM site kb article about the connector WG Quoting GL <[EMAIL PROTECTED]>: > OK, this is really frustrating. I had CFMX running fine for we

RE: CFMX Server Dead?

2003-06-29 Thread Jim Davis
Have you tried clearing out your compiled pages cache? This often "kicks" the server as it has to recompile all the pages from scratch. I'm assuming that you've also checked disk space on the cache drive? Jim Davis > -Original Message- > From: GL [mailto:[EMAIL PROTECTED] > Sent: Sunday

RE: RDS error

2003-06-29 Thread Dave Watts
> I'm trying to set up an RDS connection to a remote server > and am getting an error message that says 'Remote Server > Operation Failed - HTTP Error:404' > > Any clues on resolving this? Depending on what web server and what version of CF you're using, the problem could be as simple as a miss

RE: OT-Services Monitoring

2003-06-29 Thread panth3r
You could use big brother, they have it for every O/S but I think the CF plugin is Linux specific. #-Original Message- #From: Brook Davies [mailto:[EMAIL PROTECTED] #Sent: Sunday, June 29, 2003 7:18 AM #To: CF-Talk #Subject: Re: OT-Services Monitoring # # #You can use the permon alerts to

CFMX Server Dead?

2003-06-29 Thread GL
OK, this is really frustrating. I had CFMX running fine for weeks. Now today most of my sites are not working. I'm not having a fun time trying to describe it. Sometimes I'm getting this error: File not found: /JRunScripts/jrun.dll/... Sometimes it's just a 404 error. Sometimes it's even a blank pa

RE: Warning: Page Has Expired (how to stop?)

2003-06-29 Thread Dan O'Keefe
>I ran across this as well. You can add the following code to the top of your page. > > > >I've had success w/this. > >Regards, > >Ed. Dave Carabetta also submitted "" as a solution. I have tried both ways with a frameset site and I cannot get it to resolve the problem. Are any of the sites that

Re: used to use cfml.exe but MX doesn't have it...

2003-06-29 Thread Birgit Pauli-Haack
I maybe missing the whole point... how about this? wrapping the cfm page into cfsavecontent var=foo and then cffile write foo into the html file? it's Sunday, don't hold it against me:-)) Birgit Friday, June 27, 2003, 5:14:27 PM, you wrote: DKac> You could write a cfm page that does a CFHTTP

Re: OT-Services Monitoring

2003-06-29 Thread Brook Davies
You can use the permon alerts to do this. You can set counters to watch any of the CF STATS and call a file to cycle the services. Brook At 08:06 AM 6/29/2003 -0400, you wrote: >oi CF-Talk,!! > > is there any program or something I can install to monitor services on > my server? I'm looking

OT-Services Monitoring

2003-06-29 Thread Critz
oi CF-Talk,!! is there any program or something I can install to monitor services on my server? I'm looking for something that will catch CF pegging at 100% and restart it. Crit --- [This E-mail scanned for viruses by Declude Virus]