Good to hear. Since you're replying to my note, I hope some of the suggestions there were helpful in leading you to that conclusion. Since you said in a couple of notes of the thread that you didn't think it was IIS, it took some persuading to get you there. :-)
As for it crashing services, do you mean to say that if you invoke the web service (the one mentioned Wednesday, not the "test.cfc" he mentioned in the other thread today) and you pass it a 30k string, the server needs rebooting? That would be stunning. So to be clear, which "services" are you saying "crash"? CF10? IIS? If CF10, anything in the coldfusion-out.log or coldfusion-error.log, in [cf10]\cfusion\log\ or [cf10]\[instance]\log\? If IIS, anything in the Windows event logs? /charlie From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Dale Fraser Sent: Friday, August 17, 2012 1:47 AM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Web Services Problem Managed to isolate this to an IIS settings, works fine with CF direct to tomcat. Now need to work out why. Not only doesn't it work, it crashes services and the server needs rebooting. Regards Dale Fraser http://dale.fraser.id.au http://cfmldocs.com http://learncf.com http://flexcf.com From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Charlie Arehart Sent: Thursday, 16 August 2012 11:08 PM To: cfaussie@googlegroups.com Subject: RE: [cfaussie] Web Services Problem So here are 2 things you can try to narrow things down: First, make the call through the built-in web server in CF10. If it works, that will tell you it was an IIS thing. If it doesn't, then it could be a CF10 thing. In that case, put CF9 on the same box, enabling also its built-in web server (and also connect it as a web site accessible through IIS), and call the web service those ways. If it works either way, then that confirms it is a CF10 thing. In that case, it could be either a Tomcat or CF10 thing. CF10 did impose many security controls, so it could be related to that (and not Tomcat). As for whether it's Tomcat, you mentioned tweaking Tomcat (in your last note, saying "tried those tomcat settings"). Not sure which you mean, but there are several levels at which such tweaks might be made, from the server, to the service, to the engine, to the host, down to the context, and then also at the connector level. You'll want to check all those to determine if one of them might have a config option that could be affecting this. /charlie -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.