Re: Reading a ColdFusion session with a JSP App

2012-10-11 Thread Dave Watts
just refer to them in JSP like you would any other session variables. If they're not both deployed in the same container, you'd need to write something in CF to expose the variable values, and something in JSP to fetch the CF page via HTTP. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com

Re: Group by??

2012-10-03 Thread Dave Watts
/cfoutput Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite

Re: Invoking Java component that sends SSL Client Key in CF9 Ent

2012-10-02 Thread Dave Watts
in that case? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite

(ot) How to match the timestamp in IIS6 logs to server time

2012-10-02 Thread Dave Hatz
I am trying to audit IIS6 Web Server logs and 1 of the problems I am having is matching up the TimeStamp in the log files to the server time, seems to be like 8 hours off. Can someone please point me in the right direction to look to get the IIS6 logs in the correct time? Thanks, Dave Hatz

Re: Invoking Java component that sends SSL Client Key in CF9 Ent

2012-10-02 Thread Dave Watts
with that account and try to run the same Java class? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training

Re: Invoking Java component that sends SSL Client Key in CF9 Ent

2012-10-02 Thread Dave Watts
://forums.adobe.com/message/3895416 Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online

Re: CFMAIL Problem with new TLDs

2012-10-01 Thread Dave Watts
this sort of thing (and generally debug SMTP problems) by using a telnet session on your CF server to attempt to connect and send a message through your SMTP server. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small

Re: How to set Locale to Malaysia

2012-09-26 Thread Dave Hatz
This suxI was just told by 1 of my programmers this is suppose to be installed on a CF7 server...damn. Great tool though for our CF8 servers. Thanks Paul and Leigh for the support...I will get ICU4J installed on our CF8 versions.. Dave

How to set Locale to Malaysia

2012-09-25 Thread Dave Hatz
I have never worked with Locale before, but we have a client in Malaysia that wants us to use their Currency symbol of RM instead of $. I have checked our CF8 for supported Locale's and don't see 1 for Malaysia. Is there a way to set the Locale to Malaysia using CF8?

Re: how risky is allowing java.security.AllPermission ?

2012-09-19 Thread Dave Watts
that makes them behave differently than you want them to. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training

Re: how risky is allowing java.security.AllPermission ?

2012-09-19 Thread Dave Watts
cases with significantly limited permissions and privileges. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our

Re: calling coldfusion page from SSIS package

2012-09-18 Thread Dave Jemison
Why not have the CF job call the SSIS package? Hi All - I have the following scenario 1) Coldfusion page is run as a scheduled job 2) After the above script is run, a SSIS package is run. I want to make sure that the Coldfusion job is successful before running the SSIS package.

Re: if logging is turned off? how do i

2012-09-13 Thread Dave Watts
,Time,Application,Message You can use the CFLOG tag. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training

Re: Embedding image to a document that is attached to an email

2012-09-13 Thread Dave Watts
Im on a MAC Your web server is running IIS 7.5. You need to do this from the console of your web server. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest

automated screen capture of web pages

2012-09-12 Thread Dave Jemison
A recent project involves removing over a thousand folders from a site and archiving them. There is also a requirement to create an image of each archived page. Rather than manually going to each page (e.g., archived.example.com/folder1/ and manually take a screenshot then save it), I am

Re: automated screen capture of web pages

2012-09-12 Thread Dave Jemison
That's what I'm leaning towards right now. Unfortunately, the pages I've tested so far are pretty heavy with css and JavaScript and the resulting PDF file looks awful. I'm hoping the archived folders will look nicer... The cfdocument option John Bliss mentioned works nicely. I just wrote a

Re: cfhttp ignore SSL error

2012-09-11 Thread Dave Watts
mentioned). Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite

Re: cfhttp ignore SSL error

2012-09-11 Thread Dave Watts
, CF uses Java to do all this HTTP stuff, of course, so the question is: what version of Java are you using? I believe Java 6 supports Subject Alternative Names. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small

Re: cfhttp ignore SSL error

2012-09-11 Thread Dave Watts
Java Version 1.6.0_26 How do I use Subject Alternative Names? They should just work if they're going to work at all, so if they don't work you might try one of the HTTP alternatives you mentioned. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig

Re: cfhttp ignore SSL error

2012-09-11 Thread Dave Watts
that if you're on Windows. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite

Re: Not understanding the relationship between html form values and cfhttpparam values

2012-09-11 Thread Dave Watts
to another web site, you'd put CFHTTP and CFHTTPPARAM in your action page - just like you'd put CFQUERY in your action page if you wanted to create or update a database record based on form data provided by a user. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com

Re: Denial of Service bug?

2012-09-09 Thread Dave Watts
a CF app itself, I suspect it runs after the request has been handed to CF. It's worth a try, though, and it's a very good product. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule

New CF 10 update available

2012-09-04 Thread Dave Watts
http://blogs.coldfusion.com/post.cfm/coldfusion-10-update-1-10-0-1-released Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized

Re: 64-bit COM Objects

2012-09-01 Thread Dave Watts
includes a third-party library to run .NET assemblies, which is where the action is nowadays for Windows development. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides

Re: Capturing Adobe Captivate 6 quiz results

2012-09-01 Thread Dave Watts
Has anyone had success capturing Captivate 6 quiz results and publishing to a DB using our beloved ColdFusion? I haven't tried. That said, I wouldn't want to try - SCORM is a pretty complicated API, and there are plenty of open-source apps that can act as SCORM back-ends. Dave Watts, CTO, Fig

Re: convert to cfqueryparam

2012-08-31 Thread Dave Watts
, but it can be simplified. You don't need IIF in this case: cfqueryparam ... null=#not len(arguments.inStruct.a_person_id)# Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides

Re: Alternative to CFOBJECT

2012-08-31 Thread Dave Watts
cfobject sure, but cfcontent ? CFCONTENT does pose a significant security risk (information leakage) in a shared environment - you can use it to fetch any file that CF can read. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: solr issues

2012-08-30 Thread Dave Watts
since http://localhost:8983/solr/ this returns welcome to solr! Any ideas?? Is Solr running as a user with permissions to create files and directories in that location? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned

Re: cfmail settings

2012-08-29 Thread Dave Watts
doesn't. You will need to enable that (and probably install it first - it's not a default component with IIS 7). Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest

Re: web.config in web root

2012-08-28 Thread Dave Watts
site info displayed. Doesn't seem like that is good practice. Is this set up as a virtual application in IIS? If so, it may need its own web.config. Also, you probably want to make sure you can't get to /CFIDE/administrator on your public interface. Dave Watts, CTO, Fig Leaf Software http

Re: web.config in web root

2012-08-28 Thread Dave Watts
Yes, but would the web.config file be in the web root directory? Yes. The web.config file will ONLY work in the web root (or a virtual application root). Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business

Re: Connecting to MS Access 2007 from Coldfusion 9.0 through JDBC URL (Select 'other' datasource)

2012-08-28 Thread Dave Watts
I am trying to connect to MS access 2007 from my cf 9.0 and getting following error. Is there a reason you're not using SequeLink or the built-in JET driver? Are you running a 64-bit version of CF? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig

Re: web.config in web root

2012-08-28 Thread Dave Watts
-INF, which is typically located in the web root as well. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training

Re: Securing Railo

2012-08-23 Thread Dave Watts
For Railo, should I similarly restrict the railo-context directory? What About the WEB-INF directory? I don't know much about Railo specifically, but in general, J2EE web applications block access to /WEB-INF by default, so I doubt you have to do anything with that. Dave Watts, CTO, Fig Leaf

Re: cfmailparam

2012-08-22 Thread Dave Watts
...@figleaf.com NOTIFY=SUCCESS,FAILURE,DELAY ORCPT=rfc822;dwa...@figleaf.com Here's the relevant RFC: http://tools.ietf.org/html/rfc1891 Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA

Re: cfmailparam

2012-08-22 Thread Dave Watts
these, and see whether they're reflected in message headers? That said, a lot of this kind of stuff is proprietary, and doesn't work in the wide-open world of SMTP. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small

Re: CF Developer Edition on a NAS Drive

2012-08-21 Thread Dave Watts
, and it lets you install software that's been specifically prepared for installation on it, but you can't just install whatever you like, unfortunately. All that said, this all sounds like a terrible thing to do. Why not just ... buy a server? One with basic RAID? Or use Amazon EC2? Dave Watts

Re: mapping question

2012-08-17 Thread Dave Watts
the directory available to HTTP requests. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers

Re: mapping question

2012-08-17 Thread Dave Watts
, your URL is a static file, not a CF file, so CF shouldn't even be involved at that point. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor

Re: rss.cfc problem in IE9

2012-08-16 Thread Dave Watts
I guess in general - my question is - why are you 'testing' by viewing it in the browser anyway? Some people use their browsers to view feeds, actually. http://windows.microsoft.com/en-us/windows7/How-to-use-RSS-feeds-in-Internet-Explorer-9 Dave Watts, CTO, Fig Leaf Software http

Re: rss.cfc problem in IE9

2012-08-16 Thread Dave Watts
;. If the text containing the metacharacters is in an element, it can be escaped in an element body using CDATA, but in an attribute value that's not an option. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business

Re: Problem with Authentication on IIS 7.5 Scheduled Task

2012-08-10 Thread Dave Watts
, and it doesn't support NTLM or Kerberos authentication (Windows Integrated Authentication in IIS). You can use Basic Authentication with the USERNAME and PASSWORD attributes. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned

Re: Problem with Authentication on IIS 7.5 Scheduled Task

2012-08-10 Thread Dave Watts
to configure the virtual server or virtual application to use Basic Authentication. In CF, you need to explicitly provide the account's username and password with the USERNAME and PASSWORD attributes of CFHTTP. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com

Re: Problem with Authentication on IIS 7.5 Scheduled Task

2012-08-10 Thread Dave Watts
from CF yet. Test from Firefox or some other non-IE HTTP client (wget, etc). Second, I don't think you can set anonymous authentication for a folder, as such - it has to be a virtual server or a virtual application. I could be wrong about that, though. Dave Watts, CTO, Fig Leaf Software http

Re: CFCONTENT does not reset

2012-08-06 Thread Dave Watts
the storage buffer (CFCONTENT, CFFLUSH). Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers

Re: ColdFusion 10 : ReST calls with user and password

2012-08-06 Thread Dave Watts
then access CGI.AUTH_USER etc. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online

Re: ColdFusion 10 : ReST calls with user and password

2012-08-06 Thread Dave Watts
, that is using Basic Authentication. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online

Re: AD domain login passes to CF App.

2012-07-30 Thread Dave Watts
at the CGI.AUTH_USER variable - at least, I think that's the right one, but you can just dump the CGI scope and see for yourself. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule

Re: Setting up database for mvc website

2012-07-29 Thread Dave Watts
already said here, relational database design is orthogonal to application design. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized

Re: The requested URL not found

2012-07-24 Thread Dave Watts
of query string? Do we need to change any settings on the server? Does the site have a default document defined? Does the directory contain a default document? That URL is fine assuming there's a default document for that directory. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: updating java / JDK with CF9

2012-07-23 Thread Dave Watts
, it should be trivial to change from one to the other. By default, when you install a new Java SDK, it will create a new directory and not interfere with whatever others you already have installed. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: Web Services and file permissions - access.denied

2012-07-22 Thread Dave Watts
verified that the server at Hostek can access your server at home? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our

Re: updating java / JDK with CF9

2012-07-22 Thread Dave Watts
of the vulnerabilities listed in that document (maybe all - I didn't read it that thoroughly) are not things you generally have to worry about on a web server. Most of the items involve Java Web Start or running Java applets. Servlets/JSP and those sorts of things tend to have far fewer vulnerabilities. Dave

Re: cfdocumentitem

2012-07-18 Thread Dave Watts
using a link) and they must also be embedded within every CFDOCUMENTITEM where you want them to apply. All that said, formatting can still be difficult with CFDOCUMENT. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small

