Problem with RDS login

2012-08-03 Thread Stefano
Hi all, I was using DWCS6 and CF9 in my Mac and all it was ok. I'm using all in local (coldfusion, apache, dw) , developer version. Just after updated CF9 to CF10, DreamWeaver is unable to login to RDS returning me error with reasons about incorrect url or cfusion doesn't work. But cfusion

Problem with setting up RDS conenction

2012-05-17 Thread Megha Kolpyakwar
Hi, I am trying to setup the debugger in coldfusion multiserver configuration. I am unable to connect to RDS server. Its giving me the error ' the debugger is running on port ... I have added that port in jvm config file as well. I am using multiserver coldfsuion. Has anyone got debugger

Re: Problem with setting up RDS conenction

2012-05-17 Thread Russ Michaels
unable to connect to RDS server. Its giving me the error ' the debugger is running on port ... I have added that port in jvm config file as well. I am using multiserver coldfsuion. Has anyone got debugger with multiserver configuration? Thanks in advance. -Megha

SOT: Eclipse RDS to VivioTech stuck at Contacting Server

2012-02-18 Thread Michael E. Carluen
I am finally moving from Homesite to Eclipse. I installed Eclipse/CFEclipse/AdobeCF8Extension (with RDS) on both my Windows and Mac machines. Everything seems to work, except that when I try to RDS connect to my VivioTech server, it only displays the Connecting Server... icon, and never shows

Re: SOT: Eclipse RDS to VivioTech stuck at Contacting Server

2012-02-18 Thread James Holmes
/AdobeCF8Extension (with RDS) on both my Windows and Mac machines. Everything seems to work, except that when I try to RDS connect to my VivioTech server, it only displays the Connecting Server... icon, and never shows the server's file/directory tree. Any suggestions on where I should check to fix

Re: SOT: Eclipse RDS to VivioTech stuck at Contacting Server

2012-02-18 Thread James Holmes
Ah sorry, misread. RDS (not RDP) communicates via port 80, so that's not likely the issue. However, I might add that enabling RDS for a production server is an incredibly bad idea. -- Shu Ha Ri: Agile and .NET blog http://www.bifrost.com.au/ On 18 February 2012 16:48, James Holmes james.hol

SOT: Eclipse RDS to VivioTech stuck at Contacting Server

2012-02-18 Thread Michael E. Carluen
James this is our prototype/proof of concept area. On Feb 18, 2012, at 12:50 AM, James Holmes james.hol...@gmail.com wrote: Ah sorry, misread. RDS (not RDP) communicates via port 80, so that's not likely the issue. However, I might add that enabling RDS for a production server

Re: SOT: Eclipse RDS to VivioTech stuck at Contacting Server

2012-02-18 Thread Russ Michaels
you do actually have RDS enabled on the server right ? On Sat, Feb 18, 2012 at 10:07 AM, Michael E. Carluen mecarl...@gmail.comwrote: James this is our prototype/proof of concept area. On Feb 18, 2012, at 12:50 AM, James Holmes james.hol...@gmail.com wrote: Ah sorry, misread. RDS

Re: SOT: Eclipse RDS to VivioTech stuck at Contacting Server

2012-02-18 Thread Michael E. Carluen
Russ, yes it is enabled... I am able to use RDS via Homesite+. On Feb 18, 2012, at 3:45 AM, Russ Michaels r...@michaels.me.uk wrote: you do actually have RDS enabled on the server right

Re: SOT: Eclipse RDS to VivioTech stuck at Contacting Server

2012-02-18 Thread Michael E. Carluen
After Google-ing a bit more, I found out that theres a bug on the Arrows icon that toggle the RDS directory tree it does not work. The work around is simply using the Go Into menu item. Funny that the bug has been around for years and still no fixed. http://www.vintagecoding.com/www/blog

web service wsdl rds

2011-03-03 Thread Randy Messer
and HTTPPARAMS, I get the Enter your RDS or Admin Password screen. I must be missing something very basic. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: How secure is RDS

2011-03-02 Thread Dave Watts
Now I did mention that Flex says it REQUIRES RDS to be enabled in order to use Flex data services. This is only required to use the wizards in Flash Builder, just like you need RDS to do things in CF Builder. Once your code is written, you can deploy it to servers without RDS enabled. Dave

