ColdFusion debug stored procedures

2010-01-08 Thread Glyn Jackson
I have always had problem with the way ColdFusion reports errors in stored procedures and I was wondering how other CF’ers go about debugging the same sort of errors (without costly software). For example, the following ColdFusion error is generated on a stored procedure... Application

RE: CFHTTP wierdness

2010-01-08 Thread Asha K S
Hi Jeff, You might want to look to http://www.coldfusionmuse.com/index.cfm/2008/10/9/cfhttp-troubleshooting Thanks, Asha. -Original Message- From: Jeff Langevin [mailto:jlange...@outdoors.org] Sent: Friday, January 08, 2010 2:22 AM To: cf-talk Subject: CFHTTP wierdness So I've got

AW: SPAM-LOW: Adult ColdFusion Websites

2010-01-08 Thread Gert Franz
Philip, why don't you get a VPS and do that yourself. That's not much more expensive than looking for a hosting company that allows that kind of content and config. Greetings from Switzerland Gert Franz Railo Technologies   Professional Open Source skype: gert.franz   

Web Service SSO

2010-01-08 Thread Glyn Jackson
I need to know where I start for the following I have been given a Web Service SSO URL test against, I need to open a new window and send login details accross. all i have is the xml. my question is in CF how to i go about this? CFHTTP, xml etc? below is what I hev been given Envelope

: Adult ColdFusion Websites

2010-01-08 Thread James Holmes
Many VPS hosting companies also have policies that prevent adult content. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2010/1/8 Gert Franz gert.fr...@railo.ch: Philip, why don't you get a VPS and do that yourself. That's not much more expensive than

IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Jeff F
I'd like to set up my development environment to match what I've got on the server, namely multiple sites under IIS with each site acting as root. Can anyone offer any tips and what they do that works well? Is there an issue or special consideration with ColdFusion Developer edition in

: Adult ColdFusion Websites

2010-01-08 Thread Phillip Vector
A VPS costs around $50 a month from what I've seen. I've gotten offers for much less already. :) On Fri, Jan 8, 2010 at 3:00 AM, Gert Franz gert.fr...@railo.ch wrote: Philip, why don't you get a VPS and do that yourself. That's not much more expensive than looking for a hosting company that

Re: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Eric Cobb
ColdFusion is not going to be your problem, IIS is. If you're talking about setting this up on a desktop OS, then IIS isn't going to let you do it. I know in XP (and pretty sure about Vista), IIS can only have 1 website. You can only have multiple sites in IIS on a server OS. There are

Re: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Dominic Watson
Indeed, if you're dev environment is not a server, and you're working on a desktop/laptop look at this for creating multiple sites in IIS: http://www.gafvert.info/iis/article/multiple_websites_xp.htm Then, create a seperate domain for each site in your hosts file, resolving it to 127.0.0.1 i.e.

Re: : Adult ColdFusion Websites

2010-01-08 Thread Gerald Guido
VPS's have come down in price dramically recently. You can get a managed VPS with enough horse power to run ACF for *well* under $50 (1 or 2 sites depending on load, cacheing etc). I *highly* recommend Viviotech. They are very reasonable and have the best support (by far) I have experienced from

Re: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Dave Watts
ColdFusion is not going to be your problem, IIS is.  If you're talking about setting this up on a desktop OS, then IIS isn't going to let you do it.  I know in XP (and pretty sure about Vista), IIS can only have 1 website.  You can only have multiple sites in IIS on a server OS. This is not

Re: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Greg Luce
IIS7 on Vista and Windows 7 allow multiple sites. Greg On Fri, Jan 8, 2010 at 8:55 AM, Eric Cobb cft...@ecartech.com wrote: ColdFusion is not going to be your problem, IIS is. If you're talking about setting this up on a desktop OS, then IIS isn't going to let you do it. I know in XP

Re: jquery javascript coldfusion.navigate cflayout cfdiv

2010-01-08 Thread Qing Xia
Awesome! For those of you who don't subscribe to Ray's blog--he's turned this into an entry with some excellent explanations. http://www.coldfusionjedi.com/index.cfm/2010/1/8/Interesting-ColdFusion-Ajax-IssueBug Happy jQuerying! [?] On Thu, Jan 7, 2010 at 3:54 PM, David Mineer

Re: : Adult ColdFusion Websites

2010-01-08 Thread James Holmes
Viviotech is one of the companies that prohibits adult content. http://www.viviotech.net/aup.cfm mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2010/1/8 Gerald Guido gerald.gu...@gmail.com: VPS's have come down in price dramically recently. You can get a

Re: : Adult ColdFusion Websites

2010-01-08 Thread Gerald Guido
Viviotech is one of the companies that prohibits adult content. Opps. Never mind then ;). G! -- Gerald Guido http://www.myinternetisbroken.com Wait. We can't stop here. This is bat country. -- HST ~| Want to reach the

