Re: odd component issue

2006-08-08 Thread Robertson-Ravo, Neil (RX)
Did you recently update that cfc? "This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant, Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be privileged. It

Re: Good script to prevent cross-site scripting & sql injection?

2006-08-08 Thread Mark Stanton
I just stumbled across the safeText function over at cflib.org - http://www.cflib.org/codeView.cfm?ID=56 Any views on how suitable this is for XSS protection (not SQL injection)? -- Mark Stanton Gruden Pty Ltd http://www.gruden.com ~~~

Re: Fedora vs. RedHat

2006-08-08 Thread Rey Bango
Hi Jerky, I asked for similar advice awhile back and was told to look at CentOS (http://www.centos.org/). From the site: "CentOS is an Enterprise-class Linux Distribution derived from sources freely provided to the public by a prominent North American Enterprise Linux vendor. CentOS conforms

Re: odd component issue

2006-08-08 Thread James Holmes
Ahh, interesting. I suspect that when CF went looking for the /com folder it found another one. Dod you have any other folders that were recently created called com? On 8/9/06, Cutter (CFRelated) <[EMAIL PROTECTED]> wrote: > It's a mapped folder ('com'). All of the templates are in different > fol

Re: odd component issue

2006-08-08 Thread Cutter (CFRelated)
It's a mapped folder ('com'). All of the templates are in different folders. I finally restarted CF services, which appears to have released whatever created the issue. Last resort, but it did the trick. Thanks to those who tried to help. Cutter James Holmes wrote: > Are the files (this one th

Re: odd component issue

2006-08-08 Thread James Holmes
Are the files (this one that fials and others that work) all in the same folder? What is the path structure and do you have a mapping? On 8/9/06, Cutter (CFRelated) <[EMAIL PROTECTED]> wrote: > Same server, over a dozen (heavily trafficed) templates, using the same > code, accessing the same compo

Re: Calendars

2006-08-08 Thread Aaron Rouse
Thanks, I like that better than the one I am working with. The one I am working with has had to have a lot of checking put in to handle possible date conflicts and things of that nature. I think the thought process on this one was to minimize the amount of rows put into tables. Seems to be a comm

Re: odd component issue

2006-08-08 Thread Cutter (CFRelated)
Same server, over a dozen (heavily trafficed) templates, using the same code, accessing the same component. This is the only one with apparent issues. No idea... Brad Wood wrote: > Are the working templates on the same web server as the broken one? > Just thinking maybe the class path had gotten

RE: odd component issue

2006-08-08 Thread Brad Wood
Are the working templates on the same web server as the broken one? Just thinking maybe the class path had gotten changed on one JVM or something. ~Brad -Original Message- From: Cutter (CFRelated) [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 10:46 PM To: CF-Talk Subject: odd

odd component issue

2006-08-08 Thread Cutter (CFRelated)
This just recently (last few hours) has happened in our production environment, for no apparent reason, and I really need some help (I've received almost 2,000 error messages from my error trapping) because I am stumped. I have a template that is calling the following code: variables.imgObj = c

Re: Calendars

2006-08-08 Thread Denny Valliant
On 8/8/06, Aaron Rouse <[EMAIL PROTECTED]> wrote: > > How do you handle recurring events? Such as if something happens every > monday for a month and the user wants to run a update on all occurences. Since I use a record for each date the event runs, reoccurring events are handled the same way a

Catching cfhttp timeout

2006-08-08 Thread Tony Hicks
I have a critical cfhttp that is timing out if the page cannot be contacted... I tried to place a cftry block around it, and all it does, if it times out, is report a timeout on the next tag.. I tried placing a cflock in there and its not helping. ...cf

Making onSessionEnd() show me what it's doing

2006-08-08 Thread Will Tomlinson
I'm trying to use onSessionEnd() to log some cart info that's saved in a cart service factory. The problem is, I can't see that it's doin anything. I added some logging to a file but it still doesn't do anything. I set my sessiontimeout in Application.cfc to 3 minutes so it'd end fast. Is th

Re: OT Why we are VERY careful about our Computer Systems WAS: Sharing Sessions between a .Net machine and a CF machine

2006-08-08 Thread Denny Valliant
On 8/8/06, Bryan Stevenson <[EMAIL PROTECTED]> wrote: > > > I did not take the original posters comments about open source and > contracting > as a negative about open sourcejust the way the poster's company does > business So you don't think my slander suit will stand up in court? A... :

Re: Calendars

2006-08-08 Thread Mary Jo Sminkey
>Has anyone had success with CF calendars? What I would like to do is >show events by type (i.e., all events, academic camps, athletic camps, >music camps, other camps). If you don't mind having to pay for one, Powered Calendar from cfm-powered.com is quite good, at least it was when I bought

Re: Calendars

2006-08-08 Thread Aaron Rouse
How do you handle recurring events? Such as if something happens every monday for a month and the user wants to run a update on all occurences. The system I am working with was originally designed by someone else and his method was to put in the first events ID as a lookup ID on all those others.

Re: Calendars

2006-08-08 Thread Denny Valliant
I collect a start and end date from the user, and then create date entries for each day (start datetime, end datetime) in between in a separate table. Seems like a lot of overhead, but has ended up being very handy. :D On 8/8/06, Aaron Rouse <[EMAIL PROTECTED]> wrote: > > This is what I do except

Sessions seem to go away for some (CFMX701-Linux)

2006-08-08 Thread mom
Howdy, We are running a site on CFMX 7.0.1 on Linux, and encountering a very strange problem. On one page, an add to cart page, we look for a shopping cart based on the COOKIE.CFID and COOKIE.CFTOKEN values (for the session). If we come up empty, we create a cart and insert it into the DB. We t

Re: Calendars

2006-08-08 Thread Aaron Rouse
This is what I do except in my query I use SQL to determine the number of days for the event instead of storing them in a separate column. Could just as easily use CF to figure it out since you will more than likely have a start and end date for the event. On 8/8/06, Eric Roberts <[EMAIL PROTECTE

Re: OT: tortoise svn and eclipse

2006-08-08 Thread Denny Valliant
On 8/8/06, Kris Jones <[EMAIL PROTECTED]> wrote: > > I am using the tabaquismo Tortoise eclipse plugin. But I also have > subclipse installed. Maybe that is the problem--a conflict? Or, > perhaps I still don't understand which submenu goes with which: > > In Eclipse, from my filecontext menu, I've

Re: OT Why we are VERY careful about our Computer Systems WAS: Sharing Sessions between a .Net machine and a CF machine

2006-08-08 Thread Bryan Stevenson
Hey Denny, It could be that the mention of a "contract" was more along the lines of the fact you can legally go after a commercial software producer if their software does not operate as advertised. In the open source world you cannot. I'm not entering this debate...just showing that there are

Re: Fedora vs. RedHat

2006-08-08 Thread Rob Wilkerson
Given your choices, I'd vote for Fedora. RH9 is pretty old by now and no longer supported, I believe, having been phased out by the Enterprise Linux (EL) and Advanced Server (AS) products. Fedora is, at the risk of oversimplification, the testing ground for Redhat's supported Linux versions (the

RE: Calendars

2006-08-08 Thread Eric Roberts
If you have a 3 day event and you know it starts on the first, then you also know that it is on the 2nd and third. What you do is you just need the start date and the number of days and calculate from there. If you are pulling this from a db...have every entry have a number of days field. Eric

Re: OT Why we are VERY careful about our Computer Systems WAS: Sharing Sessions between a .Net machine and a CF machine

2006-08-08 Thread Denny Valliant
On 8/8/06, Ian Skinner <[EMAIL PROTECTED]> wrote: > > In this thread a couple of weeks ago, a side topic was generated that > discussed why we are very careful of our computer technologies and which > ones we choose. Incidents like this are why we are reluctant to go with > open source technologie

RE: SSL Certificates

2006-08-08 Thread Eric Roberts
I believe so. OpenSSL is just an open source cert creator. We took what we created there and uploaded it to the server and then installed the cert into the Certificate Manager on Win 2003 and it works fine...well sorta fine since we didn't do the cert correctly heheh. Eric -Original Messag

Fedora vs. RedHat

2006-08-08 Thread Jerky San Pedro
We are upgrading our server from RedHat 7.3 to Fedora 4 or 5 or to Red Hat 9.0. We are also upgrading from ColdFusion 5 to ColdFusion MX 6.1. From what I've read, it seems that support for Red Hat 9.0 has been dropped 2 years ago. This is my first time to install CF on a Linux Server, and I am

Re: Problem Persists

2006-08-08 Thread James Holmes
While it won't help fix the cflogout issue, this also needs fixing: cflogin takes a number of seconds as an idletimeout, not a timespan. As for the original problem, something is really broken here and any fudge (e.g. setting a username to "") is hiding some deeper issue. Can you post the enti

Re: OT: what if the next CF...

2006-08-08 Thread Denny Valliant
*** Warning, long OD (original dennish) post. *** On 8/8/06, Dave Watts <[EMAIL PROTECTED]> wrote: > > > Well, you don't have to buy anything from Adobe to produce > > and deploy Flex based apps, since the SDK is free of > > charge... but i think Adobe plans to make some money off that > > product

Re: CRUD

2006-08-08 Thread Aaron Rouse
Thanks, I had seen and used the first link but did not know about the second. Going to have to give it a try this week. On 8/8/06, Matt Williams <[EMAIL PROTECTED]> wrote: > > For code generation, also see Peter Farrell's site: > http://rooibos.maestropublishing.com (beans and Transfer Objects) >

Re: CRUD

2006-08-08 Thread Matt Williams
For code generation, also see Peter Farrell's site: http://rooibos.maestropublishing.com (beans and Transfer Objects) or for a more complete version, Brian Rinaldi's new (as of last week) *Illudium PU-36 Code Generator: http://www.remotesynthesis.com/blog/index.cfm/2006/8/3/New-OpenSource-Componen

RE: Parsing a file

2006-08-08 Thread Andy Matthews
Care to post the finished piece? I've had a few large text files that needed to be processed. It'd be nice to have a tool available for the job in the future. -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 3:30 PM To: CF-Talk Subject

Re: CRUD

2006-08-08 Thread Aaron Rouse
Doesn't the RDS plugin for CFEclipse build back end CFCs as well? I know it does not build the exact same thing but was under the impression it built something along the lines of the bean, gateway, etc. On 8/8/06, Chad Gray <[EMAIL PROTECTED]> wrote: > > Now these are my kind of solutions! It fi

RE: Parsing a file

2006-08-08 Thread Ben Nadel
Rob, Anytime my man. Always glad to help :) ... Ben Nadel www.bennadel.com -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 4:30 PM To: CF-Talk Subject: Re: Parsing a file I have rewritten this procedure using th

RE: CRUD

2006-08-08 Thread Chad Gray
Now these are my kind of solutions! It fits right in with my spaghetti coding that I am so fond of. :) I will admit after playing with reactor it is pretty slick since it builds all of the back end CFCs for you. Thanks for the tips! Chda -Original Message- From: Aaron Rouse [mailto

RE: onError() Mystery Errors

2006-08-08 Thread Jake Churchill
It basically means that the call to a java application was not appropriate or Java itself cannot process a request. -Original Message- From: Sean Daniels [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 3:27 PM To: CF-Talk Subject: onError() Mystery Errors I am using onError() i

Re: Parsing a file

2006-08-08 Thread Robert Everland III
I have rewritten this procedure using the java string as opposed to listgetat, and let me tell you this thing is lightning fast. I couldn't even get this thing to run before, now it's faster than it ever was. Thanks for the help. ~~

onError() Mystery Errors

2006-08-08 Thread Sean Daniels
I am using onError() in Application.cfc to catch application errors and send me an email with a dump of the arguments.exception variable. I have been getting a number of emails from this where the rootcause.message and rootcause.details are blank, there is no meaningful error diagnostic info

RE: what if the next CF...

2006-08-08 Thread Josh Adams
I can't speak to the capabilities of Coral Web Builder but I can tell you that here at New Atlanta we have a program for standalone CFML web applications deployed on BlueDragon. Given the proper business case, we will negotiate significant reductions in licensing costs and/or arrange other compens

RE: cfquery - single quotes become doubled

2006-08-08 Thread Josh Adams
Make sure that you understand the security implications of using queries with . defends you against SQL injection attacks and should always be used with untrusted data such as user input. If you're dynamically building your query, you can't use with CF. In that case you need to make sure that y

RE: what if the next CF...

2006-08-08 Thread Josh Adams
Tanguy and any others who might be using CFML on WebLogic-- Take a look at BlueDragon, BEA WebLogic Edition: http://www.bea.com/framework.jsp?CNT=index.htm&FP=/content/products/weblogic /bluedragon/ You should find that both the installation difficulty and size of required CFML app server resour

RE: what if the next CF...

2006-08-08 Thread Josh Adams
Yep, CFAnywhere was a project for running standalone CFML apps using BlueDragon. That project was before my time here at New Atlanta so I don't know much about it. A bit of web searching indicates that the guys behind it were Steve Duys and Dick Applebaum (sorry if I'm missing someone) and that i

Re: Installing CFMX 7

2006-08-08 Thread Phill B
So I found out how to get MX 7 to install in a Win 2k3 SP1 server. Install it using the built in server then follow the steps provided on this page http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19575 The only thin you have to do in addition is turn off the built in webserver. In the

RE: Parsing a file

2006-08-08 Thread Ben Nadel
Rob, I just put some testing together over lunch: http://www.bennadel.com/blog/200-ColdFusion-CFHttp-To-Query-Much-Faster-Than -Java-Buffered-Reader.htm I was comparing CFHttp to Java input for speed. It doesn't sound like you can use query-type data... But you might want to take a look at the J

RE: CFIF multiple condition processing

2006-08-08 Thread Bobby Hartsfield
Only for ANDs. ORs are checked until one is true. Once one of the conditions is found to be true, the whole statement is true. Only when ALL conditions are false is the statement false... good 'ol truth tables heh ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -O

Re: CRUD

2006-08-08 Thread Aaron Rouse
I do this as well, my first version of it stored the table information in the application scope so I only did that one query. The second version though I changed to just do a query for table information before any insert/updates because found the hit to the database system tables just was not hurt

Re: alternative of cftree..

2006-08-08 Thread Douglas Knudsen
I'd probably use Flex in the end for UI these days...sounds kewler toohehe anywho, here's a idea. Store the directory tree info in a DB table. Use the eventgateway directory watcher to update the DB table. Just a thought, might be viable, certainly faster than 100secs too. DK On 8/8/06, B

RE: CFIF multiple condition processing

2006-08-08 Thread Brad Wood
"I'll have 'conditional logic' for $300, Alex." Ben, if I would have known you were on the list today, I wouldn't have been talking about you earlier ;> ~Brad -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 1:58 PM To: CF-Talk Subject: RE: CF

Re: OT: tortoise svn and eclipse

2006-08-08 Thread Kris Jones
I am using the tabaquismo Tortoise eclipse plugin. But I also have subclipse installed. Maybe that is the problem--a conflict? Or, perhaps I still don't understand which submenu goes with which: In Eclipse, from my filecontext menu, I've got: a Tortoise submenu a Team submenu I've got Lock and Un

RE: CFIF multiple condition processing

2006-08-08 Thread Michael E. Carluen
Cool. Thanks for confirming Dave, Andy, Brad, and Ben. I'm assuming that you all meant the halting/short-circuit takes place with the occurrence of false for ANDs, and true for ORs. > -Original Message- > From: Andy Matthews [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 08, 2006 11

RE: CFIF multiple condition processing

2006-08-08 Thread Ben Forta
Anyone know when this was added to CF? Time up! It was CF 4.0.1. And believe it or not, the update page is still online (looks a little odd, but hey, it's still there!): http://www.adobe.com/v1/handlers/index.cfm?ID=10719&method=full&LocationID=3 24 -Original Message- From: Brad Wood

RE: CFIF multiple condition processing

2006-08-08 Thread Brad Wood
Yep, the short circuit feature is why you can get away with: and NOT get an error if it is not defined. ~Brad -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 1:32 PM To: CF-Talk Subject: RE: CFIF multiple condition processing CF eval

RE: CFIF multiple condition processing

2006-08-08 Thread Andy Matthews
CF evaluates the expressions in order, left to right. If one is false, it halts processing. -Original Message- From: Michael E. Carluen [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 1:25 PM To: CF-Talk Subject: CFIF multiple condition processing Hello all. On a cfif stateme

OT Why we are VERY careful about our Computer Systems WAS: Sharing Sessions between a .Net machine and a CF machine

2006-08-08 Thread Ian Skinner
In this thread a couple of weeks ago, a side topic was generated that discussed why we are very careful of our computer technologies and which ones we choose. Incidents like this are why we are reluctant to go with open source technologies that do not have official organizations to contract wit

Re: SSL Certificates

2006-08-08 Thread Eric Haskins
When you use host headers the Webserver is aware that IP has Host based sites and looks in the Headers to determine which site to send the request to. If it is an IP based site it wouldn't matter when the DNS resolves for the domain it would only request on that IP address. As for DNS you should

RE: OT: what if the next CF...

2006-08-08 Thread Dave Watts
> Well, you don't have to buy anything from Adobe to produce > and deploy Flex based apps, since the SDK is free of > charge... but i think Adobe plans to make some money off that > product ;) I think the value proposition there is quite different. There is no required server-side component for

RE: CFIF multiple condition processing

2006-08-08 Thread Dave Watts
> On a cfif statement: > > > Question: If condition1 is true, will cf continue to evaluate > conditions 2 and 3? No, according to my understanding. CF supports short-circuit evaluation, which allows you to do things like this without error: Dave Watts, CTO, Fig Leaf Software http://www.figle

CFIF multiple condition processing

2006-08-08 Thread Michael E. Carluen
Hello all. On a cfif statement: Question: If condition1 is true, will cf continue to evaluate conditions 2 and 3? The concern is that if this scenario occurs, and conditions2 and 3 are UDFs with queries, it would unnecessarily spend the system resources for processing those useless conditions.

RE: Web Service that returns blank page?

2006-08-08 Thread Dave Watts
> They''re calling it an XML/SOAP webservice. The full > documentation is here: > http://www.unipress.com/footprints/webservices/ > > Here's their example code for PHP. If I'm reading that > example code correctly (and it's possible that I'm not) it's > saying that the webservice resides here:

Re: alternative of cftree..

2006-08-08 Thread Brian Dumbledore
Actually I am drawing it all at once. But I timed the cfdirectory for one particularly long node (like two thousand entries) and it takes like 100 secs to execute just a cfdirectory. ~| Introducing the Fusion Authority Quarterl

Re: CRUD

2006-08-08 Thread Craig Drabik
> Let me first start off I am not an OO kind of guy. I like things > linear and easy to read. That is why I like CF. > > I have a few database tables that have hundreds of fields. > > Making forms and action pages to edit, insert and update the data into > the tables is cumbersome and tedious

Re: Parsing a file

2006-08-08 Thread Claude Schneegans
>>I have a file that I am doing a ton of parsing on. May be CF_REextract could help you: http://www.cftagstore.com/tags/cfreextract.cfm -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to t

OT: Flashpaper (In/Out Directories)

2006-08-08 Thread Robertson-Ravo, Neil (RX)
Anyone successfully used Flashpaper in an automatic process? i.e. Passing in a .doc to say an "IN" directory and Flashpaper picking it up for conversion and spitting a newly converted file to an "OUT" directory? Other than ActivePDF what other software do people use which do this conversion proce

RE: OT: what if the next CF...

2006-08-08 Thread Brad Wood
Well, you don't have to buy anything from Adobe to produce and deploy Flex based apps, since the SDK is free of charge... but i think Adobe plans to make some money off that product ;) Good point. When Ben Forta was at my local user group giving a Flex 2 presentation, I pointedly asked him how

RE: SSL Certificates

2006-08-08 Thread Rick Faircloth
> as long as the DNS server was configured > to resolve both hostnames to the same IP address, This is the part I don't get...as I stated in another email I just sent, (sorry about the crossed mail) I don't understand how the server would know which of the multiple sites I'm hosting to route a req

Re: OT: what if the next CF...

2006-08-08 Thread Tanguy Rademakers
>I don't see how Adobe would make any money, since no one would have to buy >their product to use it. If I could deploy a license-free EAR from my free >developers' edition of CF, I wouldn't need to buy anything at all. CF 7 >already includes Jasper Reports, also. Well, you don't have to buy anyth

RE: SSL Certificates

2006-08-08 Thread Rick Faircloth
> If you want to have a single IIS web server, with a single certificate, > corresponding to multiple hostnames, you'd use CNAME and A records > as mentioned above with the proviso that the certificates could not be used > for trust purposes as we discussed previously. So, I'd create an A record f

Problem Persists

2006-08-08 Thread Lewis Billingsley
I still can’t get the tag to work. Below is the code for my application.cfc file. Below that is the code in the ForceUserLogin.cfm file that is included in every file in the application. The login works fine. The logout does not. Someone suggested that I just have the logout process set

RE: SSL Certificates

2006-08-08 Thread Dave Watts
> Can a virtual server be setup to handle a single SSL domain > while another virtual server handles web hosting via host > headers? Yes, as long as they have different IP addresses and different corresponding hostnames. For example, you couldh't have http://www.whatever.com/ and https://www.what

Help with CFML and CAPICOM Encryption/Decryption

2006-08-08 Thread asherwood
Hello, I am in a bit of a jam here. A vendor we've been working with has told us they will be encrypting our XML feeds using MSFT's CAPICOM encryption, THIS WEEK! I normally would investigate/roll my own, but time is of the essense here. Does anyone have experience using CAPICOM encryption from

Re: Web Service that returns blank page?

2006-08-08 Thread Deanna Schneider
They''re calling it an XML/SOAP webservice. The full documentation is here: http://www.unipress.com/footprints/webservices/ Here's their example code for PHP. If I'm reading that example code correctly (and it's possible that I'm not) it's saying that the webservice resides here: http://some.serve

RE: Parsing a file

2006-08-08 Thread Ben Nadel
Read in the file... Then convert the data into a Java string: Java strings are MUCH faster and MUCH more powerful in terms of regular expressions you might need. You can even split the java string into an array based on lines using the Java String::Split() method which takes a regular expressi

RE: Parsing a file

2006-08-08 Thread Andy Matthews
Try splitting the file into parts, then working on each part one at a time? -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 11:40 AM To: CF-Talk Subject: Parsing a file I know this has been asked before, but I can't seem to find thi

RE: SSL Certificates

2006-08-08 Thread Rick Faircloth
> we have over 300 domains/sites Then the difference would be that they all share the need of the one secure domain...I guess the way PayPal, etc., handles payments for many different sites. I could see a setup like this working if I had 20 insurance agents using my app...I could separate the non

RE: SSL Certificates

2006-08-08 Thread Rick Faircloth
Great info, Mark...thanks for passing on that link... When I'm learning about something totally new, it never hurts to hear once, twice, or thrice! The thing that I've got to figure out now is whether or not I can replace the use of host headers with CNAME's and whether or not that's a good idea.

Parsing a file

2006-08-08 Thread Robert Everland III
I know this has been asked before, but I can't seem to find this in the archives. I have a file that I am doing a ton of parsing on. It's has fake encryption (basically obsfucation) and I am doing a ton of listgets and going through each line and putting it into a structure. The thing is it's o

Re: OT: Eclsipse and CF help file

2006-08-08 Thread Mark Drew
There is no real way to make it work that way, I am working on a way so that if you have the documentation installed it will load, I recomend you read my blog with regards to this issue (as its slightly more complex than you think!) http://www.markdrew.co.uk/blog/index.cfm/2006/8/3/CFEclipse-enhan

RE: SSL Certificates

2006-08-08 Thread Dave Watts
> So using CNAME's would take the place of relying on host headers? In DNS, CNAME records allow you to map multiple hostnames to a single IP address. More specifically, you create an A record mapping a hostname to an IP address, then you create CNAME records mapping hostnames to the hostname you s

RE: SSL Certificates

2006-08-08 Thread Robertson-Ravo, Neil (RX)
No, we have over 300 domains/sites but when they want to do a transaction - the goto secure.. -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: 08 August 2006 16:15 To: CF-Talk Subject: RE: SSL Certificates I guess that's the difference in our scenarios...you'

Re: OT: tortoise svn and eclipse

2006-08-08 Thread Rob Wilkerson
On 8/8/06, Sandra Clark <[EMAIL PROTECTED]> wrote: > Actually Tortoise has released an eclipse plugin so you now have a choice, > Tortoise or Subclipse. > > http://www.tabaquismo.freehosting.net/ignacio/eclipse/tortoise-svn/subversio > n.html > Very nice. Has anyone used this? Any reviews? --

RE: Web Service that returns blank page?

2006-08-08 Thread Dave Watts
> That's what I was trying to clarify. I'm pretty sure > Footprints doesn't generate a WSDL. (There's no mention of > WSDL in their documentation.) It's a perl webservice implementation. > According to the docs, you call a .pl file. When I call that > .pl file with a browser, I get nothing. Som

OT: Eclsipse and CF help file

2006-08-08 Thread Chad Gray
Has anyone found a way to make load the Coldfusion help documentation like dreamweaver does? I am new to eclipse and cant figure out how to re-program the keys. ~| Introducing the Fusion Authority Quarterly Update. 80 pages o

RE: OT: tortoise svn and eclipse

2006-08-08 Thread Sandra Clark
Actually Tortoise has released an eclipse plugin so you now have a choice, Tortoise or Subclipse. http://www.tabaquismo.freehosting.net/ignacio/eclipse/tortoise-svn/subversio n.html Sandra Clark == http://www.shayna.com Training in Cascading Style Sheets and Accessib

RE: SSL Certificates

2006-08-08 Thread Mark A Kruger
I'm late to this party but I write up on this that may help explain it... I know this has already be rehashed on this thread :) http://mkruger.cfwebtools.com/index.cfm?mode=entry&entry=62B80F7F-9F49-BE27- D7B57CEB51EA4CB6 -mk -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECT

Re: OT: tortoise svn and eclipse

2006-08-08 Thread Tom Chiverton
On Tuesday 08 August 2006 16:01, Kris Jones wrote: > Eclipse, I have been unable to configure it so that the Get Lock > command shows-up on the Tortoise submenu. I've checked the settings Whose SVN plugin in eclipse are you using ? With Subversion, you set a SVN parameter on a directory and Eclips

Re: alternative of cftree..

2006-08-08 Thread Tom Chiverton
On Tuesday 08 August 2006 14:32, Brian Dumbledore wrote: > Here is my issue.. a while back I worte my own dhtml tree displayer. I am Are you drawing it all at once, or fetching the data for each node as it is opened ? -- Tom Chiverton This

Re: OT: tortoise svn and eclipse

2006-08-08 Thread Rob Wilkerson
I'm new to each of these myself, but my understanding is that TortoiseSVN is a Windows Explorer plugin. Any functionality you're getting within other applications is a (potentially) happy accident. For Eclipse, the "proper" plugin is Subclipse. On 8/8/06, Kris Jones <[EMAIL PROTECTED]> wrote: > H

Re: How to deal with email based commands - Any ideas?

2006-08-08 Thread Tom Chiverton
On Tuesday 08 August 2006 15:28, john mcdonald wrote: > the system until today. My boss now wants them to be able to enter free > form text response to questions. my program should pick up their comments > and store them in the database - (basically parse their email response and > weed out their a

Re: CF server crashes every night at 1:01 AM

2006-08-08 Thread Tom Chiverton
On Tuesday 08 August 2006 15:46, Kevin Pompei wrote: > That's what I thought, too. It builds up to that in about 10 hours or > so after being restarted. Long lived session or application variables that aren't being cleared ? You could try dumping the scope to a file every so often and seeing...

RE: tortoise svn and eclipse

2006-08-08 Thread loathe
Don't use tortoise in Eclipse, use subClipse. http://subclipse.tigris.org/ > -Original Message- > From: Kris Jones [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 08, 2006 11:02 AM > To: CF-Talk > Subject: OT: tortoise svn and eclipse > > Has anyone gotten the TortoiseSVN plugin to wor

RE: SSL Certificates

2006-08-08 Thread Rick Faircloth
Great! Thanks for all the help, Dave, et al! Rick -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] leaf.com] Sent: Tuesday, August 08, 2006 10:51 AM To: CF-Talk Subject: RE: SSL Certificates > So just get a separate IP and put that site on it without host headers > and ap

RE: SSL Certificates

2006-08-08 Thread Rick Faircloth
> you could configure your DNS to point a bunch of hostnames > to a single IP address using CNAME records. So using CNAME's would take the place of relying on host headers? And, if so, since I wouldn't be using host headers I could put multiple SSL sites, each with their own IP on the same server?

RE: SSL Certificates

2006-08-08 Thread Rick Faircloth
Gotcha...thanks, Neil. -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 08, 2006 10:24 AM To: CF-Talk Subject: RE: SSL Certificates To add, the user effectively sees exactly the same site as they would do under www.foo.com; all that chang

RE: RE: CF server crashes every night at 1:01 AM

2006-08-08 Thread Brad Wood
You might have some luck installing SeeFusion and then logging to the DB your memory usage through the day. You can look for spikes in memory, and connect the dots to the pages which are also logged at the same time to see if you have a memory leak. That is definitely weird that it always happens

RE: SSL Certificates

2006-08-08 Thread Rick Faircloth
I guess that's the difference in our scenarios...you're basically running one site (it seems) and you have secure and non-secure areas working together. I need to host multiple domains which have nothing in common and now need to be able to accommodate secure sites in the mix. Single site hosting

OT: tortoise svn and eclipse

2006-08-08 Thread Kris Jones
Has anyone gotten the TortoiseSVN plugin to work well in Eclipse? I may be confused about my setup (SVN, Eclipse, and Tortoise are all pretty new to me). Here's my issue: On my team we get a lock on a file before we edit, using TortoiseSVN. This works fine from Windows Explorer. Inside Eclipse, I

RE: All Adobe ColdFusion products to be discontinued

2006-08-08 Thread Kevin Aebig
>> Not to mention that CF was the reason Adobe bought Macromedia in the >> first place... I like CF, but that's a stretch. They wanted Flash / Flex, and to make FlashPaper go away. Cheers, !k -Original Message- From: Andrew Scott [mailto:[EMAIL PROTECTED] Sent: Saturday, August 05, 20

Re: Web Service that returns blank page?

2006-08-08 Thread Deanna Schneider
That's what I was trying to clarify. I'm pretty sure Footprints doesn't generate a WSDL. (There's no mention of WSDL in their documentation.) It's a perl webservice implementation. According to the docs, you call a .pl file. When I call that .pl file with a browser, I get nothing. Somethings wrong

Re: How to deal with email based commands - Any ideas?

2006-08-08 Thread Jerry Johnson
They are already using a browser - their email client. Can you just put an html form into the email, and have it submit to a web page? On 8/8/06, john mcdonald <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > My Boss came into my cube and asked me to add a feature to a web application > I am work

RE: SSL Certificates

2006-08-08 Thread Dave Watts
> So just get a separate IP and put that site on it without > host headers and apply the cert and I'm in business? (All on > the same hardware and software as the non-SSL host header > sites?) Yes. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highe

RE: SSL Certificates

2006-08-08 Thread Dave Watts
> So, I can host non-SSL sites with host headers on the same > IP, but would need a separate IP for any site that requires > an SSL Cert. Yes. If you wanted to have a bunch of hostnames pointing to this IP, that would work fine, since you don't care whether the hostname matches what's in the cer

  1   2   >