Re: How secure is RDS

2011-03-02 Thread Dave Watts
Way back in the day I was told RDS was horribly insecure and I wrote it off and never looked back. Neither RDS nor the CF Administrator should be exposed to untrusted clients. They're both password protected with no auditing of failed authentication events. Dave Watts, CTO, Fig Leaf Software

Re: How secure is RDS

2011-03-02 Thread Russ Michaels
Dreamweaver aso needs RDS for a lot of its features, but RDS is not supposedly to be installe don production servers. If you run CF enterprise, then you can sandbox RDS access and give each user their own login and limit what folders they have access to. This is what I do on cfmldeveloper.com

How safe is RDS

2011-02-28 Thread Bryan Stevenson
Hi All, Way back in the day I was told RDS was horribly insecure and I wrote it off and never looked back. Well -- Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: br

How secure is RDS

2011-02-28 Thread Bryan Stevenson
let's try that again... ;-) Hi All, Way back in the day I was told RDS was horribly insecure and I wrote it off and never looked back. Well now I'm into Flex and it uses RDS in order to use CF data services (or I can use webservices). So how safe is having RDS enabled? Any good tutorials

Re: How secure is RDS

2011-02-28 Thread Matt Quackenbush
RDS in production is still a no-no. :-) ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk

RE: How secure is RDS

2011-02-28 Thread Ben Forta
Short answer, how secure RDS is or isn't is really not the issue. What is more important is that security fundamentals demand that you don't run anything not completely necessary on production boxes. Your HTTP server is necessary, remote access services (be it RDS or FTP or ...) are generally

RE: How secure is RDS

2011-02-28 Thread Bryan Stevenson
Thanks Ben/Matt! Now I did mention that Flex says it REQUIRES RDS to be enabled in order to use Flex data services. The only alternative I see is to call the CFCs as webservices instead of as a Flex data service. Calling local webservices would have a tonne of extra overhead.seems like

Re: How secure is RDS

2011-02-28 Thread Mark Mandel
it REQUIRES RDS to be enabled in order to use Flex data services. -- E: mark.man...@gmail.com T: http://www.twitter.com/neurotic W: www.compoundtheory.com cf.Objective(ANZ) - Nov 17, 18 - Melbourne Australia http://www.cfobjective.com.au Hands-on ColdFusion ORM Training

Re: How secure is RDS

2011-02-28 Thread nic.tun...@nictunney.com
It doesn't. Nic Sent from my Verizon Wireless Phone - Reply message - From: Mark Mandel mark.man...@gmail.com Date: Mon, Feb 28, 2011 6:27 pm Subject: How secure is RDS To: cf-talk cf-talk@houseoffusion.com I'm no Flex guru by any stretch, but I've never heard this one before

Re: How secure is RDS

2011-02-28 Thread Bryan Stevenson
OK then Nic/Mark http://www.adobe.com/devnet/flex/articles/fcf_ataglance_flex_coldfusion.html Seems to contradict you guys I'd love a non-webservice and non-RDS enabled solution, but Adobe seems to think RDS is the way?? I am in no way wanting to use RDS and not disagreeing

Re: How secure is RDS

2011-02-28 Thread Bryan Stevenson
...and I've re-read the link I just posted and I may be confused about the role of RDS in all this. It may only be required for CFC introspection in Flex Builder 4. I may very well have confused a bunch of articles that said RDS had to be enabled.then landed on the Adobe page thinking I'd

RE: How secure is RDS

2011-02-28 Thread Andrew Scott
I don't see any where that it mentions using RDS to communicate with Flex-ColdFusion. I am no expert in Flash/Flex development but I am under the impression the Flash Remoting on ColdFusion is the way Flash talks to ColdFusion, however in development the Flash Builder might require RDS to do

Re: How secure is RDS

2011-02-28 Thread Casey Dougall
On Mon, Feb 28, 2011 at 7:02 PM, Bryan Stevenson br...@electricedgesystems.com wrote: OK then Nic/Mark http://www.adobe.com/devnet/flex/articles/fcf_ataglance_flex_coldfusion.html Seems to contradict you guys I'd love a non-webservice and non-RDS enabled solution, but Adobe

Re: How secure is RDS

2011-02-28 Thread nic.tun...@nictunney.com
I'll check the link when I am home, but I use flash remoting all the time which uses blaze ds under the hood. You should never install rds in production. Sent from my Verizon Wireless Phone - Reply message - From: Andrew Scott andr...@andyscott.id.au Date: Mon, Feb 28, 2011 7:08 pm

Re: How secure is RDS

2011-02-28 Thread Bryan Stevenson
Thanks Nic et al I think the confusion was all mineand glad that's all it was as having to use RDS in PROD (as I thought was the case) would have been brutalamen!! Nicif I need more than to set CFC accesstype to remote and setup the data services in Flex via the wizard, please

Re: How secure is RDS

2011-02-28 Thread Nicholas Tunney
I don't see anything about RDS in that article. The only thing I can think of if you saw it somewhere else is that RDS can be used to generate CFCs, but still, do this in dev only. You have several options for hitting CFC via remoting, including RTMP and AMF. There are lots of good articles

Re: How secure is RDS

2011-02-28 Thread Nicholas Tunney
(should return a blank page) to ensure remoting is properly configured. Nic On 2/28/11 7:43 PM, Bryan Stevenson br...@electricedgesystems.com wrote: Thanks Nic et al I think the confusion was all mineand glad that's all it was as having to use RDS in PROD (as I thought was the case

Re: How secure is RDS

2011-02-28 Thread Bryan Stevenson
the confusion was all mineand glad that's all it was as having to use RDS in PROD (as I thought was the case) would have been brutalamen!! Nicif I need more than to set CFC accesstype to remote and setup the data services in Flex via the wizard, please fill in the blanks for me

Re: How secure is RDS

2011-02-28 Thread Bryan Stevenson
Oopsone last thing for now I think Nic The article seems to perhaps be more about CF 9 and ORM than Flex and CFis that a safe assumption? I'm asking because I'm stuck on CF 8 for the time being and hoping to avoid confusion between what I'm trying to do and what CF 9 can do ;-)

Re: How secure is RDS

2011-02-28 Thread Nicholas Tunney
The article is about CF 9 ORM, but the pattern remains the same. The ORM methods are generated in cf9, but in CF8 your objects would probably still have the same accessor methods. Nic On 2/28/11 8:01 PM, Bryan Stevenson br...@electricedgesystems.com wrote: Oopsone last thing for now I

Re: How secure is RDS

2011-02-28 Thread Bryan Stevenson
and it was the accessor stuff that lost me ;-) In simple terms are you talking about a single CFC that all other CFC calls pass-through? I've heard that called a facade, but whatever you call it, it is a way of not requiring all CFCs to be of accessType remote when using AJAX_CFC for

RE: How secure is RDS

2011-02-28 Thread Andrew Scott
...@electricedgesystems.com] Sent: Tuesday, 1 March 2011 12:50 PM To: cf-talk Subject: Re: How secure is RDS and it was the accessor stuff that lost me ;-) In simple terms are you talking about a single CFC that all other CFC calls pass- through? I've heard that called a facade

Re: How secure is RDS

2011-02-28 Thread Nicholas Tunney
Most of my apps use multiple clients. I many times have a serviceProxy and remotingProxy. At a real basic level the remotingProxy mirrors whatever I need in the serviceProxy as remote methods. The service layer can be RESTful (put/get/post/delete), as Andrew suggested, or can be regular

Re: Coldfusion app using MySQL - Is moving the MySql to Amazon RDS feasible/efficient?

2011-02-18 Thread Stefan Richter
I've not used RDS (yet) due to the costs involved but it certainly is an attractive option as your operations grow as backup and replication are 'built in'. Overhead that would make it unusable? Why do you think that? It's designed to perform well. However what I have used (in fact just put

Re: Coldfusion app using MySQL - Is moving the MySql to Amazon RDS feasible/efficient?

2011-02-18 Thread Dominic Watson
Storage for detachable volumes and potentially S3 for backup). It would be interesting to see how connecting to the RDS would work from a non Amazon hosted server, I imagine it would suffer lag - pretty cheap to find out though :) HTH Dominic On 18 February 2011 04:57, Chris . mister

Re: Coldfusion app using MySQL - Is moving the MySql to Amazon RDS feasible/efficient?

