Moved CFMX7 CFIDE and now it won't work?

2014-08-14 Thread Marie Taylore
So I moved my CFIDE directory to another location for safety. I wanted to temporarily move it back, but every time I do, it responds with: File not found: /CFIDE/administrator/index.cfm but it's there!  Is this one of those situations where a service restart is required? Thanks! MT

Dynamic variable Name in cfif

2014-07-18 Thread Marie Taylore
I'm having no trouble setting and outputting a dynamic variable name: cfoutputExpires_#UpdateMe#= #form[ 'Expires_' UpdateMe]#/cfoutput but when I go to evaluate that variable: cfif form[ 'Expires_' UpdateMe ] EQ Yes it returns: Variable YES is undefined because the VALUE of the Variable

Getting IIS 404 errors handled by CFM?

2010-12-24 Thread Marie Taylore
Is there a way to get the IIS 404 pages handled by the CF engine? This is CF8 on Win2003 Server. Currently, it displays the page, but when you View Source, you see all the CFML code. Switched back to a plain HTM file for now. Thanks! MarieT

Apache Tomcat Training?

2010-11-17 Thread Marie Taylore
Hi, Has anyone taken Apache Tomcat training from the any of the vendors listed at: http://wiki.apache.org/tomcat/SupportAndTraining (scroll down to Training section) It include vendors: Kippdata, DevelopIntelligence, SpringSource, MuleSoft, NobleProg, OpenLogic and Savoir-faire Linux. Just

Regex to parse cfhttp.filecontent?

2010-11-04 Thread Marie Taylore
Hi all, I need help in parsing returned cfhttp.filecontent contents. I need to find the line with AUTHORIZATION RESULT: and then get all the text that follows on that same line. I'm sure there's a simple way to do that with ReFind, but I'm a Regex idiot. Any help would be appreciated.

Re: Highlighting non-standard ASCII characters?

2010-10-05 Thread Marie Taylore
Bobby, Thank you! This works great! MarieT Something like this? rereplace(str, '([^A-Za-z0-9_\r\s\n!\.\?''\(\),;:])', 'span class=highlight\1/span', 'all') If you don’t mind characters like ñ, then just use \w instead of A-Za-z0-9_ rereplace(str,

Highlighting non-standard ASCII characters?

2010-09-29 Thread Marie Taylore
Hi all, I'm looking for a way to *highlight* any characters that fall out of the range of A-z/0-9/standard punctuation characters. Most of the cflib utilities are made to remove those characters. Anyone know of (or have) a function that will make them stand out? I need to find them in an

Re: Rotating CF Logs - best way?

2010-03-18 Thread Marie Taylore
I've done this. It rotates all logs except cfserver.log which is 48MB and growing. Anyone seen this behavior, or know how to get around it? On 3/17/2010 3:58 PM, Cameron Childress wrote: On Wed, Mar 17, 2010 at 1:30 PM, Marie Taylore mt4yl...@yahoo.com wrote: I have some ColdFusion logs

Rotating CF Logs - best way?

2010-03-17 Thread Marie Taylore
I have some ColdFusion logs that have been growing a long time and I need to finally get rotation going. I'm running CF7 Enterprise on RedHat Linux. Any advice on the best way to rotate them while the server is still running? I know cronolog is great for web logs - can it be configured to

Validating that only .5 decimal gets through?

2010-02-19 Thread Marie Taylore
I have an app that I need to validate that they enter either whole numbers (1,2,3, etc.) or if they DO enter a decimal, it can only be in half increments, so 2.5 is okay, but not 2.1, 2.2, 2.25, etc. Of course, 2.0 would be okay too, so .0 after the number is fine. Is there a good way to

Zipping files in CF7?

2010-01-21 Thread Marie Taylore
I seem to recall there's a way to call some Java routines in ColdFusion 7 to zip or unzip files. Can anyone point me to any how to's on this? Thanks! ~| Want to reach the ColdFusion community with something they

Re: Zipping files in CF7?

2010-01-21 Thread Marie Taylore
charlie.grie...@gmail.com wrote: http://zipcfc.riaforge.org/ On Thu, Jan 21, 2010 at 12:55 PM, Marie Taylore mt4yl...@yahoo.comwrote: I seem to recall there's a way to call some Java routines in ColdFusion 7 to zip or unzip files.  Can anyone point me to any how to's

Re: Zipping files in CF7?

2010-01-21 Thread Marie Taylore
/fidBEB0DE5D42A343D22523C79368CC143BF331CC8A.aspx On Thu, Jan 21, 2010 at 7:42 PM, Marie Taylore mt4yl...@yahoo.com wrote: yah, I could use that, although I thought I remember there was some Java-Zip functionality you could call directly within ColdFusion? Not true? --- On Thu, 1/21/10

Custom Tag (etc.) libraries online?

2010-01-08 Thread Marie Taylore
Hey all, what are some of the best or latest and greatest custom tag / function / cfc sites available out there? All the old links I have (haven't search for any in a while) look like they're pretty out of date and Adobe's developer exchange is just dismal - has tags there that don't even

Deploying a WAR (or EAR) file to JRun under CF9?

2009-11-03 Thread Marie Taylore
Hi all, I have the trial of ColdFusion 9 running on Linux and am wondering... if I have a Java WAR (or EAR) file how do I deploy that into a JRun instance on my server? I installed as 2- Enterprise Multiserver configuration so I'm assuming that includes the full J2EE engine, but I'm curious

Re: Deploying a WAR (or EAR) file to JRun under CF9?

2009-11-03 Thread Marie Taylore
Software http://www.figleaf.com/ Marie Taylore wrote I have the trial of ColdFusion 9 running on Linux and am wondering... if I have a Java WAR (or EAR) file how do I deploy that into a JRun instance on my server? I installed as 2- Enterprise Multiserver configuration so I'm

Re: Deploying a WAR (or EAR) file to JRun under CF9?

2009-11-03 Thread Marie Taylore
I think I got it. Run ./bin/jrun -start admin Now I can get into the Java Management Console (JMC). Will see if I can deploy a WAR now. Thanks! --- On Tue, 11/3/09, Marie Taylore mt4yl...@yahoo.com wrote: From: Marie Taylore mt4yl...@yahoo.com Subject: Re: Deploying a WAR (or EAR) file

Compare Two MySQL Databases?

2009-07-14 Thread Marie Taylore
What's the easiest quickest way to compare two MySQL Schemas (databases)? I don't need to compare the *data*... just the tables and their field definitions. My production instance is getting an error that my test instance is not. The code is identical, so I figure I must have left something

Re: Compare Two MySQL Databases?

2009-07-14 Thread Marie Taylore
you through this issue: http://www.webyog.com/en/downloads.php#sqlyog Edward Sonny Savage On Tue, Jul 14, 2009 at 7:24 PM, Marie Taylore mt4yl...@yahoo.com wrote: What's the easiest quickest way to compare two MySQL Schemas (databases)? I don't need to compare

Join Two fields in one table to One field in Another?

2009-05-20 Thread Marie Taylore
I know this is probably simpler than I'm making it, but I have Table A with two different references to the primary key in table B. Table A === From To == 1 2 2 4 3 7 Table B === PK Firstname Lastname == = 1 John Doe 2 Jane Doe 3

Re: Join Two fields in one table to One field in Another?

2009-05-20 Thread Marie Taylore
Solution I received from BACFUG member Jim Flannery: This should work in MS-SQL: SELECT sender = sentfrom.firstname + ' ' + sentfrom.lastname, receiver = sentto.firstname + ' ' + sentto.lastname FROM TableA INNER JOIN TableB sentfrom ON TableA.From = sentfrom.PK

cfqueryparam vs cfstoredproc?

2008-10-30 Thread Marie Taylore
Question... the more I read about CFQUERYPARAM the more it seems it mitigates many of the problems that using stored procedures also solves. I realize with stored procedures you have a lot more power in terms of SQL scripting, but for basic queries, is CFQUERYPARAM just as fast as (or faster

Proper Authentication with CFLDAP?

2008-10-23 Thread Marie Taylore
I just received this code as the proper way to bind someone during an LDAP login to a ColdFusion App. Is this really the right way? cfset UserIsValid = 0 CFTRY cfldap action=QUERY name=Authenticate start=uid=#username#,ou=#OurOU#,dc=#OurDC#,dc=#OurDC2# attributes=cn