Submitting form with file and CFGRID - Exception in The submitted cfgrid form field is corrupt

2014-10-22 Thread Chad Baloga
I have a form with a file upload and a CFGRID. When submitted the following error occurs: Exception in The submitted cfgrid form field is corrupt This works with CF10 Update 13. When we upgraded to Update 14 this error started occurring. ~~~

RE: setting up team games

2014-02-04 Thread Chad Gray
I think I figured something out. I found this chunk of code on Ray's blog. http://www.raymondcamden.com/index.cfm/2009/11/17/Ask-a-Jedi-Round-robin-display-of-data Thank you Ray as always! And tweaked it out to model the table structure of a "round robin schedule". http://en.wikipedia.org/wiki

RE: setting up team games

2014-02-04 Thread Chad Gray
OH! there is a term for it.. thanks! -Original Message- From: Roger Austin [mailto:raust...@nc.rr.com] Sent: Tuesday, February 04, 2014 11:38 AM To: cf-talk Subject: RE: setting up team games Google Round Robin scheduling Chad Gray wrote: > > Ya rounds... like ther

RE: setting up team games

2014-02-04 Thread Chad Gray
esday, February 04, 2014 11:16 AM To: cf-talk Subject: Re: setting up team games Sorry, 9 rounds of games, or 9 games each. On 4 February 2014 16:15, Chad Gray wrote: > > So like on Friday night > Team1 vs. Team2 > Team3 vs.Team4 > Team5 vs.Team6 > Team7 vs. Team8 > Team9

RE: setting up team games

2014-02-04 Thread Chad Gray
who has to bring the beer. Chad Gray wrote: > > So like on Friday night > Team1 vs. Team2 > Team3 vs.Team4 > Team5 vs.Team6 > Team7 vs. Team8 > Team9 vs.Team10 > > On Saturday > Team1 vs. team3 > Team2 vs this is where I choke... :) > > Ther

RE: setting up team games

2014-02-04 Thread Chad Gray
-williams.com Blog: http://www.austin-williams.com/blog Twitter: http://www.twitter.com/austin_williams -Original Message- From: Chad Gray [mailto:cg...@careyweb.com] Sent: Tuesday, February 04, 2014 11:00 AM To: cf-talk Subject: setting up team games I am working on a website to kee

setting up team games

2014-02-04 Thread Chad Gray
only play each other once over the course of the 10 games. Make sense? I am sure it is something simple, but I can't get my head wrapped around it. Thanks! Chad ~| Order the Adobe Coldfusion Anthology now!

Windows 8.1 Pro 64

2014-01-29 Thread Chad Gray
Anyone know if we can run CF 9 and IIS on Windows 8.1 Pro? I am looking at getting a Lenovo Carbon Ultrabook. Thanks! Chad ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

RE: Barcodes

2013-08-29 Thread Chad Gray
Just regular old code 39 type of barcodes. I will check out the java library also. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Thursday, August 29, 2013 11:44 AM To: cf-talk Subject: Re: Barcodes > Anyone recommend a way to create and display barcodes on a w

RE: Barcodes

2013-08-29 Thread Chad Gray
Cool! I should have known there would be a jQuery solution. Thanks! Chad -Original Message- From: Rob Parkhill [mailto:robert.parkh...@gmail.com] Sent: Thursday, August 29, 2013 11:41 AM To: cf-talk Subject: Re: Barcodes You can use jQuery: http://barcode-coder.com/en/barcode

Barcodes

2013-08-29 Thread Chad Gray
Well since Efflare's CFX gFont does not work with 64 bit systems I need to find a new way to make a barcodes on my websites. Anyone recommend a way to create and display barcodes on a webpage? Thanks, Chad ~| Orde

RE: Efflare and ImageCR

2013-07-31 Thread Chad Gray
emailed them a lot when it came out. Hopefully I can find one of their personal emails. There a way to looks at the domain names previous ownership? Chad -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Wednesday, July 31, 2013 12:55 PM To: cf-talk Subject: Re

RE: Efflare and ImageCR