2011-02-18 Thread Jochem van Dieten
On Fri, Feb 18, 2011 at 5:57 AM, Chris wrote: Stumbled onto Amazon RDS (link: http://aws.amazon.com/rds/) and the concept from what I'm reading at least, sounds great. I currently use shared hosting with CF and MySQL.  I'm pouring over the documentation but most of it is over my head

Re: Coldfusion app using MySQL - Is moving the MySql to Amazon RDS feasible/efficient?

2011-02-18 Thread Russ Michaels
I would presume you are not using amazon for a 24/7 database connection as this would be prohibitively expensive, much more than having your own VPS or using database hositng, so I presume you are using it only for occasional access, in which case caching your queries is a must and will overcome

Re: Coldfusion app using MySQL - Is moving the MySql to Amazon RDS feasible/efficient?

2011-02-18 Thread Stefan Richter
Try http://www.scribblar.com/latestrooms.cfm The CF server is UK racked, the DB is US-East on EC2 (micro instance, RDS would arguably perform better). The page runs an uncached query to grab the latest rooms. The plan is to move everything onto EC2. Cheers Stefan On 18 Feb 2011, at 10:47

Coldfusion app using MySQL - Is moving the MySql to Amazon RDS feasible/efficient?

2011-02-17 Thread Chris .
Stumbled onto Amazon RDS (link: http://aws.amazon.com/rds/) and the concept from what I'm reading at least, sounds great. I currently use shared hosting with CF and MySQL. I'm pouring over the documentation but most of it is over my head as I'm not familiar with Amazon web services

CFBuilder RDS Query Viewer max rows

2010-03-25 Thread Rob Barthle
Is there a setting somewhere in CFBuilder where I can increase the max rows returned in the RDS Query View? 50 is not enough for me at times. ~| Want to reach the ColdFusion community with something they want? Let them know

Re: CFBuilder RDS Query Viewer max rows

2010-03-25 Thread Rob Barthle
Sorry I did not see the CFBuilder forum in the list before posting. I reposted this question there. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists

Re: CFBuilder RDS Query Viewer max rows

2010-03-25 Thread Raymond Camden
somewhere in CFBuilder where I can increase the max rows returned in the RDS Query View? 50 is not enough for me at times. ~| Want to reach the ColdFusion community with something they want? Let them know on the House

Re: CFBuilder RDS Query Viewer max rows

2010-03-25 Thread Casey Dougall
Editor view? RDS Query Viewer is only thing I can find and it's limited to 50 records ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http

Re: CFBuilder RDS Query Viewer max rows

2010-03-25 Thread Raymond Camden
, Raymond Camden rcam...@gmail.com wrote: No, but the SQL Editor view has no limit. That's both good and bad obviously. ;) But if you want more than 50, just use it instead. I'd still use a TOP/LIMIT though so you don't get thousands of records. What SQL Editor view? RDS Query Viewer

Re: CFBuilder RDS Query Viewer max rows

2010-03-25 Thread Claude Schnéegans
Inside a cfquery, right click and do SQL Editor. Thanks for the tip. The video show how to build a select with an ORDER BY clause. Is there any provision for more complex clauses and queries like WHERE, GROUP BY, UNION, or JOINs ?

Re: CFBuilder RDS Query Viewer max rows

2010-03-25 Thread Raymond Camden
It is a SQL Editor. You can write _anything_. On Thu, Mar 25, 2010 at 10:11 AM, wrote:  Inside a cfquery, right click and do SQL Editor. Thanks for the tip. The video show how to build a select with an ORDER BY clause. Is there any provision for more complex clauses and queries like

Re: CFBuilder RDS Query Viewer max rows

2010-03-25 Thread Claude Schnéegans
You can write _anything_. Ok, so, if I understand well the editor will just help you to select tables and column names, the rest of the syntax, commands, parenthesis and clauses is up to you. ~| Want to reach the ColdFusion

Re: CFBuilder RDS Query Viewer max rows

2010-03-25 Thread Raymond Camden
Right - it gives hinting for table/cols,and color coding. It is not a Visual Query Builder. On Thu, Mar 25, 2010 at 10:52 AM, wrote:  You can write _anything_. Ok, so, if I understand well the editor will just help you to select tables and column names, the rest of the syntax, commands,

Re: CFBuilder RDS Query Viewer max rows

2010-03-25 Thread Casey Dougall
On Thu, Mar 25, 2010 at 12:10 PM, Raymond Camden rcam...@gmail.com wrote: Right - it gives hinting for table/cols,and color coding. It is not a Visual Query Builder. ok skip sql editor... where is autoComplete / tag insite inside cfquery cfquery name=UpdateLog

Re: CFBuilder RDS Query Viewer max rows

2010-03-25 Thread Raymond Camden
I know code insight works for table/col names. I also see CI for cfqueryparam. For example, it showed the arguments, and when I picked cfsqltype, it gave me a list of types. On Thu, Mar 25, 2010 at 11:18 AM, Casey Dougall ca...@uberwebsitesolutions.com wrote: On Thu, Mar 25, 2010 at 12:10 PM,

Re: CFBuilder RDS Query Viewer max rows

2010-03-25 Thread Casey Dougall
On Thu, Mar 25, 2010 at 12:30 PM, Raymond Camden rcam...@gmail.com wrote: I know code insight works for table/col names. I also see CI for cfqueryparam. For example, it showed the arguments, and when I picked cfsqltype, it gave me a list of types. when I start to type cfqueryparam it

Re: CFBuilder RDS Query Viewer max rows

2010-03-25 Thread Raymond Camden
I've found that if I click tab, by accident, the CI won't work. I've also found that you can force the CI if you don't see it popup. On my Mac I believe it is command+. (sorry, my muscle memory doesn't always translate to real memory). On Thu, Mar 25, 2010 at 11:43 AM, Casey Dougall

RE: CFBuilder RDS Query Viewer max rows

2010-03-25 Thread Chad Gray
PM To: cf-talk Subject: Re: CFBuilder RDS Query Viewer max rows I've found that if I click tab, by accident, the CI won't work. I've also found that you can force the CI if you don't see it popup. On my Mac I believe it is command+. (sorry, my muscle memory doesn't always translate to real memory

Fwd: Re: CF Builder Beta 3 and RDS

2010-03-16 Thread cf-talk
click on Other instead of JRun, which is the other option, there is no connection possible. Can you send my your config-data ? Uwe Works fine here. Double check your host Name, port, username and password settings. And that RDS is switched on. -Original Message- From: cf-t

CF Builder Beta 3 and RDS

2010-02-27 Thread cf-talk
Hi list, in CF Builder Beta 3 I can not make a RDS-Connect to a CF 8 Server. There are two connect-options: a) JRun b) Other I tried both options, and I can not make a valid RDS-connection. Do I need CF 9 for this ? As far as I can remember with CFB beta 2 it worked. Uwe

RE: CF Builder Beta 3 and RDS

2010-02-27 Thread Andrew Scott
Works fine here. Double check your host Name, port, username and password settings. And that RDS is switched on. -Original Message- From: cf-t...@sdsolutions.de [mailto:cf-t...@sdsolutions.de] Sent: Saturday, 27 February 2010 9:20 PM To: cf-talk Subject: CF Builder Beta 3 and RDS Hi

RDS and ColdFusion Builder

2009-11-21 Thread cf-t...@sdsolutions.de
Hi folks, can I connect to old CF 5 servers via RDS with ColdFusion Builder ? When I do this, I get: Unexpected number of rpc arguments I have the impressions it is only possible with JRUN-CF-versions. Uwe ~| Want to reach

CF Builder RDS Issue

2009-11-05 Thread Agha Mehdi
All, I installed CF builder as a plugin for Flash builder 4 beta. I can create connection to me webserver but can't connect to RDS. it gives me Unable to contact the RDS Server localhost Error executing RDS command. Status code: 404, Reason : Not Found Any ideas? Thanks Agha

User Accounts RDS

2009-11-02 Thread patrick buch
Hi everyone, I just recently had to create a new user account on my laptop. After I set that up, and copied over all the documents and settings from my old account to the new one, I noticed when I fired up Coldfusion, all my RDS's were not in there. So I created new ones, now, when I fire up

How to completely stop the RDS server?

2009-09-28 Thread Claude Schneegans
Hi, I have a CF 5 server, but I never use Remote Development, so I don't need the RDS service. The service is disabled in the Windows services. However I get this line every 2 seconds in the executive.log: Error,1716,09/28/09,16:21:15,,Unexpected Windows NT error number 1058 occurred while

Re: How to completely stop the RDS server?

2009-09-28 Thread Dave Watts
The RDS service is completely stopped. I don't know of a way to keep the Executive service from generating these errors other than stopping the Executive service as well. I recommend you simply disregard these errors as they are harmless. Dave Watts, CTO, Fig Leaf Software On 2009-09-28, Claude

Re: How to completely stop the RDS server?

2009-09-28 Thread Claude Schneegans
... other than stopping the Executive service as well. Which of course I can't do, or all scheduled tasks won't run. I recommend you simply disregard these errors as they are harmless. No, they are harmless, except for building a hudge file for nothing. I have to remember to delete it from

RDS Connection from Coldfusion Builder

2009-08-26 Thread Agha Mehdi
I can't connect to RDS on my localhost using CF Builder. seeing this error in the console [Test], (08/26 at 04:39:51): , Unable to connect to server. Using cached server settings [Test], Error, 08/26 at 04:40:18, Unable to fetch server mappings. Reason :Error executing RDS command. Status Code

RDS to Dev Box

2008-11-14 Thread Lee
in Eclipse to set up the RDS it tells me it is unable to make the connection. I have gone to the CF Admin security section to give RDS a password. What am I missing? Are there special IIS settings we need to make? Thanks, Lee Surma

Re: RDS to Dev Box

2008-11-14 Thread Lee
I found the answer here. You need to enable RDS on the server. The default is off. http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_17276 Lee Surma ~| Adobe® ColdFusion® 8 software 8 is the most important

Re: no rds tab in cfeclipse after CF 8 ex install

2008-06-12 Thread Paul Stewart
Thank You! you would not believe the time i wasted yesterday trying to figure out what was wrong. I think i need to have more belief in the list. João_Fernandes wrote: The rds is under the 'Adobe' tree node instead of 'ColdFusion', I've logged it back in February http://bugs.adobe.com/jira

no rds tab in cfeclipse after CF 8 ex install

2008-06-11 Thread Paul Stewart
Hi, in eclipse, after installing cf 8 extensions i go window - preferences - coldfusion to set up RDS etc. But there is no RDS tab, just debugmappings and debug settings. Its driving me nuts. I am running vista.. Thanks

Re: no rds tab in cfeclipse after CF 8 ex install

2008-06-11 Thread Tom Chiverton
On Wednesday 11 Jun 2008, Paul Stewart wrote: in eclipse, after installing cf 8 extensions i go window - preferences - coldfusion to set up RDS etc. But there is no RDS tab, just debugmappings and debug settings. Its driving me nuts. I am running vista.. Maybe your perspective is wrong. If you

Re: no rds tab in cfeclipse after CF 8 ex install

2008-06-11 Thread Jo�o_Fernandes
The rds is under the 'Adobe' tree node instead of 'ColdFusion', I've logged it back in February http://bugs.adobe.com/jira/browse/FB-12059 -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org Portugal Adobe User Group (http://aug.riapt.org

RE: CF RDS Capability question

2008-03-31 Thread Dave Watts
Been pondering a very odd thing and wondered, I know that CF can FTP to another server, but can one CF instance connect to another via RDS? RDS is just HTTP, so theoretically, yes. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Training: Adobe/Google/Paperthin

CF RDS Capability question

2008-03-28 Thread C. Hatton Humphrey
Been pondering a very odd thing and wondered, I know that CF can FTP to another server, but can one CF instance connect to another via RDS? Hatton ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release

SOT: Eclipse 3.4 RDS

2008-03-18 Thread Dominic Watson
Anyone able to use RDS with Eclipse 3.4? I can't connect to my servers with it... (firewall not blocking it, 3.3 working no problem) Dominic -- Blog it up: http://fusion.dominicwatson.co.uk ~| Adobe® ColdFusion® 8 software 8

Re: cfcexplorer.cfc requires RDS password

2007-12-07 Thread Maureen barger
On one of our servers, the /CFIDE/componentutils/cfcexplorer.cfc is requiring an RDS password to access. Of all the ColdFusion (7.x) instances we have, I have never seen this happen. How can I remove this requirement? Thanks

cfcexplorer.cfc requires RDS password

2007-12-07 Thread Maureen Barger
On one of our servers, the /CFIDE/componentutils/cfcexplorer.cfc is requiring an RDS password to access. Of all the ColdFusion (7.x) instances we have, I have never seen this happen. How can I remove this requirement? Thanks

Re: cfcexplorer.cfc requires RDS password

2007-12-07 Thread Maureen barger
Never mind - found my answer and renamed Application.cfm in CFIDE/componentutils. On one of our servers, the /CFIDE/componentutils/cfcexplorer.cfc is requiring an RDS password to access. Of all the ColdFusion (7.x) instances we have, I have never seen this happen. How can I remove

rds in eclipse - problem with cf_Fb Extensions

2007-12-06 Thread Will Swain
Hi, I'm having a concerted effort here to move to CFEclipse as my IDE. I've got some source control going with SVN and that looks good. However, if I'm really going to make the move I need RDS too. I've tried installing the CF_FB extensions, which apparently include RDS support, but when I

Re: rds in eclipse - problem with cf_Fb Extensions

2007-12-06 Thread Tom Chiverton
On Thursday 06 Dec 2007, Will Swain wrote: No features found on the selected site Did you make sure 'ignore features not applicable' was NOT ticked ? -- Tom Chiverton Helping to assertively market B2C applications on: http://thefalken.livejournal.com

RE: rds in eclipse - problem with cf_Fb Extensions

2007-12-06 Thread Will Swain
Ah, Yes, that would be it. One of those days. Thanks Tom. -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: 06 December 2007 11:37 To: CF-Talk Subject: Re: rds in eclipse - problem with cf_Fb Extensions On Thursday 06 Dec 2007, Will Swain wrote: No features

RDS with Eclipse

2007-11-27 Thread Asim Manzur
using latest eclipse v3.3.1.1 Build id: M20071023-1652 trying to use the debugging option. for Ref. I use the Ben's post here http://www.forta.com/blog/index.cfm/2007/5/30/CF8-Debugger-Getting-Started But every time it comes back with the error unable to contact the rds server

Re: RDS with Eclipse

2007-11-27 Thread Crow T. Robot
http://www.forta.com/blog/index.cfm/2007/5/30/CF8-Debugger-Getting-Started But every time it comes back with the error unable to contact the rds server. It is the standard CF8 install.. in Eclipse. the hostname is the ip of the server. port is 80 no context root then username/password

Re: Weird CF8 issue, Customer gets asked for RDS login after redirect from app login

2007-11-08 Thread Jochem van Dieten
Keith, Jeremy wrote: I should define that this is only happening with ONE specific customer, for the others it works as designed I suspect that customer has a broken Web Application Firewall that is incorrectly stripping some URL variable from a request (i.e. changing a request for

RE: Weird CF8 issue, Customer gets asked for RDS login after redirect from app login

2007-11-08 Thread Keith, Jeremy
: Sam Farmer [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 4:13 PM To: CF-Talk Subject: Re: Weird CF8 issue, Customer gets asked for RDS login after redirect from app login That occurs when the user is requesting a cfc directly and the access for the method is not remote. It is strange

Re: Weird CF8 issue, Customer gets asked for RDS login after redirect from app login

2007-11-08 Thread Kris Jones
I've seen strange redirects or errors happen for only specific customers on our app as well. We've spent time trying to track it down to some strange network configuration thing. In the end, it almost always turns out to be application logic that is causing it to happen. In our case, our

RE: Weird CF8 issue, Customer gets asked for RDS login after redirect from app login

2007-11-08 Thread Keith, Jeremy
:[EMAIL PROTECTED] Sent: Thursday, November 08, 2007 10:01 AM To: CF-Talk Subject: Re: Weird CF8 issue, Customer gets asked for RDS login after redirect from app login I've seen strange redirects or errors happen for only specific customers on our app as well. We've spent time trying to track

RE: Weird CF8 issue, Customer gets asked for RDS login after redirect from app login

2007-11-08 Thread Keith, Jeremy
, November 08, 2007 10:01 AM To: CF-Talk Subject: Re: Weird CF8 issue, Customer gets asked for RDS login after redirect from app login I've seen strange redirects or errors happen for only specific customers on our app as well. We've spent time trying to track it down to some strange network configuration

Re: Weird CF8 issue, Customer gets asked for RDS login after redirect from app login

2007-11-08 Thread Jochem van Dieten
Keith, Jeremy wrote: Ya, unfortunately there are no options for the customer, but I'll keep digging. But what is in your webserver log? Jochem ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with

RE: Weird CF8 issue, Customer gets asked for RDS login after redirect from app login

2007-11-08 Thread Keith, Jeremy
asked for RDS login after redirect from app login Keith, Jeremy wrote: Ya, unfortunately there are no options for the customer, but I'll keep digging. But what is in your webserver log? Jochem ~| ColdFusion is delivering

RE: Weird CF8 issue, Customer gets asked for RDS login after redirect from app login

2007-11-07 Thread Keith, Jeremy
PROTECTED] Sent: Wednesday, November 07, 2007 10:02 AM To: CF-Talk Subject: Weird CF8 issue, Customer gets asked for RDS login after redirect from app login OK, have a very strange issue that I've not seen before. We have literally thousands of customers, and I really think that this is probably

RE: Weird CF8 issue, Customer gets asked for RDS login after redirect from app login

2007-11-07 Thread Keith, Jeremy
01607 Office: (508) 890-7032 -Original Message- From: Keith, Jeremy [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 10:02 AM To: CF-Talk Subject: Weird CF8 issue, Customer gets asked for RDS login after redirect from app login OK, have a very strange issue that I've not seen

Weird CF8 issue, Customer gets asked for RDS login after redirect from app login

2007-11-07 Thread Keith, Jeremy
a session, when anyone at this location attempts to log into the application they get kicked to a different page that asks them to provide a login into RDS Now the only thing to note is that their public IP address is a 192.* IP, not in 192.168, but I'm wonder if there is something with the debugging

Re: Weird CF8 issue, Customer gets asked for RDS login after redirect from app login

2007-11-07 Thread Sam Farmer
, Jeremy [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 10:02 AM To: CF-Talk Subject: Weird CF8 issue, Customer gets asked for RDS login after redirect from app login OK, have a very strange issue that I've not seen before. We have literally thousands of customers, and I really

Re: RDS not working with CF8

2007-10-18 Thread Tom Chiverton
On Wednesday 17 Oct 2007, [EMAIL PROTECTED] wrote: Any ideas as to how to solve this problem? What's your web server set up like ? We've got CF8 on (non-production) Linux boxes here fine, RDS'n'all. -- Tom Chiverton. Are you a great ColdFusion programmer, who knows Reactor and ColdSpring, and

RDS not working with CF8

2007-10-17 Thread Richard Colman
I just installed the Linux version of CF8, and, attempting to connect an RDS server from HomeSite+, I am getting a 404:page not found error. I have a similar setup running correctly on a Linux CF7 server. Any ideas as to how to solve this problem? Rick Colman

Enabling RDS and/or configuring Report Builder (RDS 404)

2007-10-15 Thread Ben Doom
When I installed CF8 on my development machine, I disabled RDS because none of the developers use it. However, our manager now wants to use Report Builder. I've uncommented the block in the web.xml file, reset the box, and updated the password via the Admin. I still get a 404 from Report

RE: Enabling RDS and/or configuring Report Builder (RDS 404)

2007-10-15 Thread Dave Watts
I still get a 404 from Report Builder when I try to connect to the IP. The URL /CFIDE/Main/ide.cfm must resolve. There isn't actually a file there; to trick your web server, you might try creating one. Dave Watts, CTO, Fig Leaf Software

Remote Server operation failure / 404 error via RDS

2007-09-15 Thread cf-talk
Hi folks, under CFMX 6.1 I get a Remote Server operation failure / 404 error while trying to access it via RDS service and ColdFusion Studio 4.5.2. We run Win 2000 Server and SP4. I played around with ide.cfm and the main directory under c:\inetpub\wwwroot\cfide with no success. Anybody who has

ColdFusion, RDS and Dreamweaver

2007-08-23 Thread Ian Skinner
Is there anybody out there who can give me a simple but detailed understanding of how exactly RDS works and what I need to do to configure it properly? I am trying to set up a new project in my Dreamweaver 8. I usually use my locally running developer edition of ColdFusion and have no trouble

Re: ColdFusion, RDS and Dreamweaver

2007-08-23 Thread Ian Skinner
For me the answer was editing the web.xml file to uncomment the RDS servlet sections, there where two. ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http

  1   2   3   4   5   6   7   8   >