Re: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Eric Cobb
Sweet! I wasn't sure about 7 (haven't used it yet), but I didn't realize that about Vista. I've never had a need to check. That's good to know. Thanks, Eric Cobb http://www.cfgears.com Dave Watts wrote: ColdFusion is not going to be your problem, IIS is. If you're talking about

Re: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Jason Fisher
Someone mentioned the 'hosts' file, too, which can be useful for spoofing URLs in development. c:\windows\system32\drivers\etc\hosts ~| Want to reach the ColdFusion community with something they want? Let them know on the

Re: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Jeff F
IIS7 on Vista and Windows 7 allow multiple sites. Through host headers? Won't this be an issue with ColdFusion Dev edition? ~| Want to reach the ColdFusion community with something they want? Let them know on the House of

Re: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Dave Watts
IIS7 on Vista and Windows 7 allow multiple sites. Through host headers? Won't this be an issue with ColdFusion Dev edition? No. It's working just fine for me, right this minute. The developer edition just limits incoming connections to a handful of IP addresses. No edition limits how many

Re: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Jeff F
Someone mentioned the 'hosts' file, too, which can be useful for spoofing URLs in development. c:\windows\system32\drivers\etc\hosts I'm on Windows 7 with IIS7 and I just tried this. I created a new site in IIS with a host name of www.beta.test.com I then added the new site in the hosts file

RE: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread DURETTE, STEVEN J (ATTASIAIT)
I believe that you also have to add www.beta.solo.com to IIS. If the site is using host headers (exclusively) and gets one that isn't defined then it throws an error. Steve -Original Message- From: Jeff F [mailto:cftalk_l...@fongemie.com] Sent: Friday, January 08, 2010 10:22 AM To:

Re: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Sergey Croitor
Use iis_multilex addon for IIS. It works fine on WinXP. --- Sergey Croitor On Fri, Jan 8, 2010 at 3:04 PM, Jeff F cftalk_l...@fongemie.com wrote: I'd like to set up my development environment to match what I've got on the server, namely multiple sites under IIS with each site acting as

Re: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Sergey Croitor
iis_multiplex is a correct name. I've typed it wrong in previous email. On Fri, Jan 8, 2010 at 3:04 PM, Jeff F cftalk_l...@fongemie.com wrote: I'd like to set up my development environment to match what I've got on the server, namely multiple sites under IIS with each site acting as root.

Re: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Jeff F
I believe that you also have to add www.beta.solo.com to IIS. If the site is using host headers (exclusively) and gets one that isn't defined then it throws an error. Steve My typing mistake. I did add www.beta.solo.com to IIS, not www.beta.test.com as I wrote earlier. That part is straight

Re: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Dave Watts
I'm on Windows 7 with IIS7 and I just tried this. I created a new site in IIS with a host name of www.beta.test.com I then added the new site in the hosts file as 127.0.0.1 www.beta.solo.com When I browse to www.beta.solo.com I get server 500 error of the IsapiModule. If I remember, this

Re: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Dave Watts
My typing mistake. I did add www.beta.solo.com to IIS, not www.beta.test.com as I wrote earlier. That part is straight forward:http://technet.microsoft.com/en-us/library/cc753195%28WS.10%29.aspx With IIS 7, you'll have to enable IIS 6 compatibility, too. Google IIS 7 coldfusion for more

RE: Adult ColdFusion Websites

2010-01-08 Thread Jacob
Huge amounts of bandwidth? Hmm.. never knew that. ;-) -Original Message- From: Mike Kear [mailto:afpwebwo...@gmail.com] Sent: Thursday, January 07, 2010 3:56 PM To: cf-talk Subject: Re: Adult ColdFusion Websites Yes, we do, provided the site meets our TOS (the content is legal in your

Re: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Jeff F
Did you map CF to all IIS virtual servers using wsconfig? If not, did you map CF to this virtual server? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ I just did, I think and still no luck. Using the Webserver Configuration tool, I add

Anyone using CF for ranking websites on search engines?

2010-01-08 Thread Rick Faircloth
Hi, all. I've been using Advanced Web Ranking for a few years, and while it works well, I'd like to expand on its capabilities, well, its output, anyway. I was wondering if anyone has been using CF to rank websites according to keywords/keyphrases, particularly on Google, Yahoo, and

Re: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Dave Watts
Using the Webserver Configuration tool, I add www.beta.solo.com in the field JRun Host, under IIS website I left it as All and checked the Configure web server for Coldfusion 8 Applications. I restarted Coldfusion and I get the same error. That error does look familiar, as I've seen when

RE: CFHTTP wierdness

2010-01-08 Thread Jeff Langevin
Thanks for the suggestions Dave and Asha. I'm looking into these and will post if they present a solution. --Jeff -Original Message- From: Asha K S [mailto:a...@adobe.com] Sent: Friday, January 08, 2010 5:16 AM To: cf-talk Subject: RE: CFHTTP wierdness Hi Jeff, You might

RE: CFHTTP wierdness

2010-01-08 Thread Jeff Langevin
Interesting idea on the ping test. I'll try that. Since it is sporadic the packet sniffer might be a bit of work, but I'm heading in that direction if I can't figure it out. Thanks. ---Jeff -Original Message- From: b...@bradwood.com [mailto:b...@bradwood.com] Sent: Thursday,

RE: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread brad
FWIW- I would use IIS over Apache any day, but I use Apache web server on my home XP dev machine for two reasons: 1) It supported as many sites as I wanted 2) It was free. I just try and not think about the pain in the butt that it is to configure. :) ~Brad Original Message

