RE: CFC Browser in DWMX

2002-10-03 Thread Stacy Young

Now this is odd...

http://localhost:8500/CFIDE/componentutils/cfcexplorer.cfc?method=getcfcs

Which I believe is the method used by DWMX returns this in a browser:

Error Occurred While Processing Request  
Variable FILENAMES is undefined.  
 
  
The error occurred in
C:\CFusionMX\wwwroot\CFIDE\componentutils\cfcexplorer_utils.cfm: line 152
 
 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: CFC Browser in DWMX

2002-10-03 Thread Stacy Young

Appears to be a bug. It turned out to be a custom tag path that I added in
the CFAdmin. The dir contains one tag called forward...whenever I enable
this tag path the CFC explorer in DWMX breaks...and also via the web as per
my last email...

*shrugs*

-Original Message-
From: Stacy Young [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 03, 2002 12:33 PM
To: CF-Talk
Subject: RE: CFC Browser in DWMX

Now this is odd...

http://localhost:8500/CFIDE/componentutils/cfcexplorer.cfc?method=getcfcs

Which I believe is the method used by DWMX returns this in a browser:

Error Occurred While Processing Request  
Variable FILENAMES is undefined.  
 
  
The error occurred in
C:\CFusionMX\wwwroot\CFIDE\componentutils\cfcexplorer_utils.cfm: line 152
 
 



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: CFC Browser in DWMX

2002-10-03 Thread Collin Tobin

I will attempt to reproduce and log a bug if necessary.  Thanks Stacy.


Collin Tobin
QA Engineer
617 219 2000
[EMAIL PROTECTED]
Macromedia®
What the web can be.(tm)




-Original Message-
From: Stacy Young [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 03, 2002 12:50 PM
To: CF-Talk
Subject: RE: CFC Browser in DWMX


Appears to be a bug. It turned out to be a custom tag path that I added in
the CFAdmin. The dir contains one tag called forward...whenever I enable
this tag path the CFC explorer in DWMX breaks...and also via the web as per
my last email...

*shrugs*

-Original Message-
From: Stacy Young [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 03, 2002 12:33 PM
To: CF-Talk
Subject: RE: CFC Browser in DWMX

Now this is odd...

http://localhost:8500/CFIDE/componentutils/cfcexplorer.cfc?method=getcfcs

Which I believe is the method used by DWMX returns this in a browser:

Error Occurred While Processing Request  
Variable FILENAMES is undefined.  
 
  
The error occurred in
C:\CFusionMX\wwwroot\CFIDE\componentutils\cfcexplorer_utils.cfm: line 152
 
 




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: CFC Browser in DWMX

2002-10-03 Thread Stacy Young

Thanks Collin...here's the details:

Aside from the default custom tag mapping I had two others. Both mapped to
directories somewhere under c:\CFusionMX\wwwroot

C:\CFusionMX\wwwroot\ino\src\customTags
forward2.cfm
secure.cfm
C:\CFusionMX\wwwroot\zeus\customTags
Forward.cfm

I'm running on Win2k with Apache 2 but I'm using the internal web server to
access any CFC explorer related functions. My mappings in DWMX also use the
internal web server.

HTH,

Stace
 

-Original Message-
From: Collin Tobin [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 03, 2002 12:52 PM
To: CF-Talk
Subject: RE: CFC Browser in DWMX

I will attempt to reproduce and log a bug if necessary.  Thanks Stacy.


Collin Tobin
QA Engineer
617 219 2000
[EMAIL PROTECTED]
Macromedia(r)
What the web can be.(tm)




-Original Message-
From: Stacy Young [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 03, 2002 12:50 PM
To: CF-Talk
Subject: RE: CFC Browser in DWMX


Appears to be a bug. It turned out to be a custom tag path that I added in
the CFAdmin. The dir contains one tag called forward...whenever I enable
this tag path the CFC explorer in DWMX breaks...and also via the web as per
my last email...

*shrugs*

-Original Message-
From: Stacy Young [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, October 03, 2002 12:33 PM
To: CF-Talk
Subject: RE: CFC Browser in DWMX

Now this is odd...

http://localhost:8500/CFIDE/componentutils/cfcexplorer.cfc?method=getcfcs

Which I believe is the method used by DWMX returns this in a browser:

Error Occurred While Processing Request  
Variable FILENAMES is undefined.  
 
  
The error occurred in
C:\CFusionMX\wwwroot\CFIDE\componentutils\cfcexplorer_utils.cfm: line 152
 
 





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



Re: CFC browser

2002-05-31 Thread Todd

John, you need to have a custom mapping to the CFCs in the CFADMIN.  CFCs 
sort of work the same way as custom tags... looks local first and then it 
looks through the mappings.  Without that mapping, the CFMX server won't be 
able to find it.

So, if my cfcs are in:

/folder/cfcs/test.cfc

I would map:
/folder

HTH,
~Todd

At 11:18 AM 5/31/2002 +0100, you wrote:
I understand that the CFC browser in DWMX is looking at the RDS to obtain
the list of CFCs on the server.

ok, so if i've added a virtual path in the jrun-www.xml file pointing to a
folder outside the c:\cfusionMX folder how can i make it appear in the CFC
browser?

Also, i if i browse to the CFC location to view the 'introspection':

Component not found

The component definition file for component 'Security' cannot be found on
this server.

get's returned...

do i have to store all CFC's in a physical folder of the web root and not
virtual directories?

many thanks,

john.




__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFC browser

2002-05-31 Thread John Beynon

Excellent, I figured it might be something along those lines - thanks for
that,

John.

 -Original Message-
 From: Todd [mailto:[EMAIL PROTECTED]] 
 Sent: 31 May 2002 11:31
 To: CF-Talk
 Subject: Re: CFC browser
 
 
 John, you need to have a custom mapping to the CFCs in the 
 CFADMIN.  CFCs 
 sort of work the same way as custom tags... looks local first 
 and then it 
 looks through the mappings.  Without that mapping, the CFMX 
 server won't be 
 able to find it.
 
 So, if my cfcs are in:
 
 /folder/cfcs/test.cfc
 
 I would map:
 /folder
 
 HTH,
 ~Todd
 
 At 11:18 AM 5/31/2002 +0100, you wrote:
 I understand that the CFC browser in DWMX is looking at the RDS to 
 obtain the list of CFCs on the server.
 
 ok, so if i've added a virtual path in the jrun-www.xml file 
 pointing 
 to a folder outside the c:\cfusionMX folder how can i make 
 it appear in 
 the CFC browser?
 
 Also, i if i browse to the CFC location to view the 'introspection':
 
 Component not found
 
 The component definition file for component 'Security' 
 cannot be found 
 on this server.
 
 get's returned...
 
 do i have to store all CFC's in a physical folder of the web 
 root and 
 not virtual directories?
 
 many thanks,
 
 john.
 
 
 
 
 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists