Re: ColdFusion 10 Administrator Javascript Errors

2012-08-09 Thread Carl Von Stetten

Russ,

Thank you for the suggestions.  I just figured it out.  On my IIS site, I 
hadn't removed the Deny URL request filtering on the /scripts folder (the Deny 
URL filtering per the lockdown guide).  Once I removed it, all is well.

Thanks,
-Carl 


~|
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/message.cfm/messageid:352080
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ColdFusion 10 Administrator Javascript Errors

2012-08-09 Thread Russ Michaels

you have probably denied Coldfusion access to the scripts  directory.
whatever user you are running ColdFusion under, make sure it has full
access to the CFIDE.
you can also use sysinternals process monitor to find out exactly what
permissions are being denied.
http://technet.microsoft.com/en-us/sysinternals/default

Also to use the file browser applet always required RDS to be enabled on
the server, which is not advised on a production server.

On Thu, Aug 9, 2012 at 6:19 PM, Carl Von Stetten wrote:

>
> I just installed the 64-bit version of ColdFusion 10 on Windows Server
> 2008R2.  I tried to do the install as close to the CF9 Server Lockdown
> Guide as possible, given that CF9 and CF10 have different underlying
> engines (CF9 is JRun and CF10 is Tomcat, in the Administrator CF9 used Java
> applets for file browsing and CF10 uses jQuery and JavaScript UI
> components).
>
> Anyway, things seem to be working fine for the most part, except that some
> of the ColdFusion Administrator functionality is broken for me.  Any place
> that requires using the new jQuery file browser throws script errors.  For
> example, when trying to specify an alternative JVM path, clicking "Browse
> Server" results in the error "jQuery is undefined" (see
> http://screencast.com/t/GQMZ1cdLJy ).  Of course, jQuery.js is in the
> same folder as the offending script (jqueryeasing.js), so this makes no
> sense.
>
> Anyone encountered this before?
> -Carl
>
>
> 

~|
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/message.cfm/messageid:352079
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: X-Sendfile for IIS6

2012-08-09 Thread Dan G. Switzer, II

Anyone seen any working solutions to this problem for IIS6?

-Dan

On Mon, Aug 6, 2012 at 4:25 PM, David Sifford wrote:

>
> (I hope it's ok, but I thought I'd post this here as we're looking for a
> way to serve files via the Web server, similar to Ben Nadel's example at
> http://www.bennadel.com/blog/1226-Creating-Semi-Secure-File-Downloads-Without-Using-CFContent.htm):
>
> Hi everyone,
>
> We're looking for something that is similar to the apache x-sendfile mod,
> but for IIS6.  There are a couple for IIS7 (Helicon Ape and
> https://github.com/stakach/IIS-X-Sendfile-plugin), and these guys at
> http://ssl.x-sendfile-for-iis.com/index say they will have it for IIS6,
> but the program is not available yet.  Would anyone have any pointers to
> something that does this?
>
> Thanks for any info!
>
> -- David
>
>
> 

~|
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/message.cfm/messageid:352078
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


ColdFusion 10 Administrator Javascript Errors

2012-08-09 Thread Carl Von Stetten

I just installed the 64-bit version of ColdFusion 10 on Windows Server 2008R2.  
I tried to do the install as close to the CF9 Server Lockdown Guide as 
possible, given that CF9 and CF10 have different underlying engines (CF9 is 
JRun and CF10 is Tomcat, in the Administrator CF9 used Java applets for file 
browsing and CF10 uses jQuery and JavaScript UI components).

Anyway, things seem to be working fine for the most part, except that some of 
the ColdFusion Administrator functionality is broken for me.  Any place that 
requires using the new jQuery file browser throws script errors.  For example, 
when trying to specify an alternative JVM path, clicking "Browse Server" 
results in the error "jQuery is undefined" (see 
http://screencast.com/t/GQMZ1cdLJy ).  Of course, jQuery.js is in the same 
folder as the offending script (jqueryeasing.js), so this makes no sense.

Anyone encountered this before?
-Carl 


~|
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/message.cfm/messageid:352077
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Updating SQL Lite Offline

2012-08-09 Thread Al Musella, DPM

I had the same situation. I set up a web service on the public server 
which returns a query object with all of the data to the private 
server which then can update the private database.
I have an archive  flag field  on the table on the public server 
which notes if the record needs to be transferred.   


~|
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/message.cfm/messageid:352076
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm