Re: (ot) Best Site Search Solution

2011-09-08 Thread Dave Watts
. Generally speaking, relational databases aren't all that great for searching unstructured data (like web pages). 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

Article on F'd Company mentions using CFML

2011-09-08 Thread Dave Burns
Passing this along as an FYI for fun. Came across this on the High Scalability blog. Talks about what the creator of F'edCompany uses for his backend (hint - uses CFML): http://highscalability.com/blog/2011/8/31/pud-is-the-anti-stack-windows-cfml-dropbox-xeround-jungledis.html His Twitter

Re: Article on F'd Company mentions using CFML

2011-09-08 Thread Dave Watts
/Application.cfc We can do better than that: http://investor.apple.com/stockquote.cfm ... and, it's running on IIS 6! Server:Microsoft-IIS/6.0 X-Powered-By:ASP.NET Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business

Re: Article on F'd Company mentions using CFML

2011-09-08 Thread Dave Burns
The link in the original article to Pud's blog ends up giving me an error. Here's one that works: http://pud.com/post/9582597828/why-must-you-laugh-at-my-back-end ~| Order the Adobe Coldfusion Anthology now!

Re: SOT: IIS load monitoring

2011-09-07 Thread Dave Watts
: http://kb2.adobe.com/cps/404/kb404026.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-authorized instruction at our training centers

Re: CFHTTP Connection Failure on SSL

2011-09-06 Thread Dave Watts
tutorials should still apply. 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: SOT: IIS load monitoring

2011-09-06 Thread Dave Watts
mailer to send an email from there. http://www.blat.net/ 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: CFHTTP Connection Failure on SSL

2011-09-06 Thread Dave Watts
password for the Java keystore is changeit. The certificate itself should have no password. 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: CFHTTP Connection Failure on SSL

2011-09-06 Thread Dave Watts
just a root certificate, or do they also have an intermediate certificate? You'll have to import the entire certificate chain if the latter is the 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

Re: CFHTTP Connection Failure on SSL

2011-09-06 Thread Dave Watts
the certificates within the chain. You can select each and save it in turn. 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: CFHTTP Connection Failure on SSL

2011-09-06 Thread Dave Watts
using? Can you try upgrading to the latest supported JVM, adding the certificates to the new keystore and trying again? 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: CFHTTP Connection Failure on SSL

2011-09-06 Thread Dave Watts
have to check the Adobe site, but usually the latest update to the currently-supported major version works fine. 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: CFHTTP Connection Failure on SSL

2011-09-06 Thread Dave Watts
Does an updated KeyStore come with an updated JVM? Each JVM has its own keystore. So, if you switch to a newer JVM, you'll have to reimport certificates into that JVM keystore if you want them. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf

Re: CFHTTP Connection Failure on SSL

2011-09-06 Thread Dave Watts
another. There are all kinds of things that might cause connection failure messages generally - Googling CFHTTP connection failure will give you some ideas. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business

Re: working with COM objects

2011-09-03 Thread Dave Watts
_stdcall GetDomainResources(...);        [id(0x60030002)] HRESULT _stdcall GetUsers(...); Dumb question: have you tried calling these methods directly? Is this COM object available for download somewhere? What's it supposed to do? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: working with COM objects

2011-09-03 Thread Dave Watts
yes I can call these 3 methods just fine as I said, but I don't seem to get any data back, or I just don;t know how to access it or output it as I can't cfdump it or loop over it. Can you output this? yourObjInstance.GetUsers().xml Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com

Re: working with COM objects

2011-09-03 Thread Dave Watts
oh dear, having just looked back at the interface definition, I can see it is quite obvious now  [out, retval] IXMLDOMDocument2** sometimes can;t see the wood for the trees eh :-) I had to look up the properties for that data type, so I'd have run into the same problem. Dave Watts, CTO

Re: working with COM objects

2011-09-02 Thread Dave Watts
of the object (which may or may not appear when you CFDUMP the object itself). Do you have the documentation for the object? Do you have a code sample showing how to invoke the object from MS environments (VB, etc)? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http

Re: How do you compose your dev teams?

2011-09-02 Thread Dave Watts
. On the other hand, you could probably do this without much disruption of your current efforts. You could even go a step farther and make the second participant responsible for documentation (which would be reviewed by the owner for accuracy and completeness). Dave Watts, CTO, Fig Leaf Software http

Re: multiple apps on a single server