Re: CF10 administrator error accessing this page [SEC=UNCLASSIFIED]

2012-07-18 Thread Dave Watts
that I don't have the administrator open on any other machine when I try it from my desktop, but if I try it on the server itself, it works just fine. Have I missed a security step somewhere? During the install, did you check the Secure Profile checkbox? Dave Watts, CTO, Fig Leaf Software

Re: CF10 administrator error accessing this page [SEC=UNCLASSIFIED]

2012-07-18 Thread Dave Watts
address translation. Are either your machine or the server configured to use IPv6 in addition to IPv4? If so, and you're not actually using IPv6 for real, try disabling it on both ends. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: ISAPI Filters w/ IIS, CF9 and Tomcat

2012-07-16 Thread Dave Watts
. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite

Re: ISAPI Filters w/ IIS, CF9 and Tomcat

2012-07-16 Thread Dave Watts
What would be the easiest way to deploy the app on JRun? Good question. I'm not sure, but I'd start with the assembly deployment guide here: http://livedocs.adobe.com/jrun/4/ Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: coldfusion 10 Host My Site SQL permission

2012-07-09 Thread Dave Watts
reviewed code and CF Server setting and respond that everything is set up properly and should work. I suspect that the CF datasource is not configured to allow execution of CREATE and ALTER statements - there's an option right in the datasource settings for this. Dave Watts, CTO, Fig Leaf

Re: In CF 10, how to force session to end when browser is closed

2012-07-05 Thread Dave Watts
, such as cfcookie name=myCookie value=hello world, which gets set with expires=When I close my browser. There's a checkbox in CF 10 which prevents you from manipulating session cookies if checked. Uncheck it. http://www.shilpikhariwal.com/2012/02/how-to-secure-coldfusion-session.html Dave Watts

Re: In CF 10, how to force session to end when browser is closed

2012-07-05 Thread Dave Watts
I'm not sure why Adobe is still using Application.cfm in there examples, aren't they aware that this was replaced with Application.cfc in Coldfusion 7? Lots of people still use Application.cfm, for various reasons. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: PDF Populate and readBinary Data

2012-07-04 Thread Dave Watts
I have an interactive PDF form, trying to populate data into fields and then read the populated pdf as binary. Can I do it without writing to temporary folder? Since CFPDFFORM accepts a byte array (a variable containing a PDF, for example), yes. Dave Watts, CTO, Fig Leaf Software http

Re: PDF Populate and readBinary Data

2012-07-04 Thread Dave Watts
it to the filesystem. I'm not sure what you mean by use it for later, but if you don't want to write it to the filesystem at the end of your CFPDFFORM operation, you might be able to capture it with CFSAVECONTENT. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig

Re: In CF 10, how to force session to end when browser is closed

2012-07-04 Thread Dave Watts
this, but you have to tell CF not to set the cookies itself in the first place. That said, you'd be better off following Jochem's suggestion to use J2EE sessions instead. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small

Re: Trying to solve a verity problem

2012-07-03 Thread Dave Watts
specific documents were indexed. To work through those problems, I had to index documents one-by-one to identify the problem document. This is one reason why I don't use Verity any more. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: Trying to solve a verity problem

2012-07-03 Thread Dave Watts
something else going on. Try creating a new collection, indexing one document into it, then seeing if that collection is searchable. You might also look at using the command-line tools to see if you can query the index from them. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: Multi-Server install *help*

2012-07-03 Thread Dave Watts
. Third, you'll need to install the web server connectors for each version, ONLY to the IIS virtual server for that one site. Honestly, I'm not entirely sure this will work, but it's what I'd try first. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig

Re: CF Polymorphism use

2012-07-02 Thread Dave Watts
of the feline object? Why would you want to skip a generation, so to speak? That seems like it would be poor design. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides

