CFHTTP charset issue

2014-05-09 Thread Edward Chanter
We're using CFHTTP to query a java service. The system basically takes a piece of text and posts it via CFHTTP to a custom service written in Java. The problem is occuring because CF doesn't seem to be setting the character encoding correctly. Consequently special characters like smart quotes are

Re: max reqs

2014-05-09 Thread Dave Watts
We have one ACF10 production server for two sites: 1 - a longer request-time management site 2 - a short request-time site for the public ( 300 milliseconds / req) What's the best/easiest way to reserve, say, half of my Maximum number of simultaneous Template requests for the short

Re: CFHTTP charset issue

2014-05-09 Thread Paul Hastings
On 5/9/2014 4:13 PM, Edward Chanter wrote: What am I missing here? if that java bit is relying on getCharacterEncoding(), i think it gets the charset from Content-Type (not exactly sure why cfhttp charset param's not setting that). so maybe try setting it via Content-Type too. cfhttpparam

Re: max reqs

2014-05-09 Thread John M Bliss
Would I need two CF server licenses for this...? Also, this is CF Standard we're talking about. Does Standard do multi-server? On Fri, May 9, 2014 at 9:47 AM, Dave Watts dwa...@figleaf.com wrote: We have one ACF10 production server for two sites: 1 - a longer request-time management

Re: max reqs

2014-05-09 Thread Matt Quackenbush
Two instances would be done with an Enterprise license. On Fri, May 9, 2014 at 9:53 AM, John M Bliss bliss.j...@gmail.com wrote: Would I need two CF server licenses for this...? Also, this is CF Standard we're talking about. Does Standard do multi-server? On Fri, May 9, 2014 at 9:47 AM,

Re: max reqs

2014-05-09 Thread Dave Watts
Would I need two CF server licenses for this...? No, just one Enterprise license. Also, this is CF Standard we're talking about. Does Standard do multi-server? No. Dave Watts, CTO, Fig Leaf Software 1-202-527-9569 http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a

Re: CFHTTP charset issue

2014-05-09 Thread Edward Chanter
Paul, thank you so much, your suggestion sorted my problem out. You just saved a bunch of people a load of time :) On 9 May 2014 14:52, Paul Hastings p...@sustainablegis.com wrote: On 5/9/2014 4:13 PM, Edward Chanter wrote: What am I missing here? if that java bit is relying on

Re: max reqs

2014-05-09 Thread Russ Michaels
if shelling out for a enterprise license is not viable, you could try using Railo for the management site. On Fri, May 9, 2014 at 3:09 PM, Dave Watts dwa...@figleaf.com wrote: Would I need two CF server licenses for this...? No, just one Enterprise license. Also, this is CF Standard

Re: max reqs

2014-05-09 Thread John M Bliss
Can ACF10 Standard and Railo coexist on the same server, one attached to one IIS website and the other attached to another IIS website? On Fri, May 9, 2014 at 10:56 AM, Russ Michaels r...@michaels.me.uk wrote: if shelling out for a enterprise license is not viable, you could try using Railo

Re: max reqs

2014-05-09 Thread Matt Quackenbush
In short, yes. There'll be some configuration change requirements, but yes, people do it all the time. On Fri, May 9, 2014 at 3:32 PM, John M Bliss bliss.j...@gmail.com wrote: Can ACF10 Standard and Railo coexist on the same server, one attached to one IIS website and the other attached to

Re: max reqs

2014-05-09 Thread Gerald Guido
Yeah, what Matt said. There are several ways to do it. I have done it like so: http://blogs.iis.net/wonyoo/archive/2008/07/09/application-request-routing-arr-as-a-reverse-proxy.aspx HTH G! -- Gerald Guido Twitter https://twitter.com/CozmoTrouble Blarg http://www.myinternetisbroken.com

Re: max reqs

2014-05-09 Thread Matt Quackenbush
By the way, I apologize for my brevity earlier. I would give the long answer (i.e. how to do it), too, but, well, I haven't used Windows in several years and it's been even longer since I used ACF, so I've never personally done a side-by-side install on Windows. On Fri, May 9, 2014 at 5:34 PM,

Re: max reqs

2014-05-09 Thread John M Bliss
NP, Matt. On May 9, 2014 5:41 PM, Matt Quackenbush quackfu...@gmail.com wrote: By the way, I apologize for my brevity earlier. I would give the long answer (i.e. how to do it), too, but, well, I haven't used Windows in several years and it's been even longer since I used ACF, so I've never

Re: max reqs

2014-05-09 Thread Russ Michaels
Yes they can, right out of the box. Here is how I do it on cfmldeveloper if you are interested. http://www.michaels.me.uk/post.cfm/running-railo-and-coldfusion-10-side-by-side-with-boncode Russ Michaels www.michaels.me.uk cfmldeveloper.com cflive.net cfsearch.com On 9 May 2014 20:32, John M

Re: max reqs

2014-05-09 Thread Gerald Guido
By the way, I apologize for my brevity earlier. I would give the long answer (i.e. how to do it), Yeah, what Matt said :). I could have been clearer as well What you are looking for (in my case at least) is Application Request Routing

Re: max reqs

2014-05-09 Thread Gerald Guido
Here is how I do it on cfmldeveloper if you are interested. http://www.michaels.me.uk/post.cfm/running-railo-and-coldfusion-10-side-by-side-with-boncode Nice, thanx for sharing that. G! -- Gerald Guido Twitter https://twitter.com/CozmoTrouble Blarg http://www.myinternetisbroken.com

Re: Unable to add text to HTML HEAD tag

2014-05-09 Thread John Pullam
I appreciate the feedback received on this and some of the ensuing discussion. On the technical side, it was a cfajaximport tag on which it failed. But as I mentioned earlier, it still failed when that tag was removed. Thanx to one suggestion I got it to work by moving the entire cfwindow up

Re: Unable to add text to HTML HEAD tag

2014-05-09 Thread Dave Watts
FWIW, I have been there and done that too (been a programmer for nearly 50 years) so I believe I'm qualified to participate in the discussion about giving help. My concern is that on any number of posts I read, I have found some responders who prefer to give technique advice rather than