2011-08-30 Thread Dave Watts
feasible. If this app will have a distinct hostname, create a directory parallel to wwwroot and put it in there, and create a new web site in IIS. If the app won't have a distinct hostname, create a directory somewhere outside of wwwroot and create a new virtual directory in IIS. Dave Watts, CTO, Fig

Re: multiple apps on a single server

2011-08-30 Thread Dave Watts
a separate J2EE application to this site (which in CF terms would be a separate service). And create the site in IIS? Yes, exactly. 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: (ot) Recover Data from External Hard Drive

2011-08-29 Thread Dave Watts
). Usually, the thing that gets screwed up first is the enclosure and its connector. Once you do that, you should consider ... more robust alternatives to using a single drive. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned

Re: google map suddenly not showing

2011-08-29 Thread Dave Watts
Personnaly, I'm still looking for the use of this setting, since a CF server is aimed to manage several domain names and Google requires a different key for each domain. There are lots of organizations using a single domain with a CF install. Dave Watts, CTO, Fig Leaf Software http

Re: (ot) Recover Data from External Hard Drive

2011-08-29 Thread Dave Watts
in that than any physical storage that I use as a backup to that. Most cloud storage providers have much more redundancy (and other protections) than you're going to get with your own hardware. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf

Re: (ot) Recover Data from External Hard Drive

2011-08-29 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: (ot) Recover Data from External Hard Drive

2011-08-29 Thread Dave Watts
that work very well as utility services - they are likely to be more efficient and more reliable than me doing the same thing, in the same way that I'd rather rely on the power company than run my own generator 24/7 (although I might want a generator for outages). Dave Watts, CTO, Fig Leaf Software http

Re: (ot) Recover Data from External Hard Drive

2011-08-29 Thread Dave Watts
a spare lying about. I have a four-drive array with a failure tolerance of two drives, and two spare drives behind my desk, and I still think that's more likely to be a SPOF than cloud storage. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: (ot) Need info on attempted acquisition by MS in 1995

2011-08-24 Thread Dave Watts
Thanks Dave. I guess authoritative isn't the correct word, as much as I'm looking for details (who, when, etc). I doubt that you'll be able to find any more details than that. Allaire was a small company at the time, and the recollections of the principals on the Allaire side is as good

Re: (ot) Need info on attempted acquisition by MS in 1995

2011-08-24 Thread Dave Watts
on a prior show, which led me to contact Carl and Richard - so we'll definitely be focusing on CF in 2011, not history. People have thought of CF that way for years, but it keeps on keeping on. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf

Re: Coldfusion fails to start

2011-08-23 Thread Dave Watts
of these servers trying to load two JVM.DLL files, only one. 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: CFLOCK QUESTION

2011-08-23 Thread Dave Watts
don't want unused sessions taking up memory unnecessarily. If someone logs into the application and continues to use it all day, their session will stick around, but if they leave the application their session should ideally time out shortly after that. Dave Watts, CTO, Fig Leaf Software http

Re: CFImage and sRGB Profiles

2011-08-23 Thread Dave Watts
not to support the web sRGB standard? Crazy is a bit strong. Adobe is a big company with a lot of products, a lot of development teams, etc. A lot of CF functionality comes from open-source libraries or custom-developed code that doesn't rely on other Adobe products. Dave Watts, CTO, Fig Leaf

Re: (ot) Need info on attempted acquisition by MS in 1995

2011-08-23 Thread Dave Watts
). Oddly enough, there's still dbWeb documentation on the MS support site: http://support.microsoft.com/kb/155412 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

Mailing list maintenance.

2011-08-22 Thread Dave Long
, if it matters, I'm using a CF5 server with MySQL 3.51 on a Linux system. Thanks for considering this problem. Dave Long NorthGoods Merchant Services http://www.northgoods.com -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean

Looking for a Mura CMS consultant

2011-08-17 Thread Dave Hatz
We have a web site that was built using Mura CMS by a designer and he is no longer with the company. We are looking for a Consultant that is familiar with Mura to have a look at our system. Please contact me offline. Thanks, Dave Hatz dave_h...@hotmail.com

Re: CF9 Clustering / Instances multiple domains

2011-08-12 Thread Dave Watts
(thankfully) but I seem to recall a separate installer from Adobe being available for Verity, so that you could install it on a different machine than CF. 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: (ot) IIS Log files

2011-08-12 Thread Dave Watts
scripts in the adminscripts directory as a starting point, and you might find something more complete at iis.net. 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: CF9 Clustering / Instances multiple domains

