Re: configuring Apache to use multiple JRun Application Servers

2007-06-18 Thread Barney Boisvert
The CF/JRun connector installs it's configuration globally for Apache, using whatever JRun server you specified. If you want to hook up something (like a vhost) to a different server (or JRun instance), you need to place these three config lines in that vhost: JRunConfig

PDF creation/modification

2007-06-18 Thread Bobby Hartsfield
So I finally have to create/modify a PDF from CF after all these years. And wouldn't you know it. it's the biggest scholarship application known to man. The PDF has to look exactly like the sample that the client sent over (which doesn't allow editing haha). Is it possible to just insert the info

Max 2007... any sneak previews of sessions? Any rumors?

2007-06-18 Thread LHWH Interactive
Ajax Hands-ons? CF8 Image tag Hands-ons? Using CF8 and Eclipse sessions? Frameworks sessions? Hit us with some rumors. I'm dying to know what the go-to sessions will be. I'm signing up early (reminds me of camping out for U2 tickets in the 80s) so I can register for the hot sessions the day they

server failover/multiple instances

2007-06-18 Thread Jim Wright
I am working towards beefing up our current environment, and wondered if I could get some opinions on server failover and using multiple instances. So I have: Production Site Training Site, duplication of the production site which is used by our training department Testing Site In addition we

Re: configuring Apache to use multiple JRun Application Servers

2007-06-18 Thread Dinner
Named Virtual Hosts. Here is an example (the commented out rewrite rule is for using jboss/tomcat): vhosts.conf or httpd.conf: # # Use name-based virtual hosting. # NameVirtualHost *:80 VirtualHost *:80 ServerAdmin [EMAIL PROTECTED] DocumentRoot /webroot/localhost/ ServerName

Re: configuring Apache to use multiple JRun Application Servers

2007-06-18 Thread Dinner
You'd also need to edit your hosts file, adding hosts to reflect the correct host names (stanlyco.local, in my example) hosts file (windows/system32/drivers/etc/, I think.): 127.0.0.1stanlyco.local On 6/18/07, Dinner [EMAIL PROTECTED] wrote: Named Virtual Hosts.

XMLFormat and ![CDATA[

2007-06-18 Thread Ariel Jakobovits
I was having an issue where Flex was sending me data with only \r in it, and after it came back out of the database, I was sending it back with Cold Fusion and applying XMLFormat() to the string before returning it to Flex. XMLFormat() clears out \r, but apparently doesn't clear out \n. I found

Re: configuring Apache to use multiple JRun Application Servers

2007-06-18 Thread Andy Allan
you need to manually configure this yourself in httpd.conf - check out brandon purcells entry at http://www.bpurcell.org On 18/06/07, AJ Mercer [EMAIL PROTECTED] wrote: Does any one know who to configure Apache to tie different domains to a particular JRun Application Server? I have

payflow (link|pro)

2007-06-18 Thread Tony
hi there. a client's merchant acct with their bank is already set for use with payflow's api's. for those of you who have used payflow's stuff... whats best to use, the link or the pro? is there an easy to use cf custom tag or something? thanks! tony -- 'Never have anything in your life that

RE: configuring Apache to use multiple JRun Application Servers

2007-06-18 Thread Russ
All you need to do is to configure Apache using the web server config tool, and then you take that configuration, copy it into your virtual server definitions, and change the ports/ips as necessary. Russ -Original Message- From: AJ Mercer [mailto:[EMAIL PROTECTED] Sent: Sunday,

Re: configuring Apache to use multiple JRun Application Servers

2007-06-18 Thread Tom Chiverton
On Monday 18 Jun 2007, AJ Mercer wrote: What I want to end up with is all websites running on port 80 (managed by apache) but each site run on a different JRUN Application Server eg coldfusion.mysite.com - coldfuion application server in JRUN railo.mysite.com- railo application

Re: Error converting data type varchar to int.

2007-06-18 Thread Dean Lawrence
Rob, I think I remember what caused me to have this error. Try removing the variable attribute of the cfprocparam tags. If the variable names do not explicitely match the variables defined in your stored proc, CF will throw an error. Variable names were depriciated in CFMX and were basically

Re: configuring Apache to use multiple JRun Application Servers

2007-06-18 Thread Eric Haskins
You manually edit the the httpd.conf and add the if/if into the Virtualhost container Multihosting with Apache To set up Apache virtual hosts, each with its own JRun server, include a JRun configuration block inside each VirtualHost directive in the Apache configuration file (httpd.conf). The

Re: configuring Apache to use multiple JRun Application Servers

2007-06-18 Thread Cutter (CFRelated)
AJ, I've got a three part post on my blog I'm working on right now on for setting up multi-instance CF 7 (or 8) on Apache with SSL. I'm waiting on some feedback from Adobe on a little trip up with the SSL, but if you ping me off list I'll drop you an example of my httpd.conf. Steve 'Cutter'

RE: FMS2 - CF8 and MySQL on the same Server?

2007-06-18 Thread Jason Manaigre
Hi Matt... I wouldn't even think of running a db on the same box, despite its capacity. some of them getting 1 million hits per year could equate to 20k hits per day; which isn't the end o the world but its substantial. --I should have stated that the high hit sites will have little in the form

CFUNITED news: Continuous Testing for Flex and CF, iPod, 8 days to CFUNITED.

2007-06-18 Thread Michael Smith
Michael Here is the ColdFusion and Fusebox news: * Only 8 days left until CFUNITED-07! Managers Guide to CFUNITED. * CFUNITED Europe Call for Speakers OPEN * Open Source Code Off Results! Winner announced on Friday * CFUNITED-07 Manager's Guide. Why send your developers to CFUNITED? *

iText: The selected method setFontAndSize was not found.

2007-06-18 Thread James Buckingham
Hi everyone, Does anybody know why the following code is telling me that the method fontandsize() doesn't exist? myObj = structNew(); local = structNew(); myObj.document = CreateObject(java, com.lowagie.text.Document); myObj.fileIO =

Remoteing to Flex from CF8 looses my types, throws RTW

2007-06-18 Thread Tom Chiverton
Under CF7, if I return an array of CF transfer objects, I get something like this in the CF log (if I bump the logging to debug in services-config.xml [Flex] Serializing AMF/HTTP response Version: 3 (Message #0 targetURI=/2/onResult, responseURI=) (Typed Object #0

Re: Upgrade to CF7 now?

2007-06-18 Thread Tom Chiverton
On Sunday 17 Jun 2007, Jim McAtee wrote: the course of a year. For those using CF8, is it proving to be a lot of work to go from 7 to 8, or is it relatively painless? Zero work to be done. Just what we want. -- Tom Chiverton Helping to augmentatively consolidate prospective communities on:

Re: Telnet/SSH From CF?

2007-06-18 Thread Sean Corfield
On 6/17/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've used the cfsftp component a few times before, so i might take a better look into its workings, just for fun :-D Don't forget that in CF8 the cfftp tag supports SFTP. If you have Enterprise, you can use the socket event gateway to

Re: OT: newbie FB5? or newbie FB6

2007-06-18 Thread Sean Corfield
On 6/16/07, Dwayne Cole [EMAIL PROTECTED] wrote: Well, what about invoking functions from within the circuit.xml file. Again, I am thinking about upgrading the framework that I use (a modified fusebox framework). Fusebox has supported invoke and instantiate verbs since 4.1 was released in

Re: PDF creation/modification

2007-06-18 Thread Christopher Jordan
Download the beta of CF8 and have it read the PDF in for you. You should then be able to spit it back out, manipulate it etc. I don't know this for a fact, but you may even be able to look at the DDX code (I think that's what it's called if memory serves from Ben's talk at my local CFUG). How

Config jvm.config

2007-06-18 Thread Johnny Le
Hi, We are experiencing problems with our ColdFusion server. When there is high traffic, it is not really crashed but it just serves up pages with static text (not saved into variables). Big objects/variables don't get populated. When this happens, the server only uses up about 40%-50% of

Re: PDF creation/modification

2007-06-18 Thread robert . rawlins
What cf version are you running bobby? I'm crossing my fingers (and so should you) that its 7+. :-D Rob So I finally have to create/modify a PDF from CF after all these years. And wouldn't you know it. it's the biggest scholarship application known to man. The PDF has to look exactly like

Re: iText: The selected method setFontAndSize was not found.

2007-06-18 Thread Mark Mandel
You probably need to javaCast the '12' to whatever type that the API requires. What is the API for the setFontAndSize()? Mark On 6/19/07, James Buckingham [EMAIL PROTECTED] wrote: Hi everyone, Does anybody know why the following code is telling me that the method fontandsize() doesn't

RE: payflow (link|pro)

2007-06-18 Thread Dawson, Michael
We use the PayFlow Pro product. They have a free CFX tag that works great. Originally, we had an existing site that was based on ASP and a COM object, therefore, we already had an account. I chose to create a new online payment page with CF and the CFX tag. I was able to get a working example

Re: payflow (link|pro)

2007-06-18 Thread Jake Pilgrim
There is a CFX tag which you can install for PayFlowPro, however it is a Java CFX tag and the instructions they provide for installation do not work if you follow them line for line. Fortunately, I have written an installation guide which actually works:

RE: payflow (link|pro)

2007-06-18 Thread Bobby Hartsfield
I thought payflowpro was pretty easy to work with. Never used link or whatever ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Tony [mailto:[EMAIL PROTECTED] Sent: Monday, June 18, 2007 12:44 PM To: CF-Talk Subject: payflow

Re: Remoteing to Flex from CF8 looses my types, throws RTW

2007-06-18 Thread Sean Corfield
On 6/18/07, Tom Chiverton [EMAIL PROTECTED] wrote: Under CF7, if I return an array of CF transfer objects, I get something like this in the CF log (if I bump the logging to debug in services-config.xml How is your returntype declared? -- Sean A Corfield -- (904) 302-SEAN An Architect's View --

web page snapshots

2007-06-18 Thread Ariel Jakobovits
does anyone know how to make one of those server programs to retrieve a web page and save it as an image? ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 MX7 integration create powerful cross-platform RIAs

Re: Max 2007... any sneak previews of sessions? Any rumors?

2007-06-18 Thread Sean Corfield
On 6/18/07, LHWH Interactive [EMAIL PROTECTED] wrote: Ajax Hands-ons? CF8 Image tag Hands-ons? Using CF8 and Eclipse sessions? Frameworks sessions? Ted Patrick just posted the list of pre-conference classes: http://onflex.org/ I'd strongly recommend subscribing to Ted's RSS feed for all the

Re: payflow (link|pro)

2007-06-18 Thread Ron Gowen
We use Link, for a simple set-up it works great. Purchased it through Wells Fargo. On 6/18/07, Tony [EMAIL PROTECTED] wrote: hi there. a client's merchant acct with their bank is already set for use with payflow's api's. for those of you who have used payflow's stuff... whats best to

Re: PDF creation/modification

2007-06-18 Thread Christopher Jordan
Hmm... I just realized that even if you can read the document in via CF8 that it might not help you in CF7. However if document editing has been disabled in the copy they gave you, you can manipulate that stuff in CF8 and have it produce a new *unlocked* document that you could then maybe use

Re: configuring Apache to use multiple JRun Application Servers

2007-06-18 Thread James Holmes
You edit the httpd.conf file manually, to point to the different proxy port. On 6/18/07, AJ Mercer [EMAIL PROTECTED] wrote: Does any one know who to configure Apache to tie different domains to a particular JRun Application Server? I have ColdFusion running in one JRUN application server and

Re: payflow (link|pro)

2007-06-18 Thread Dinner
They've got a new XML based deal too... On 6/18/07, Jake Pilgrim wrote: There is a CFX tag which you can install for PayFlowPro, however it is a Java CFX tag and the instructions they provide for installation do not work if you follow them line for line.

Re: web page snapshots

2007-06-18 Thread Will Tomlinson
does anyone know how to make one of those server programs to retrieve a web page and save it as an image? This is CF8, but it's cool as heck! http://www.coldfusionjedi.com/index.cfm/2007/6/13/ColdFusion-8-URL-Thumbnails Will

Re: web page snapshots

2007-06-18 Thread Casey Dougall
http://www.websitescreenshots.com/ Then, leave it to Ben to have the walkthough already figured out for ya! http://www.bennadel.com/resources/demo/3/index.cfm I modified this script a bit to fit our needs but it has evertying you need to get things up and running... -- Casey

Re: web page snapshots

2007-06-18 Thread Charlie Griefer
http://www.coldfusionjedi.com/index.cfm/2007/6/13/ColdFusion-8-URL-Thumbnails On 6/18/07, Ariel Jakobovits [EMAIL PROTECTED] wrote: does anyone know how to make one of those server programs to retrieve a web page and save it as an image?

The best way to compare these dates?

2007-06-18 Thread Will Tomlinson
I'm working with two dates coming out of some mysql fields. They're formatted like 2007-05-26. I want to check and see if the current time is in between those dates. if it is, I needta flag it, relocate, etc. What I've got KINDA workin is this: cfif DateFormat(Now(), -mm-dd) GTE

Re: payflow (link|pro)

2007-06-18 Thread Rey Bango
We've used the pro successfully via their CFX tag. No issues whatsoever. Rey Tony wrote: hi there. a client's merchant acct with their bank is already set for use with payflow's api's. for those of you who have used payflow's stuff... whats best to use, the link or the pro? is there

Re: payflow (link|pro)

2007-06-18 Thread Tony
excellent! thank you jake, and all that have replied. what in the hizzell what up with cftalk today :( anyway, its all good, thanks for this! tony On 6/18/07, Jake Pilgrim [EMAIL PROTECTED] wrote: There is a CFX tag which you can install for PayFlowPro, however it is a Java CFX tag and the

Re: configuring Apache to use multiple JRun Application Servers

2007-06-18 Thread AJ Mercer
is Ifmodule optional? if not, when is it required? On 6/18/07, James Holmes [EMAIL PROTECTED] wrote: You edit the httpd.conf file manually, to point to the different proxy port. On 6/18/07, AJ Mercer [EMAIL PROTECTED] wrote: Does any one know who to configure Apache to tie different

Re: The best way to compare these dates?

2007-06-18 Thread Will Tomlinson
Ok, I've made some progress. This seems to work better. cfif datecompare(Now(), getEvalDetails.evalopendate, d) EQ 1 AND datecompare(Now(), getEvalDetails.evalclosedate, d) EQ -1 Yep now is in between!cfabort /cfif Any better suggestions? Thanks, Will

Re: payflow (link|pro)

2007-06-18 Thread Dan Vega
Tony, I should have it wrapped up (and an article to follow) later this week but I have created a component for payflow pro. It uses Mark Mandel's JavaLoader so there is no need to install a cfx tag. If you (or anyone ) is interested I could use some testers! Dan Vega

Re: Config jvm.config

2007-06-18 Thread James Holmes
Yes: http://www.petefreitag.com/item/115.cfm http://www.prismix.com/blog/2005/08/coldfusion_memo.cfm On 6/19/07, Johnny Le [EMAIL PROTECTED] wrote: In our current situation, is there a way to find out how much memory JVM really deciate to each instance? because we only have problems when

RE: PDF creation/modification

2007-06-18 Thread Bobby Hartsfield
It is indeed CF7 :-) ..:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Christopher Jordan [mailto:[EMAIL PROTECTED] Sent: Monday, June 18, 2007 6:13 PM To: CF-Talk Subject: Re: PDF creation/modification Hmm... I just realized that

Re: payflow (link|pro)

2007-06-18 Thread Tony
efffin A, i would love to test it... let me know! tw On 6/18/07, Dan Vega [EMAIL PROTECTED] wrote: Tony, I should have it wrapped up (and an article to follow) later this week but I have created a component for payflow pro. It uses Mark Mandel's JavaLoader so there is no need to install a

Re: configuring Apache to use multiple JRun Application Servers

2007-06-18 Thread James Holmes
There are some standard settings that go in the ifmodule part and the rest get copied to (and modified in) each virtual host. This was in the livedocs but either it's been changed or it's in a different place than where I though it was. At a minimum the proxy port and serverstore go in the

cf why.

2007-06-18 Thread Tony
(cross post from cf-comm.) you can either run this code below, on your server or see it at this url. http://www.revolutionwebdesign.com/why/ either way... if you can, help me understand this... !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html head titleUntitled/title

Re: cf why.

2007-06-18 Thread Mark Mandel
They all do similar, but quite different things, so I'm not sure where the confusion lies here? Round - rounds a number Ceiling - round UP a number NumberFormat - formats the display of the number, which is more than just rounding. Mark On 6/19/07, Tony [EMAIL PROTECTED] wrote: (cross post

Re: configuring Apache to use multiple JRun Application Servers

2007-06-18 Thread AJ Mercer
Thanks for all the replies - I have moved forward a little :-) I now have one domain running CF8 and the other Railo 2 rc 1 but by running I mean serving up a Railo error I browse to the root and get a directory listing of my virtual directory but when I click on a file, Railo says it can find

Re: cf why.

2007-06-18 Thread Tony
shouldnt numberformat('33.334','99') return 33.33? tony On 6/18/07, Mark Mandel [EMAIL PROTECTED] wrote: They all do similar, but quite different things, so I'm not sure where the confusion lies here? Round - rounds a number Ceiling - round UP a number NumberFormat - formats the display of

Re: PDF creation/modification

2007-06-18 Thread Paul Hastings
Bobby Hartsfield wrote: It is indeed CF7 :-) use iText. although it powers cfdocument you probably want the latest version, so you'll need it mark's javaloader so as not to step on cfdocument's toes. http://itextdocs.lowagie.com/ http://itextdocs.lowagie.com/tutorial/ or better yet get

Re: cf why.

2007-06-18 Thread Greg Morphis
no, because you're rounding it to tens.. if you wanted 33.33, then you'd need numberformat('33.334','99.99') On 6/18/07, Tony [EMAIL PROTECTED] wrote: shouldnt numberformat('33.334','99') return 33.33? tony On 6/18/07, Mark Mandel [EMAIL PROTECTED] wrote: They all do similar, but quite

Re: Max 2007... any sneak previews of sessions? Any rumors?

2007-06-18 Thread LHWH Interactive
On 6/18/07, Sean Corfield [EMAIL PROTECTED] wrote: On 6/18/07, LHWH Interactive [EMAIL PROTECTED] wrote: Ajax Hands-ons? CF8 Image tag Hands-ons? Using CF8 and Eclipse sessions? Frameworks sessions? Ted Patrick just posted the list of pre-conference classes: http://onflex.org/ They've

Re: iText: The selected method setFontAndSize was not found.

2007-06-18 Thread Paul Hastings
Mark Mandel wrote: You probably need to javaCast the '12' to whatever type that the API requires. naw, it's the font (static numbers should almost always go through ok--though i use a java lib that even wants strings cast). he's set it to a string (Courier). local.bf =