Re: ON-THE-FLY FILTERS

2012-06-28 Thread Dave Jemison
Have you tried the following? SELECT tblY.fldX FROM tblY #PreserveSingleQuotes(SESSION.F)#; CF8 SELECT tblY.fldX FROM tblY WHERE tblY.fldA='something'; That works okay. But I want to set the WHERE clause on-the-fly. So the user selects the filter (via a form) and the result is

Re: ON-THE-FLY FILTERS

2012-06-28 Thread Dave Jemison
Glad I could help! I remember pulling my hair out a while ago before I figured that one out. Another trick you can use: cfset SESSION.F = WHERE tblY.fldA='#FORM.Result#' instead of cfset SESSION.F = WHERE tblY.fldA=' FORM.Result ' It's mainly just a matter of preference, but I've found the

Re: CFHeader Problem

2012-06-26 Thread Dave Watts
CFCONTENT to serve them? Just serve a link to the file in question, and let the web server do the work. If there's some business reason why you don't want to do that, you probably shouldn't store the files in a web-accessible directory. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: cfscript zip example?

2012-06-25 Thread Dave Watts
But would it have not been better to sit down and think that people are going to want cfscript version of everything, and hold of releasing until it is done and not 4 versions later? Probably not - you can either get some things now, or maybe get everything later. Note the word maybe. Dave

strange behavior with IE 9

2012-06-25 Thread Dave Jemison
Several users who recently got updated computers with Windoze 7/IE 9 now report that they are unable to submit online forms- clicking the Submit button just reloads the page. Everything works as it should with FF/Chrome. I have been able to replicate the problem on my own machine. I even made

Re: strange behavior with IE 9

2012-06-25 Thread Dave Jemison
One other item- on another server running CF5 (yes, I know, I know...), the form fields are dumped correctly. And it seems to works okay on CF8. The problem child seems to point to MX 6.1... ~| Order the Adobe Coldfusion

Re: SOT...who do I direct suggestions to the LiveDocs?

2012-06-22 Thread Dave Watts
You can add comments to the lovesick themselves. Classic autocorrect right there! Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor

Re: Best practices

2012-06-21 Thread Dave Watts
... I reported all this to the client, of course, but I don't know if the developer ever suffered any negative repercussions - other than being the butt of my jokes in the hundreds of CF classes I've taught since. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com

Re: Grabbing PHP cookies.

2012-06-21 Thread Dave Watts
as domain-wide. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite

Re: Grabbing PHP cookies.

2012-06-21 Thread Dave Watts
1. It is using cookies at .fuelie.org at the path /forums If the cookie is set to specifically use that path, it won't be sent to any URL on your server that doesn't match that path. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: Best practices

2012-06-20 Thread Dave Watts
to substitute values for expressions in your CFOUTPUT blocks, and we don't know whether the cost of multiple CFOUTPUTs vs single, larger CFOUTPUTs is a compilation cost or an execution cost. At least, I don't know, and I've never seen any real evidence one way or the other. Dave Watts, CTO, Fig Leaf

Re: getting back to indexing .cfm files

2012-06-19 Thread Dave Watts
the literal index.cfm page and index the code on the page not the content. How could I go about indexing the rendered content.. Use a crawler with Solr. Solr doesn't come with a crawler, but can be used with crawlers, like Apache Nutch provides. Dave Watts, CTO, Fig Leaf Software http

Re: Re[2]: Trouble setting up CF Builder

2012-06-09 Thread Dave Watts
there are probably more.) Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsit

Re: Trouble setting up CF Builder

2012-06-08 Thread Dave Watts
subsequent projects will then go in there by default. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers

Re: Re[2]: Trouble setting up CF Builder

2012-06-08 Thread Dave Watts
test the script on my laptop, then when I'm done I can check everything back into source control, etc. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest

Re: Trouble setting up CF Builder