2011-08-12 Thread Dave Watts
I've used the standalone installer, but it's been a good long time.  I think it only accepts requests from localhost, or some such pain in the arse deal. No, the localhost limitation applies to the spider. The standalone Verity will accept requests from other IP addresses. Dave Watts, CTO

Re: CF8 and .NET Integration Issues

2011-08-11 Thread Dave Watts
of CF as much as of JNBridge, the middleware layer used to let CF talk to your DLL. 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: Sessions failing due to multiple CFID / CFTOKEN cookies

2011-08-11 Thread Dave Watts
on either 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 caliber vendor-authorized instruction at our training centers, online, or onsi

Re: CF9 Clustering / Instances multiple domains

2011-08-11 Thread Dave Watts
CF clusters, either in the CF Administrator or using the JRun admin console. Then, you'll use wsconfig to bind an IIS instance to a CF cluster. 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: ColdFusion 10 and beyond

2011-08-10 Thread Dave Watts
of J2EE products (LiveCycle). 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: Weird issue with CFHTTP and redirect with cookie

2011-08-10 Thread Dave Watts
a cookie. You should be able to get it without disabling the redirect, but you can always disable the redirect, read the cookie, then request the target of the redirect in a second CFHTTP call. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: ColdFusion 10 and beyond

2011-08-09 Thread Dave Watts
predicting the death of CF, and have been since version 2. 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: OO ColdFusion, somebody tell me if this is overkill

2011-08-06 Thread Dave Watts
Oh Dave, you're such a literalist and a pessimist. I'm neither, but you'll just have to take my word for that. I disagree with what you said about reducing complexity. Reducing the number of methods in a component and reducing the number of lines in a file, does reduce the complexity

Re: OO ColdFusion, somebody tell me if this is overkill

2011-08-06 Thread Dave Watts
in creating a separate class just with those methods in it for each public class that would end up extending that 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

Re: CF 9 ODBC data source with Windows 2008 64-bit

2011-08-06 Thread Dave Watts
-driver-for-oracle-on-coldfusion-8-standard-edition/ 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: OO ColdFusion, somebody tell me if this is overkill

2011-08-04 Thread Dave Watts
back together  Any instantiation would call the public methods. Any thoughts? Am I going to far with code separation.. What is the purpose of doing that? Generally, you want to model components after the actual objects your program is trying to describe, as closely as possible. Dave Watts, CTO

Re: CF 9 ODBC data source with Windows 2008 64-bit

2011-08-04 Thread Dave Watts
Is it possible for you to use the JDBC driver instead - either CF (DataDirect) or Oracle? I downloaded and installed JDBC 4.2 from DataDirect site. Are you using CF Enterprise or Standard? If you're using Enterprise, you don't have to download anything - it's included with CF. Dave Watts

Re: OO ColdFusion, somebody tell me if this is overkill

2011-08-04 Thread Dave Watts
don't see any of those concerns in the original question. 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: CF8 cfexecute Problem

2011-08-03 Thread Dave Watts
account used to run the CF program that matters. Wherever get.cfm is, that's the user account you're worried about. 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: CF8 cfexecute Problem

2011-08-03 Thread Dave Watts
to see more to be sure of the exact cause. 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 deployment

2011-08-02 Thread Dave Watts
the source code, they have a problem. If your client previously hired someone else to develop their web site, they should have demanded access to that source code as part of their contract. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: Method Opinion

2011-08-02 Thread Dave Watts
a question like that to a list, chances are they should follow the accepted norm. There's a reason that third normal form is the accepted minimum database normalization - that reason is the huge amount of pain and suffering that comes from most violations of that norm. Dave Watts, CTO, Fig Leaf Software

Re: CF8 cfexecute Problem

2011-08-02 Thread Dave Watts
logging in as the user that runs CF, and running the screen capture program. If you're running CF as SYSTEM rather than a specific user, you'll probably have to change that to a specific user account. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf

Re: Passing a Ref_cursor to Oracle Stored procedure

2011-07-29 Thread Dave Smith
thanks guys. appreciate the response. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: Committing Line by Line Changes?

2011-07-27 Thread Dave Watts
specific lines of a file, though. 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: Committing Line by Line Changes?

2011-07-27 Thread Dave Watts
diff tool 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 ons

Re: Committing Line by Line Changes?

2011-07-27 Thread Dave Watts
somefile.cfm and change lines 50-75, then the important change affects lines 20-30, you're going to have to go back and diff the files before you can commit the changes you made before you shelved the file. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf

Re: Its ColdFusion's Fault

2011-07-26 Thread Dave Watts
investment advice from a programmer. And the author of that article is a marketer, primarily - taking any advice from a marketer is probably a bad idea in any case. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business

Re: CF 9 ODBC data source with Windows 2008 64-bit

2011-07-25 Thread Dave Watts
ODBC Socket driver, it gives me this mismatch error. Is it possible for you to use the JDBC driver instead - either CF (DataDirect) or Oracle? If not, you'll need to download and install a 64-bit Oracle ODBC driver, if such a thing exists. But I'd recommend using JDBC if at all possible. Dave Watts

Passing a Ref_cursor to Oracle Stored procedure

2011-07-22 Thread Dave Smith
Has anyone ever passed a cf_sql_refcursor as an IN param to an oracle stored proc? I am getting the following error when I try it: [Macromedia][Oracle JDBC Driver]Unable to determine the type of the specified object. The proc works when called from another procedure w/ in Oracle but not

Re: Solr Question

2011-07-20 Thread Dave Watts
the appropriate records from your database using the primary key field that you can store within Solr. 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: ColdFusion X and Tomcat

2011-07-18 Thread Dave Watts
to Adam's comments. And that's all you're probably going to get - I don't think Adobe has published anything official about this. I suggest you sign up for the beta if that's possible. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: cfspreadsheet 2007 xlsx files

2011-07-17 Thread Dave Watts
experience one way or the other. http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WS56EA2935-FBD2-4089-8402-FDDA2BAF55FB.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

Re: Adobe Solution?

2011-07-15 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, o

Re: Adobe Solution?

2011-07-15 Thread Dave Watts
be an option for the original poster. 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: Total Execution Time

2011-07-12 Thread Dave Watts
. Exactly. And when most web applications spend most of their time on database queries (which will likely be the same on various platforms) who really cares that you can run 1 iterations of something you'd never actually do faster on platform A vs platform B? Dave Watts, CTO, Fig Leaf Software http

Re: CFDirectory on mapped drives

2011-07-12 Thread Dave Watts
it to either the local system account or an admin. You must also set read/execute permissions on the directory containing the CF install and the directory containing the ISAPI extensions used by CF. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

Re: CFDirectory on mapped drives

2011-07-12 Thread Dave Watts
The ISAPI extensions used by CF... If I used the web connector to tie CF to IIS do you perchance know where those might be? Just now switching over from Apache and kind of blind on stuff like this. Typically, they're in the CF install directory somewhere, in the wsconfig folder. Dave Watts

Re: Total Execution Time

2011-07-12 Thread Dave Watts
where one environment does something significantly better than another. But for the average web application, this doesn't come into play. 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: Weird ColdFusion Admin Error

2011-07-08 Thread Dave Watts
coldfusion.runtime.CfJspPage._setCurrentLineNo(I)V coldfusion.runtime.CfJspPage._setCurrentLineNo(I)V Try stopping your server, deleting the contents of the cfclasses directory, and then restarting your server. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com

Re: System.Runtime.InteropServices.ExternalException

2011-07-08 Thread Dave Watts
another .NET client with the same inputs. 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: Problem with Apache 2.2 not starting on windows -- CF9.01

2011-07-08 Thread Dave Watts
to Professional won't solve that problem - it will just let you join a domain, 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

Re: Problem with Apache 2.2 not starting on windows -- CF9.01

2011-07-07 Thread Dave Watts
on the 9.01 update... else, you see the error that you hit. I suspect you could work around this by using the wsconfig.jar from 9 on your 9.0.1 install. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB

Re: code sharing in IIS

2011-07-05 Thread Dave Watts
on the second website? Yes. You will have to create the virtual directory individually for each site in which you want to use this code. 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: ColdFusion and Microsoft Office Tools

2011-07-01 Thread Dave Watts
operations. http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WS56EA2935-FBD2-4089-8402-FDDA2BAF55FB.html If, on the other hand, you're using a COM-based solution, that will probably require MS Office. In no case does CF use the client's PC for any of this. Dave Watts, CTO, Fig Leaf Software

Re: overriding output=false in a cfcomponent or cffunction

2011-07-01 Thread Dave Watts
to raise the appropriate exception. Then you can let the exception handler figure out what to do - display messages, 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

Re: Win 2008 32/CF 9 hardening after the fact

2011-06-30 Thread Dave Watts
guide, while it's very good, doesn't really cover OS security. So, you need to do that properly first if possible. 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: Simple Chinese Problem