2013-07-31 Thread Chad Gray
I tried that, but it's installer must have installed supporting DLL's or something. Of course this is on a 64 bit box, maybe I need to put it in the Program Files (x86). I will keep poking at it. Thanks, Chad -Original Message- From: Dave Watts [mailto:dwa...@figleaf.

RE: Efflare and ImageCR

2013-07-31 Thread Chad Gray
I know... I love using it. It is super-fast and has processed thousands maybe millions of images for me. I need to upgrade a server and I cannot find an installer for imageCR3. I guess I have to convert my code to use cfimage instead. Chad -Original Message- From: Matt Quackenbush

Efflare and ImageCR

2013-07-31 Thread Chad Gray
Anyone know how to get a hold of the developers of ImageCR? It is an image processing CFX extension writing for CF. Their website is a parked and expired. Thanks, Chad ~| Order the Adobe Coldfusion Anthology now! http

Re: Creating a PDF document with signature

2013-04-26 Thread Chad Baloga
Are there any other ways to "merge" two PDFs w/forms without having to use cfpdf action="merge" ? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Arc

Re: Creating a PDF document with signature

2013-04-25 Thread Chad Baloga
So now I am having an issue with digitally signing in Adobe Reader. I can sign it if I open the document with Acrobat. I already enabled usage rights in Acrobat on the documents and saved them. After I use cfpdfform to populate the form, I have: Which I used to disable the fields from bein

Re: Creating a PDF document with signature

2013-04-24 Thread Chad Baloga
>> Form fields don't have to look like form fields, or be editable by the >> user. >> > Got it working! Created the PDF form in LiveCycle, then add data in with cfpdfform. Then run cfpdf on it to flatten it after data was added while still maintaining the signature fields. Then merged with

Re: Creating a PDF document with signature

2013-04-24 Thread Chad Baloga
> Form fields don't have to look like form fields, or be editable by the > user. > I'll give it a try. Thanks ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=ho

Re: Creating a PDF document with signature

2013-04-24 Thread Chad Baloga
> Why not create the PDF in LC Designer, and make the person's name a > form field that you can easily manipulate from CF using CFPDFFORM? > Hmm.. how about all of the other data on the PDF which comes from the database? The data can't appear as form fields on the PDF. ~~~

Re: Creating a PDF document with signature

2013-04-24 Thread Chad Baloga
> I don't think you can use iText to manipulate LC Designer forms. PDFs > that you create with Designer are not the same as "regular" PDFs - > they're a different format called XFA. > Right, I could not even merge a LiveCycle generated PDF with the PDF which I was generating with cfdocument. I

Re: Creating a PDF document with signature

2013-04-24 Thread Chad Baloga
> I am creating a PDF document on the fly and need to know how to place > a digital signature block on the document. Is this possible using > cfdocument/cfpdf? Anyone ever use iText directly to manipulate PDFs in CF10? I can merge a PDF document with a dig signature, but cannot insert the

Re: Creating a PDF document with signature

2013-04-22 Thread Chad Baloga
> If this document was originally created in Acrobat, and you open it > in > Reader, you will see this message by default. If you want Reader > users > to save data, you'll need to use Reader Extensions to Reader-enable > the form. You can do this from within Acrobat (not LC Designer). > > All

Re: Creating a PDF document with signature

2013-04-22 Thread Chad Baloga
> > I have installed LiveCycle designer. Do I just use the signature > field? The signature will be from a CAC card. > > Yes, that's it. > OK. It seems I need to change some security setting on the form since it says "You cannot save data typed in this form." I'll have to play with it. Th

Re: Creating a PDF document with signature

2013-04-22 Thread Chad Baloga
>> I might not have made it clear enough: you'll have to create the form >> with the digital signature field in LC Designer. You can then merge >> the form with your other generated document using CF. >> I have installed LiveCycle designer. Do I just use the signature field? The signature wil

Re: Creating a PDF document with signature

2013-04-22 Thread Chad Baloga
> I might not have made it clear enough: you'll have to create the form > with the digital signature field in LC Designer. You can then merge > the form with your other generated document using CF. > OK. That is what I was just about to try. Thanks ~

Creating a PDF document with signature

2013-04-22 Thread Chad Baloga
I am creating a PDF document on the fly and need to know how to place a digital signature block on the document. Is this possible using cfdocument/cfpdf? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adob

Creating DOC file with image using CFCONTENT

2013-04-04 Thread Chad Baloga
I am trying to create a word document with images. I have all the of the HTML in a cfsavecontent, then I use that variable to write the document, then open it with cfcontent. I have done this successfully in the past but now I have a document with an image. How can I get it to use an image fr

dragon dictation and CF

2013-03-22 Thread Chad Gray
Has anyone tried to use Dragon dictation software to write CF code? I saw this video and it got my brain going. https://www.youtube.com/watch?feature=player_embedded&v=8SkdfdXWYaI My fingers are developing some numbness and I need to be pro-active.

jQuery appendTo in IE7/8

2013-03-19 Thread Chad Baloga
I have a function which moves a DIV from one window to the parent window. It works find in Firefox and Chrome but not in IE7/8 (seems like the appendTo fails). Any suggestions... function appendCmtDiv(div,no) { // ** Now we need to change the ID on the comment we are putting over and increment

Re: ZingChart issue w/ Double Quotes

2013-03-05 Thread Chad Baloga
Same result if I use a $.get and a returnformat="plain" from the CFC >Are you perhaps re-JSONing JSON? I noticed you did not pass >returnformat=json to your CFC. How are you handling that? ~| Order the Adobe Coldfusion Antholog

Re: ZingChart issue w/ Double Quotes

2013-03-05 Thread Chad Baloga
>Are you perhaps re-JSONing JSON? I noticed you did not pass >returnformat=json to your CFC. How are you handling that? My cffunction tag is: Then in my function after my query... '{' + '"show-progress":false,' +

Re: ZingChart issue w/ Double Quotes

2013-03-05 Thread Chad Baloga
I have also tried using a dataurl to the CFC. Double quotes still getting replaced with \" ... zingchart.render({ width: #variables.chartWidth#, height: #variables.chartHeight#, container: 'zingchart4', dataurl: '#application.path.cfcScriptPathcfcs/database/dashboard/dashboard.cfc?m

ZingChart issue w/ Double Quotes

2013-03-05 Thread Chad Baloga
So I call a CFC to get my ZingChart data, then I put that data in as the graph data attribute… var randomNum = Math.random(); // Call to CFC to get data $.getJSON ("#application.path.cfcScriptPathcfcs/database/dashboard/dashboar.cfc?randomNum=" + randomNum + "&_cf_nodebug=tr

Issue with updated Oracle drivers - ojdbc6.jar

2013-02-25 Thread Chad Baloga
Recently we had to add ojdbc6.jar to our CF10 lib folder since the Oracle drivers (version 8) shipped with CF10 did not meet STIG requirements. We have run into an issue where we get "PLS-00306: wrong number or types of arguments in call to..." to all of our procedure calls now. Had anyone ex

SOT: Graphic Artist Software for HTML CSS

2013-02-22 Thread Chad Gray
I have not kept track of all the graphic artist software adobe has come out with to go from mockups to HTML/CSS. If I were to tell a graphic designer to design me some mockups for a web site, what is the best adobe software that will export out to _CLEAN_ (looks like hand written J) HTML/CS

CF Dashboards

2013-01-24 Thread Chad Baloga
Does anyone know of any ColdFusion or JS/jQuery dashboard plugins/code packages out there? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

RE: append with cfset

2012-12-27 Thread Chad Gray
l Message----- From: Chad Gray [mailto:cg...@careyweb.com] Sent: Thursday, December 27, 2012 2:10 PM To: cf-talk Subject: RE: append with cfset I do it that way and it tries to use addition (math) not append. ~| Order the Adobe C

RE: append with cfset

2012-12-27 Thread Chad Gray
. -Original Message- From: Chad Gray [mailto:cg...@careyweb.com] Sent: Thursday, December 27, 2012 2:04 PM To: cf-talk Subject: append with cfset ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe

append with cfset

2012-12-27 Thread Chad Gray
I thought CF could appended data in a cfset tag like: So if you output foo you would get "boomoo". Or am I thinking of another language? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Co

RE: CF10 and IIS 7.5

2012-12-21 Thread Chad Gray
\config\wsconfig\2 C:\ColdFusion10\config\wsconfig\3 -Original Message- From: Chad Gray [mailto:cg...@careyweb.com] Sent: Friday, December 21, 2012 12:41 PM To: cf-talk Subject: RE: CF10 and IIS 7.5 I think it is the Jakarta and CFIDE virtual folders... I forgot about those

RE: CF10 and IIS 7.5

2012-12-21 Thread Chad Gray
I think it is the Jakarta and CFIDE virtual folders... I forgot about those. -Original Message- From: Chad Gray [mailto:cg...@careyweb.com] Sent: Friday, December 21, 2012 12:38 PM To: cf-talk Subject: RE: CF10 and IIS 7.5 The folders are inheriting the same permissions as the root

RE: CF10 and IIS 7.5

2012-12-21 Thread Chad Gray
k that the sub folder doesn't have different permissions. If you copied it from elsewhere then it may have been copied with permissions intact. If you feel like giving me access then I could take a look for you. On Fri, Dec 21, 2012 at 5:21 PM, Chad Gray wrote: > > Thank for the fee

RE: CF10 and IIS 7.5

2012-12-21 Thread Chad Gray
files. I will give the server a reboot for luck. :) Thanks, Chad -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Friday, December 21, 2012 12:10 PM To: cf-talk Subject: Re: CF10 and IIS 7.5 to be clear these issues are nothing to do with ColdFusion, thes

CF10 and IIS 7.5

2012-12-21 Thread Chad Gray
t.html --> works great CF use to be so easy to setup on IIS 5/6 now it is a complete pain in the butt! Any ideas? Thanks! Chad ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Ant

RE: CF10 and IIS

2012-12-20 Thread Chad Gray
entication? Chad -Original Message----- From: Chad Gray [mailto:cg...@careyweb.com] Sent: Thursday, December 20, 2012 4:27 PM To: cf-talk Subject: RE: CF10 and IIS OK new question. IIS seems to be serving out CFM files fine. I made a second website in IIS and HTML files returns this

RE: CF 9 Scheduled Task Not Sending Emails

2012-12-20 Thread Chad Gray
Is there an application.cfm for cfc that is preventing the file from running? Like some websites I setup a login/password code in the application.cfm page. No page will run unless that code is happy that someone is logged in. -Original Message- From: Torrent Girl [mailto:moniqueb...

RE: CF10 and IIS

2012-12-20 Thread Chad Gray
OK new question. IIS seems to be serving out CFM files fine. I made a second website in IIS and HTML files returns this error: 401 - Unauthorized: Access is denied due to invalid credentials. CFMs work fine, but HTML files do not? Ideas? Anonymous Authentication is enabled.

CF10 and IIS

2012-12-20 Thread Chad Gray
Does CF10 needs the IIS 6 Metabase? ~| 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.cf

Re: $.get URL length CF10/Tomcat

2012-12-17 Thread Chad Baloga
Yep... that is what I ended up doing >Shouldn't you switch to $.post if your URL is getting too long? > > > > >> ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=h

Re: Default date in cfinput type="datefield"

2012-12-17 Thread Chad Baloga
, NY 11788 > > T 631.231.6600 X 119   F 631.434.7022   > > http://www.austin-williams.com > > > > Blog: http://www.austin-williams.com/blog > > Twitter: http://www.twitter.com/austin_williams > > > > -Original Message- > > From: Chad

Re: Default date in cfinput type="datefield"

2012-12-17 Thread Chad Baloga
231.6600 X 119   F 631.434.7022   > http://www.austin-williams.com > > Blog: http://www.austin-williams.com/blog > Twitter: http://www.twitter.com/austin_williams > > -Original Message- > From: Chad Baloga [mailto:cbal...@gmail.com] > Sent: Monday, December 17

Default date in cfinput type="datefield"

2012-12-17 Thread Chad Baloga
I am wiping out a cfinput type=datefield and when that happens, the selected date in the calendar still defaults to the value of the input when the page loaded. Is there any way to change that default to a different date?? ~|

Re: 60sec timeout CF10

2012-12-12 Thread Chad Baloga
3032480415921517411 > > > On Wed, Dec 12, 2012 at 10:11 PM, Chad Baloga > wrote: > > > > > We are having issues with requests timing out after 60sec. We are > running > > CF10 in IIS 7.5. I have checked all the timeout settings in IIS and > set > &g

60sec timeout CF10

2012-12-12 Thread Chad Baloga
We are having issues with requests timing out after 60sec. We are running CF10 in IIS 7.5. I have checked all the timeout settings in IIS and set them to 600sec. I have changed the Tomcat connector in server.xml to 6 as well. Are there any other areas to check in CF10. We have not had t

$.get URL length CF10/Tomcat

2012-11-21 Thread Chad Baloga
We have run into a problem with CF10 where we throw a 500 error when the URL string to a CFC call is too long. Does anyone know what setting needs changed?? isapi_redirect.log error is: jk_isapi_plugin.c (1920): error while getting the url We are running CF10 w/ IIS 7.5

CFCONTENT ClientAbortException: java.net.SocketException w/ CF10

2012-11-19 Thread Chad Baloga
We upgraded to CF10 over the weekend and now we are getting errors on large cfontent file downnloads. The users say the download finishes fine for them and they do not see any errors. Error Message: The cause of this output exception was that: ClientAbortException: java.net.SocketException: C

cftransaction

2012-11-01 Thread Chad Gray
Say I have code that is accesses multiple datasources. CFTransaction cannot be used across multiple datasources. My question is can I make two CFTransaction blocks and on the first one set a CFTransaction SavePoint. Then if the second CFTransation errors can I roll back the first CFTran

Re: Reading a ColdFusion session with a JSP App

2012-10-11 Thread Chad Baloga
Any suggestions on how to expose the variable values? We are a https secure site with PKI. Thanks > CF10 is deployed in the boxed Tomcat and the JSP app is deployed in a > seperate Tomcat install on that server. So it sounds like I'll have > to go with option #2. Thanks > > > > > If they

Re: Reading a ColdFusion session with a JSP App

2012-10-11 Thread Chad Baloga
CF10 is deployed in the boxed Tomcat and the JSP app is deployed in a seperate Tomcat install on that server. So it sounds like I'll have to go with option #2. Thanks > > If they're both deployed in the same container, and you're using J2EE > sessions (which it appears you are), they'll shar

Reading a ColdFusion session with a JSP App

2012-10-11 Thread Chad Baloga
Anyone know how or if you can read Coldfusion session variables from a JSP Deployed app if you pass the jsessionId to the JSP app? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

Re: CF10 Update Errors

2012-10-05 Thread Chad Baloga
ols.com > > wilg...@trunkful.com > www.trunkful.com > > On Oct 5, 2012, at 11:20 AM, Chad Baloga wrote: > > > > > Does anyone else keep getting the below message when trying to > update CF10 from the administrator?: > > > >

CF10 Update Errors

2012-10-05 Thread Chad Baloga
Does anyone else keep getting the below message when trying to update CF10 from the administrator?: Error occurred while installing the update: Failed Signature verification ~| Order the Adobe Coldfusion Anthology now! http:/

Re: Query of Queries Error

2012-09-26 Thread Chad Baloga
I figured it out. The last column had some NULL values which I guess it didn't like even though other columns have NULLs and it's fine (Sounds like a bug). I defaulted the NULL ones to "N/A" so it works now. Also had to declare all my columns as VARCHARs in my QueryNew set statement. >try t

Re: Query of Queries Error

2012-09-26 Thread Chad Baloga
Yes it is, I have been playing with it and dumping results to see what data may be causing the error >try to dump query "docQry" chk if it is returning any row. > > >> ~| Order the Adobe Coldfusion Anthology now! http://www.a

Query of Queries Error

2012-09-26 Thread Chad Baloga
I am try to run a query of queries to order a query I create on the fly. On DEV I do not get an error. On PROD I am getting: "The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code. Null Pointers are another nam

RE: CFFTP Date

2012-09-20 Thread Chad Gray
Our CF server time is fine {ts '2012-09-20 14:48:30'} -Original Message- From: Alan Rother [mailto:alan.rot...@gmail.com] Sent: Thursday, September 20, 2012 2:41 PM To: cf-talk Subject: Re: CFFTP Date Have you checked the time and date on your CF server to make sure it's correct firs

RE: Issue with CF Barcode39

2012-09-20 Thread Chad Gray
This is a guess, because I have no experience with the custom tag to make the barcode image, but you may want to save the content out at a variable first. Then put it in the tag. This has always worked best for me. 4840 PERL EAST CIRCLE, 210 W. | BOULDER | CO

CFFTP Date

2012-09-20 Thread Chad Gray
is CuteFTP and the bottom if my CF page that used CFFTP to get the directory listing. http://chadgray.info/misc/untitled-1.jpg The FTP server is Linux. Any ideas? I have never had a problem in the past. Chad ~| Order

Slowness with SOLR Indexing

2012-09-20 Thread Chad Baloga
What file types are everyone indexing? I have just setup SOLR (CF901) with a few of our projects and the initial indexing is taking forever, and in most cases it just spins. I got a few heap errors but modified some SOLR settings. Currently I am trying to index ".doc, .docx, .xls, .xlsx, .ppt

RE: CF10 on Win7

2012-09-05 Thread Chad Gray
Thanks for the response Carl. I selected the option "IIS ALL web sites". Why would I need to re-run the connector if I choose this option? Maybe what they meant is ALL current websites in IIS, not ALL future websites created in IIS? Chad -Original Message- From: Carl V

RE: CF10 on Win7

2012-09-05 Thread Chad Gray
? Thanks, Chad -Original Message- From: Chad Gray [mailto:cg...@careyweb.com] Sent: Wednesday, September 05, 2012 4:33 PM To: cf-talk Subject: RE: CF10 on Win7 This is kind of interesting. If I type a real missing html file like http://foo/missingFile.html I get this in the 404

RE: CF10 on Win7

2012-09-05 Thread Chad Gray
this: Requested URL http://foo:80/jakarta/isapi_redirect.dll Physical Path E:\webSite1\jakarta\isapi_redirect.dll Isapi_redirect.dll? what does that have to do with the Requested URL? Hmm now I wonder if I need that Jakarta folder! I bet that is what is missing! Chad -Original Message

RE: CF10 on Win7

2012-09-05 Thread Chad Gray
have a url rewriter installed by chance? On Sep 5, 2012 3:40 PM, "Chad Gray" wrote: > > OK I got CF10 64bit running in IIS on Windows 7 on the default website. > CF admin is working great etc. > > > > I created a new website in IIS and it runs the index.cfm file jus

CF10 on Win7

2012-09-05 Thread Chad Gray
lhost/index.cfm Anyone have any ideas why I get a 404 when I type the file name in the URL? Thanks, Chad ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseo

Re: ISAPI Filters w/ IIS, CF9 and Tomcat

2012-07-16 Thread Chad Baloga
Hey Dave, What would be the easiest way to deploy the app on JRun? Thanks Chad On Mon, Jul 16, 2012 at 11:23 AM, Dave Watts wrote: > >> We currently have a CF9/IIS7.5 setup. We are trying to introduce a JSP >> application and needed to install Tomcat to run it >> (It

ISAPI Filters w/ IIS, CF9 and Tomcat

2012-07-16 Thread Chad Baloga
We currently have a CF9/IIS7.5 setup. We are trying to introduce a JSP application and needed to install Tomcat to run it (It's on port 8080). We need both CF and the JSP app to work on the same HTTPS (443) site. I tried adding a ISAPI Redirect in IIS but that just makes the entire site run

RE: CF10 and IIS

2012-06-15 Thread Chad Gray
It was strange. Without the Jakarta folder, if I hit http://test/ it would run the index.cfm file that was in there If I hit http://test/index.cfm it would say 404 file not found. Chad > -Original Message- > From: Eric Roberts [mailto:ow...@threeravensconsulting.com] > Sen

RE: CF10 and IIS

2012-06-15 Thread Chad Gray
The one made in the default web site points here: C:\ColdFusion10\config\wsconfig\1 I noticed if I don't have that virtual folder the web site cannot run CFM pages. I had to add it to execute a CFM page. Chad > -Original Message- > From: Eric Roberts

RE: CF10 and IIS

2012-06-15 Thread Chad Gray
Is there a reason you need the new Jakarta folder? I know I need CFIDE for certain CF tags to work right. What is in the Jakarta folder? Thanks! Chad > -Original Message- > From: Casey Dougall - Uber Website Solutions > [mailto:ca...@uberwebsitesolutions.com] > Sent: Fri

RE: CF10 and IIS

2012-06-15 Thread Chad Gray
Thanks Russ, I remember three options at the beginning I think that is what threw me off. The last install I did was with CF8 so maybe it was there. Now I just have to jump through some hoops with turning on ASP.NET and ISAPI extensions in Windows Features So far so good. Chad

RE: CF10 and IIS

2012-06-15 Thread Chad Gray
OH... you get to the IIS stuff later in the installer... never mind. It has been a while since I have done this. > -Original Message- > From: Chad Gray [mailto:cg...@careyweb.com] > Sent: Friday, June 15, 2012 10:01 AM > To: cf-talk > Subject: CF10 and IIS > > &

CF10 and IIS

2012-06-15 Thread Chad Gray
quot;. I will start reading the documentation. Thanks! Chad ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups

RE: CF Header to Serve a File

2012-06-14 Thread Chad Gray
Is your variable a typo? #Get_file# vs. #GetFile# in the cfcontent tag? You typed it up two different ways in the post. > -Original Message- > From: Robert Harrison [mailto:rob...@austin-williams.com] > Sent: Thursday, June 14, 2012 11:21 AM > To: cf-talk > Subject: CF Header to Serv

Re: CF10 Tomcat case sensitivity

2012-05-31 Thread Chad Baloga
Found out how.. look for context.xml under {drive}\ColdFusion10\cfusion\runtime\conf Change the context tag to look like: Restart the CF service ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfu

CF10 Tomcat case sensitivity

2012-05-31 Thread Chad Baloga
Does anyone know how to turn off the file case sensitivity on CF10/Tomcat? That is the first thing I noticed today after installing some of my images which has different cases did not show up. EX: It is saying that Image.jpg is not the same as image.jpg, and a red X appears.

Re: CF9 ODBC Service standalone install

2012-05-01 Thread Chad Baloga
> I must have unchecked to install the ODBC service when I installed CF > last week. Are there any standalone installs out there for it? Nevermind. Found how... http://helpx.adobe.com/coldfusion/kb/coldfusion-odbc-services-corrupt-or.html ~

CF9 ODBC Service standalone install

2012-05-01 Thread Chad Baloga
I must have unchecked to install the ODBC service when I installed CF last week. Are there any standalone installs out there for it? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/

Re: How big is your CF JVM?

2012-05-01 Thread Chad Baloga
>Quick poll... How much memory have you allocated to CF on your production >servers? > >We are running Win 2008 R2, CF 9.0.1x Enterprise, w/ 3GB of RAM allocated to >the CF/JVM > >How say you? Our production has 8GB of RAM allocated

XML Security

2012-04-05 Thread Chad Baloga
I was presented with some questions regarding XML and was wondering if there are any setting in Coldfusion to disable any of these or I do not need to worry about it since we do not use any XML in our code: 1. How application employs methods for XML schema validation. 2. How application disab

Re: Blank page with no HTML tags

2012-03-13 Thread Chad Baloga
Came across something but I don't know if it works until I get the other party on the phone for testing.. will provide an update shortly >>>Is there a way a can create a blank page without the browser automatically >>>adding: > >In my case with Explorer, this is what I get: > > > > > >But with

Re: Blank page with no HTML tags

2012-03-13 Thread Chad Baloga
I am trying to place my cfheader/cfcontent tags inside a function now instead of on a cfm page. Does anyone know if this will work and prompt for a file download? > This does not happen for me... if you can post the code, we can try ? > > Thx & rgds, > Pradeep Viswanathan R > ~

Re: Blank page with no HTML tags

2012-03-13 Thread Chad Baloga
If I view source, it is empty, but when I choose edit > select all, the cursor appears which may be the space that the requester is picking up? > If you see the view source for the same you would not find anything. > Believe that is how FireBug works. > > Thx & rgds, > Pradeep Viswanathan R

Re: Blank page with no HTML tags

2012-03-13 Thread Chad Baloga
Tried all suggestions... still see: In my firebug info when the page is blank ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: h

Re: Blank page with no HTML tags

2012-03-09 Thread Chad Baloga
Thanks for the ideas.. I'll give them a try ~| 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/mess

Blank page with no HTML tags

2012-03-09 Thread Chad Baloga
Is there a way a can create a blank page without the browser automatically adding: My page is a page with a bunch of cfheaders and does not return anything, but the requester says he see a carriage return being sent back to him. I created just an empty cfm page with the same result.

Re: Reading a certain range of a file

2012-03-07 Thread Chad Baloga
> > I think I was able to get it to work using cffile readbinary. Then > > > converting that to a string to get a specified range. Then I > > converted the substring back to a binary/base64 to be outputted with > > > cfcontent. > > Turns out this method only worked with text files. Need i

Re: Reading a certain range of a file

2012-03-07 Thread Chad Baloga
> I think I was able to get it to work using cffile readbinary. Then > converting that to a string to get a specified range. Then I > converted the substring back to a binary/base64 to be outputted with > cfcontent. Turns out this method only worked with text files. Need it to work with a w

Re: Reading a certain range of a file

2012-03-07 Thread Chad Baloga
>And CF9 added fileSeek - if you need to start from some other position than 0. > Can you used a range like 500-999 with fileSeek? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp

Re: Reading a certain range of a file

2012-03-07 Thread Chad Baloga
I think I was able to get it to work using cffile readbinary. Then converting that to a string to get a specified range. Then I converted the substring back to a binary/base64 to be outputted with cfcontent. ~| Order the Ado

  1   2   3   4   5   6   7   8   9   10   >