Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Frog_Tantrum #1
The Packages and the CFCs listed within them cannot belisted
Hi,
I'm trying to set up DWMX 2004 to view the CFCs on our development server (MX
6.1). I've defined sites, and configured RDS on the server by configuring
cf_root\wwwroot\web-inf\web.xml :
<servlet-mapping>
<servlet-name>RDSServlet</servlet-name>
<url-pattern>/CFIDE/main/ide.cfm</url-pattern>
</servlet-mapping>
Within Dreamweaver (application panel) I can now see all the datasources
configured in CF administrator, which I think is a good indication RDS is
working (i'm new to RDS to pls correct me if wrong). When i click the
components tab, all the options are ticked - site, document type, testing
server, RDS login - but when I try to refresh the list of components I get the
"The Packages and the CFCs listed within them cannot be listed" error message.
The site is configured correctly - I can see all local and remote files, and
check in and out fine. I've tried enabling directory browsing in IIS, tried
using different paths, all sorts of things, but the problem is stubborn. Any
ideas? I was wondering if NTFS permissions are conflicting with RDS preventing
a file read of all the CFCs.
Anyway, if anyone has any suggestions that would be great.
Frog_Tantrum Guest
-
cftransaction across cfcs
Hi there, There seems to be a REALLY irritating 'feature' of Coldfusion MX, to do with using cftransaction across function call boundaries, which... -
CFCs & Dot Notation
Here is what I have. A CFC with filename amCurPatientCount.cfc which is located in the "components" folder under the webroot. I have been able to... -
CFCs and MX7
I have a site with a photo album that utilizes CFCs and it worked great until my ISP switched to MX7. When they asked me if I thought I would have... -
Is cfinclude'ing from CFCs bad?
Is it bad to CFINCLUDE a cfm file from a ColdFusion Component? We have run into some strange problems, which we believe are related to a shortage... -
CFCs and OO design
Howdy folks, I am new to using CFC's (and to be honest, new to OO in general), and I'm trying to use them for the first time. Let me explain my... -
Frog_Tantrum #2
Re: The Packages and the CFCs listed within them cannotbe listed
Further to this I tried hard-coding the IP address of our development server
into site definitions > testing server > url prefix, and I've had some success
listing some CFCs on our server. Does RDS work with multiple IIS sites
configured using host header names? That's how we're set up, and I the "The
Packages and the CFCs listed within them cannot be listed" error occurred when
I switch back to using a DNS name. I've ensured that the DSN name is resolvable
on the target server....
So close, yet so far...
Frog_Tantrum Guest



Reply With Quote