2011-06-29 Thread Dave Watts
as to why this copy is not being stored properly? Have you configured the CF datasource to allow Unicode? http://www.coldfusionmuse.com/index.cfm/2006/7/6/mssql.unicode Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small

Re: CFDIRECTORY of a mapped network drive

2011-06-29 Thread Dave Watts
drive mapping. Instead, I'd recommend just accessing the UNC path directly rather than bothering with a drive mapping. 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: CFDIRECTORY of a mapped network drive

2011-06-29 Thread Dave Watts
work. 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: loop timing out

2011-06-29 Thread Dave Watts
in. If that user previously created persistent drive mappings, those will still be present. 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: Need some perspective...

2011-06-28 Thread Dave Watts
that can do things web apps can't do, such as access a local filesystem, use AIR. If you want a web application, build a web application. 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: application.cfm

2011-06-28 Thread Dave Watts
processing, and not generate an HTTP error, there's nothing wrong with using CFABORT. In any case, I can't imagine what metric you're using to measure efficiency. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small

Re: application.cfm

2011-06-28 Thread Dave Watts
there is personally. But you seem to make the jump from personal preference to defining that preference as a best practice, and that's what I object 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

Re: application.cfm

2011-06-28 Thread Dave Watts
No Dave, I look at what the next developer or I might be doing in 6-12months time. I think that people should look at the problem at hand now and the future, and foresee maybe things might change. Would it no be better to write something properly now, rather than scratch your head

Re: Need some perspective...

2011-06-28 Thread Dave Watts
hammer nails with a screwdriver, why not use a screwdriver for screwing and hammering? 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: Handling Multiple Requests

2011-06-28 Thread Dave Watts
. You should be able to configure your load balancer to pass the original IP address to your server using the X-Forwarded-For header: http://en.wikipedia.org/wiki/X-Forwarded-For Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran

Re: Serving Up LOB Content

2011-06-27 Thread Dave Watts
value=inline; filename=#yourFileName# or cfheader name=Content-Disposition value=attachment; filename=#yourFileName# 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: Need some perspective...

2011-06-27 Thread Dave Watts
to build Flex apps that target AIR, or you can build HTML/JS apps that target AIR. 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: Need some perspective...

2011-06-27 Thread Dave Watts
plugins into it - it's just the Flash Builder plugin with a specific version of Eclipse bundled together. 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: Need some perspective...

2011-06-27 Thread Dave Watts
... And of course, to build applications that are just ColdFusion, you have to know a lot of things already - relational databases, HTML, HTTP, maybe JavaScript and CSS. You seem to want things to be not only simpler than they are, but simpler than they can be. Dave Watts, CTO, Fig Leaf Software http

Re: Need some perspective...

2011-06-27 Thread Dave Watts
Really Dave?  that would be cool as we bought FlashBuilder licences and not the plugin ;-) Thanks for the tip! In addition, I think you can use the same serial number whether you download the standard FB installer or the Eclipse plugin. I know it used to be this way, as I'd install both

Re: Problem with pound signs

2011-06-27 Thread Dave Watts
Someone else mentioned that manually fixing would be boring and tedious. I agree with that but when one programmer decides to do a mass search and replace and totally destroys a code base, then management directs you to do it by hand. :( backup and restore? Dave Watts, CTO, Fig Leaf

Re: Need some perspective...

2011-06-27 Thread Dave Watts
can drop a couple of other languages, more or less - JavaScript and HTML. And design is irrelevant here, as you'd have to do that no matter which approach you take. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small

Re: Need some perspective...

2011-06-27 Thread Dave Watts
significant changes. 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: Finding PDF form field names

2011-06-27 Thread Dave Watts
doesn't support most of the forms-based stuff that PDFs allow. You need your Mac users to install Adobe Reader for that functionality. 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: application.cfm

2011-06-26 Thread Dave Watts
the code, but you also have to put that together with the fact that the code is invoked when a user directly requests one of his PDFs: http://claudes_server/somefile.pdf.cfm So, the compiler attempts to compile somefile.pdf.cfm before running the code he posted in Application.cfm. Dave Watts, CTO

Re: application.cfm

2011-06-26 Thread Dave Watts
that you no longer want ColdFusion to continue on any more processing. Personally I would rewrite the code in a manner that no longer uses the cfabort. I know this is not the problem, but that is not what I would consider good programming habits. There is nothing wrong with using CFABORT. Dave

<    4   5   6   7   8   9   10   11   12   13   >