2012-06-07 Thread Dave Watts
.  It won't let me pick the CF version and won't let me click next to move on. You might try creating drive mappings for those shares, then using the drive mappings in CFB. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small

Re: Oops! Virtual Directories Server Errors

2012-06-05 Thread Dave Watts
, each type has a different icon. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online

Re: Oops! Virtual Directories Server Errors

2012-06-05 Thread Dave Watts
Whatever is happening with the virtual directories is not (because it's not a CF error).  But IIS is hiding the error details. Can you uninstall the CF connectors and see whether static pages then work? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com

Re: Oops! Virtual Directories Server Errors

2012-06-05 Thread Dave Watts
for CF 9.0.1 connectors. There are still cases where you might need IIS 6 Management Compatibility that have nothing to do with CF - managing IIS SMTP comes to mind. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small

Re: Oops! Virtual Directories Server Errors

2012-06-05 Thread Dave Watts
actually you do Dave, cozz if its installed then CF uses it and not the iis7 native mode connector, if you run the cf 9.0.1 web config tool with the iis6 mode installed it even advises you to remove it, plus all current connectors, then set them up again.. CF 9.0.1 still supports IIS 6

Re: Another CFDOCUMENT SUCK?

2012-06-01 Thread Dave Watts
We tried that Dave, it did not do the trick. Any other ideas? Nope, I got nothin. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor

Re: Another CFDOCUMENT SUCK?

2012-05-30 Thread Dave Watts
#i#.../cfdocument ... cfdocument ... name=pdfpage_02_#i#.../cfdocument ... /cfloop Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber

Re: Coldfusion 10 and Sqlite - can it work?

2012-05-28 Thread Dave Watts
://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSc3ff6d0ea77859461172e0811cbf3639b1-7fe6.html Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor

Re: Distributed Cache in Coldfusion 9 with Terracotta

2012-05-28 Thread Dave Watts
Also, if anyone has any tips on how to set up the terracotta server to start automatically when windows starts, that'd be appreciated! In general, to get Java programs to run as services, you use one of the many Java service wrappers available. Dave Watts, CTO, Fig Leaf Software http

Re: Distributed Cache in Coldfusion 9 with Terracotta

2012-05-28 Thread Dave Watts
: The page cannot be displayed because an internal server error has occurred. But, I cannot trap an error with cftry/cfcatch.. the page just stops executing. Anyone seen this behavior before? I have not, but since CF is talking to a specific IP port for this, watch out for firewalls, etc. Dave

Re: cfmail to Exchange using TLS

2012-05-23 Thread Dave Watts
the encrypted connection is established. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers

Excel 2003/2007 Recalculating Interaction

2012-05-22 Thread Dave Phillips
has an idea for? Thanks! Dave Phillips ~| 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: Holy sweet mother of Jeremy Allaire...

2012-05-16 Thread Dave Watts
And no north american sales rep to be found to discuss purchasing licenses. We're a reseller, and may be able to help you with that if you like. If you're interested, let me know and I'll put you in touch with our sales team (or you can just email sa...@figleaf.com). Dave Watts, CTO, Fig Leaf

Re: Not instantiating object

2012-05-16 Thread Dave Watts
. If you're using CF Enterprise, you may have to edit the jvm.config directly. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction

Re: CF error through administrator

2012-05-14 Thread Dave Watts
to .cfm and .cfc files that don't exist, like a 404 handler for a web server. Also, your file paths should use slashes instead of backslashes, just as a side point. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small

Re: Best IDE for cfscript

2012-05-12 Thread Dave Merrill
I'm with Matt, IDEA is great. In many ways, big and small, it increases my productivity and code quality, and just improve the experience of coding all around. It's not without its warts, but it's improving all the time. I'd never go back. Dave Merrill On Mon, May 7, 2012 at 1:45 PM, Matt

Re: bizarre cffile upload bug.

2012-05-08 Thread Dave Watts
often have I said to you that when you have eliminated the impossible, whatever remains, however improbable, must be the truth? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule

<    1   2   3   4   5   6   7   8   9   10   >