RE: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Eric Roberts
That is an XP only issue. IIS in Vista allows multiple sites. There was an interview with the guy that was in charge of IIS development that said they learned their lesson from crippling IIS in XP and wouldn't do it again (apparently there was a lot of backlash from developers on this one)

RE: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Eric Roberts
/windows/system32/drivers/etc/ Eric -Original Message- From: Dominic Watson [mailto:watson.domi...@googlemail.com] Sent: Friday, January 08, 2010 8:26 AM To: cf-talk Subject: Re: IIS ColdFusion Developer, best practices for setting up multiple sites Indeed, if you're dev environment

RE: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Eric Roberts
Nope...the limitation on the dev editions is the number of unique IP's accessing it, not host headers or domains. Eric -Original Message- From: Jeff F [mailto:cftalk_l...@fongemie.com] Sent: Friday, January 08, 2010 9:06 AM To: cf-talk Subject: Re: IIS ColdFusion Developer, best

RE: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Eric Roberts
CF doesn't care...IIS directs it to the proper directory so you are accessing the correct files...CF is just running on your machine as a translator of the CF code that is executed in those files. Where those files reside is irrelevant to CF. Eric -Original Message- From: Jeff F

XML-RPC

2010-01-08 Thread David Mineer
Does anyone have up to date information on connecting to a XMLRPC webservice. I am trying to connect to the www.infusionsoft.com web service and that is what they provide. I did find some info on xmlrpc.cfc, but it does seem very old, but it might still work, although I am a little confused as

Re: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Jeff F
Just a follow up. I got it working using everything as I listed above, but when I was using the web server configuration tool it wasn't working. Dave was correct, I needed to go into the Application pool settings in IIS and Enable 32-bit applications as the default setting. I reran the Web

Re: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Dave Watts
I got it working using everything as I listed above, but when I was using the web server configuration tool it wasn't working. Dave was correct, I needed to go into the Application pool settings in IIS and Enable 32-bit applications as the default setting. I reran the Web Config

RE: IIS ColdFusion Developer, best practices for setting up multiple sites

2010-01-08 Thread Justin Scott
There are hacks and specialty software you can use to get around this, but natively IIS isn't going to let you do it. That is not the case with Windows 7 Pro and IIS 7.5 (I do not know about previous versions). With IIS 7.5 running on Windows 7 Pro here on my laptop I have a number of sites

RE: XML-RPC

2010-01-08 Thread Justin Scott
Does anyone have up to date information on connecting to a XMLRPC webservice. I am trying to connect to the www.infusionsoft.com web service and that is what they provide. Hi David, check this out: http://dougharrison.info/66/infusionsoft-coldfusion-sdk I had to integrate an application

Custom Tag (etc.) libraries online?

2010-01-08 Thread Marie Taylore
Hey all, what are some of the best or latest and greatest custom tag / function / cfc sites available out there? All the old links I have (haven't search for any in a while) look like they're pretty out of date and Adobe's developer exchange is just dismal - has tags there that don't even

Re: Custom Tag (etc.) libraries online?

2010-01-08 Thread John M Bliss
http://riaforge.org http://cflib.org On Fri, Jan 8, 2010 at 5:03 PM, Marie Taylore mt4yl...@yahoo.com wrote: Hey all, what are some of the best or latest and greatest custom tag / function / cfc sites available out there? All the old links I have (haven't search for any in a while) look

Re: Custom Tag (etc.) libraries online?

2010-01-08 Thread Mike Chabot
Those are the first two sites I would check as well. There are other sites targeted at selling tags that cost money, if your needs aren't met by the free and open source offerings. I highly doubt that you will find what you are looking for on free CF tag sites. Most companies that offer

Re: Custom Tag (etc.) libraries online?

2010-01-08 Thread Gerald Guido
I would search for offerings for the Ext JS library on riaforge.org. Go to: http://www.riaforge.org/index.cfm?event=page.search And search for EXT I have used coldext in the past on CF 7 and was very happy with the results: http://coldext.riaforge.org/ There are some new offerings that I

Re: XML-RPC

2010-01-08 Thread David Mineer
Thanks Justin. I did talk to them after I posted and I will be buying that on Monday morning. He gave me a demo and showed me some of the code and it would take me weeks, at least, to recreate that stuff if I even understood it in the first place. Good to hear that it is as easy and powerful