CFTOKEN CFID cookies with long gibberish prefix... CF11?

2015-04-06 Thread Gaulin, Mark
management cookie; for the time being we need to continue to use CFTOKEN CFID.) Help! Thanks Mark ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag

Re: Enable Request Debugging Output not working

2015-04-05 Thread Mark Spence
? On Sun, Apr 5, 2015 at 3:49 AM, Mark Spence markpence...@gmail.com wrote: For some reason, suddenly debug output has stopped working on my development machine. I'm not sure why. I have tried turning it off and on, restarting the server, restarting the box. Nothing has helped. Google has

Enable Request Debugging Output not working

2015-04-04 Thread Mark Spence
For some reason, suddenly debug output has stopped working on my development machine. I'm not sure why. I have tried turning it off and on, restarting the server, restarting the box. Nothing has helped. Google has failed me. Running on windows 8.1 and IIS.

RE: Handling invalid recipient in mailing list

2015-04-02 Thread Mark A Kruger
Dave, A) What is the error. Fixing the error will keep your loop going. B) Using a try/catch INSIDE the loop will allow you to keep it going - with the caveat that you will miss whatever email throws the error so you might want to log that inside the catch. -Mark -Original Message

RE: considering two options for changing hosting

2015-03-31 Thread Mark A Kruger
Ow! That hurt. -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Tuesday, March 31, 2015 3:37 PM To: cf-talk Subject: Re: considering two options for changing hosting Mark, there is a very good reason I do not tell people there is a workaround to get MSAccess

RE: considering two options for changing hosting

2015-03-31 Thread Mark A Kruger
PS. I agree his host is probably using 32bit. -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Tuesday, March 31, 2015 1:52 PM To: cf-talk Subject: Re: considering two options for changing hosting MSAccess does not work since windows server 2008 as the jet

RE: SOLR config in CF10

2015-03-26 Thread Mark A Kruger
Les, Are you running an external Solr instance? Check the CF admin settings under Solr Host Name. It might give you a host or IP for an external server. -mark -Original Message- From: Les Irvin [mailto:les.cft...@gmail.com] Sent: Thursday, March 26, 2015 2:46 PM To: cf-talk Subject

considering two options for changing hosting

2015-03-26 Thread Mark Spence
I am currently using Newtek/Crystaltek for a client site and have a couple of issues with them I am able to resolve. The site has been with them for several years. 1. Lately the Wordpress portion of the site has become slow and I can't figure out why. It's not the db and it is not the

Line breaks being lost in textarea form field

2015-03-08 Thread Mark Spence
I don't know if this specifically a CF question so sorry if it is considered OT. I have an admin section of the site that lets the owner add and edit items/products. I am having an issue with the description field where the newline/enter key input is being lost when editing an entry. To give

trying to shorten long string

2015-03-06 Thread Mark Spence
I have a long product description I am trying to truncate. I could just truncate it, but I don't want to break off sentences. Here is the solution I came up with but it does not seem to have any effect. Any ideas? cfset variables.description = qry_productsGet.productdescription cfif

RE: Embedding files in a PDF

2015-02-25 Thread Mark A Kruger
Yes but he's talking about arbitrary files I think - supporting documents. I think the first step is to identify what document types you wish to support. If you can specify only PDF's and images for example, you could make this work with CF natively. If you have to do (for example) word doc

RE: ColdFusion_10_WWEJ_win64.exe error

2015-02-25 Thread Mark A Kruger
Sorry this one! http://www.coldfusionmuse.com/index.cfm/2010/2/24/CF8-Install-Windows-2003-64bit -mark -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Wednesday, February 25, 2015 3:15 PM To: cf-talk Subject: Re: ColdFusion_10_WWEJ_win64.exe error Do

RE: ColdFusion_10_WWEJ_win64.exe error

2015-02-25 Thread Mark A Kruger
-Mark -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Wednesday, February 25, 2015 3:15 PM To: cf-talk Subject: Re: ColdFusion_10_WWEJ_win64.exe error Do you know where that's located? On Wed, Feb 25, 2015 at 4:13 PM, Russ Michaels r...@michaels.me.uk wrote

Re: CF 404 handler non being invoked on IIS

2015-02-18 Thread Mark Spence
/onmissingtemplate -Original Message- From: Mark Spence [mailto:markpence...@gmail.com] Sent: Wednesday, February 18, 2015 12:07 AM To: cf-talk Subject: Re: CF 404 handler non being invoked on IIS I'm trying to make do with using a custom 404 handler in IIS but the requested

Re: CF 404 handler non being invoked on IIS

2015-02-18 Thread Mark Spence
Sorry for the misunderstanding, but he 404 is for pages the are ses product pages. So I need the content to be returned to the user. An example would be thus: http://www.mysite.com/productpages/category/product-103/index.cfm I am pulling productpages to see that it is a product page and 103

Re: CF 404 handler non being invoked on IIS

2015-02-18 Thread Mark Spence
, Mark Spence markpence...@gmail.com wrote: Sorry for the misunderstanding, but he 404 is for pages the are ses product pages. So I need the content to be returned to the user. An example would be thus: http://www.mysite.com/productpages/category/product-103/index.cfm I am pulling

Re: CF 404 handler non being invoked on IIS

2015-02-17 Thread Mark Spence
of your 404 handling in your ... 404 handler. I don't use IIS rewrites for much and instead rely on CF wherever possible. Will try and find some time this long weekend (holiday here in the USA). On Thu, Feb 12, 2015 at 5:31 AM, Mark Spence markpence...@gmail.com wrote: After playing

coldfusion 9 developer edition with verity download

2015-02-16 Thread Mark Spence
Anyone know where I can safely download coldfusion 9? I would like it for development purposes as the live site uses a verity product search that I need to work on. Thanks. ~| Order the Adobe Coldfusion Anthology now!

Re: CF 404 handler non being invoked on IIS

2015-02-12 Thread Mark Spence
wrote: Mark, those two threads aren't exactly a linear set of to do steps. I'll try to put that together tomorrow when I am in front of a desktop. -- --m@Robertson-- Janitor, The Robertson Team mysecretbase.com -- --m@Robertson-- Janitor, The Robertson Team

Re: CF 404 handler non being invoked on IIS

2015-02-11 Thread Mark Spence
Thank you, I would appreciate that. On Mon, Feb 9, 2015 at 6:38 PM, Matt Robertson websitema...@gmail.com wrote: Mark, those two threads aren't exactly a linear set of to do steps. I'll try to put that together tomorrow when I am in front of a desktop

Re: CF 404 handler non being invoked on IIS

2015-02-11 Thread Mark Spence
Have you tried a very simple rule to test of that is working ok ? The url rewrite is just pointing to serve the site from a subdirectory. It is working ok because the home page is being served correctly. Thanks, On Mon, Feb 9, 2015 at 3:09 PM, Russ Michaels r...@michaels.me.uk wrote: I

Re: CF 404 handler non being invoked on IIS

2015-02-09 Thread Mark Spence
Matt, Thank you for the link. I am working through the first step below: *Step 1:* Configure a Missing Template Handler in CF Administrator. Mine is global to the server and kept in the ColdFusion webroot - which is separate from the IIS web root and whose default location is

CF 404 handler non being invoked on IIS

2015-02-08 Thread Mark Spence
This is working on the live hosted site, but on my local install of iis and cf it isn't. I have ses urls like this: http://mysitedotcom/item-section/item-name-1034/index.cfm The directories item-section and item-name-1034 do not exist, so it should invoke the Application.cfc onMissingTemplate

Re: problem getting coldfusion and iis running together

2015-02-08 Thread Mark Spence
at 23:04 PM, Mark Spence markpence...@gmail.com wrote: Thank you for the reply. I googled the error code and found this thread: http://forums.iis.net/t/1150673.aspx?Am+getting+the+error+0x800704ec+in+webpage+while+calling+the+perl+script I looked in the ISAPI and CGI restrictions

Re: problem getting coldfusion and iis running together

2015-02-08 Thread Mark Spence
Hello, Russ. I tried the web server configuration tool. After doing so I got an error about a duplicate configuration pointing me to the web config file. I removed the entry and it seems to work now. I want to say I REALLY appreciate all your help. Thank you so much. Cheers.

Re: CF 404 handler non being invoked on IIS

2015-02-08 Thread Mark Spence
I have added the following for a custom error page: Execute a url on this site /404.cfm I still get the standard iis 404 error page. I have restarted the server. Is there something else I need to do? Thanks. ~| Order the

problem getting coldfusion and iis running together

2015-02-07 Thread Mark Spence
Sorry, this is both a IIS and ColdFusion question, so I wasn't sure where to ask. Hopefully someone here can help me. I am just getting started with CF and am helping someone with a site so please bear with me. I am trying to get my local dev environment set up. I had IIS and ColdFusion

Re: problem getting coldfusion and iis running together

2015-02-07 Thread Mark Spence
Thank you for the reply. I googled the error code and found this thread: http://forums.iis.net/t/1150673.aspx?Am+getting+the+error+0x800704ec+in+webpage+while+calling+the+perl+script I looked in the ISAPI and CGI restrictions and there is an entry under tomcat_Default Web Site with the path

RE: GC overhead limit exceeded

2014-12-08 Thread Mark A Kruger
Dan, I was just reading this post by CF Gurur Mike B. It has some cf10 specific tips that might be applicable to you since your problem is OOM. http://www.cfwhisperer.com/post.cfm/coldfusion-10-enhanced-performance-setti ngs -mark Mark Kruger - CFG CF Webtools www.cfwebtools.com

RE: GC overhead limit exceeded

2014-12-08 Thread Mark A Kruger
/post.cfm/coldfusion-10-enhanced-performance-sett i ngs -mark Cheers Mark. We are also looking at the database ( MS SQL Express ) which is being used by several sites on that same machine. There is a memory leak somewhere in the technology path. I'm pretty sure MS SQL Express is not meant to be used

RE: how to diagnose a potential bottleneck

2014-12-02 Thread Mark A Kruger
into perm heap isn't necessarily going to give you information that you can use. Mark Kruger - CFG CF Webtools www.cfwebtools.com www.coldfusionmuse.com O: 402.932.3318 E: mkru...@cfwebtools.com Skype: markakruger -Original Message- From: Don [mailto:danfar...@hotmail.com] Sent: Tuesday

RE: Java certificate issue

2014-11-26 Thread Mark A Kruger
Donnie, That's the wrong log location. You need to look in the standard out log. In a typical install (non multiserver) it would be in /coldfusion9/runtime/logs/ look for cfusion-out.log -Mark -Original Message- From: Donnie Carvajal [mailto:donnie.carva...@transformyx.com] Sent

RE: Java certificate issue

2014-11-25 Thread Mark A Kruger
It certainly could be a failed intermediate certificate. See this post from yesterday Donnie. Lots of certs changes in the wild right now. http://www.coldfusionmuse.com/index.cfm/2014/11/24/coldfusion-tsl-ssl3-JVM-1 -7 Mark Kruger - CFG CF Webtools www.cfwebtools.com www.coldfusionmuse.com O

RE: Java certificate issue

2014-11-25 Thread Mark A Kruger
There's a -7 at the end of that link as in JVM-1-7 .. sorry about the wrap. (saying that makes me want to beat box for some reason). -Original Message- From: Mark A Kruger [mailto:mkru...@cfwebtools.com] Sent: Tuesday, November 25, 2014 12:04 PM To: cf-talk Subject: RE: Java

RE: JDBC drivers for old FoxPro DBF files.

2014-11-22 Thread Mark A Kruger
Arden, You may be able to bridge to an ODBC DSN. The issue is typically 64bit vs 32 bit but it can usually be overcome - at least on Win2008r2. We've done this with Access and MS text drivers but never with fox pro - still, the process should be about the same I think. -Mark -Original

FW: CF9.02 administrator hack

2014-11-12 Thread Mark A Kruger
a repo if you have it. -Mark P.S. let CFWT know if you need formal help on this. Mark Kruger - CFG CF Webtools www.cfwebtools.com www.coldfusionmuse.com O: 402.932.3318 E: mkru...@cfwebtools.com Skype: markakruger -Original Message- From: Tom McNeer [mailto:tmcn...@gmail.com] Sent

RE: FW: CF9.02 administrator hack

2014-11-12 Thread Mark A Kruger
in to various things... -Mark -Original Message- From: Claude Schnéegans schneeg...@internetique.com [mailto:=?ISO-8859-1?Q?Claude_Schn=E9egans schneegans@interneti=71?= =?ISO-8859-1?Q?ue.com=3E?=] Sent: Wednesday, November 12, 2014 1:40 PM To: cf-talk Subject: Re: FW: CF9.02 administrator

RE: Distributive Mode

2014-10-17 Thread Mark A Kruger
Dave - he likes it the way it is let it go! (with my apologies to Elsa) :D Mark Kruger - CFG CF Webtools www.cfwebtools.com www.coldfusionmuse.com O: 402.932.3318 E: mkru...@cfwebtools.com Skype: markakruger -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent

RE: CFHTTP Raw Request

2014-10-14 Thread Mark A Kruger
but it may not work in this specific instance. Sorry to redirect your efforts :) -Mark Mark Kruger - CFG CF Webtools www.cfwebtools.com www.coldfusionmuse.com O: 402.932.3318 E: mkru...@cfwebtools.com Skype: markakruger -Original Message- From: Donnie Carvajal [mailto:donnie.carva

RE: CFHTTP Raw Request

2014-10-14 Thread Mark A Kruger
Ah... so you would have to use the proxy/port attributes of the cfhttp tag. I see how that would work. On the plugin install it sets that up for you with the browser. Good to know. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Tuesday, October 14, 2014 12:11 PM

RE: Avoiding a boat load of queries inserting multiple records - Better Way?

2014-10-10 Thread Gaulin, Mark
, value3, value4 ... union all select value1, value2, value3, value4 ... Thanks Mark -Original Message- From: DURETTE, STEVEN J [mailto:sd1...@att.com] Sent: Friday, October 10, 2014 8:19 AM To: cf-talk Subject: RE: Avoiding a boat load of queries inserting multiple records

CF11 changes to Application.cfc - no mappings defined?

2014-10-08 Thread Gaulin, Mark
in that top script block, so that's not a help either.) Thanks Mark ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http

RE: CF11 changes to Application.cfc - no mappings defined?

2014-10-08 Thread Gaulin, Mark
(); } /cfscript /cfcomponent -Original Message- From: Dean Lawrence [mailto:dean...@gmail.com] Sent: Wednesday, October 08, 2014 2:13 PM To: cf-talk Subject: Re: CF11 changes to Application.cfc - no mappings defined? Mark, When you say global mappings, are you saying

RE: CF11 changes to Application.cfc - no mappings defined?

2014-10-08 Thread Gaulin, Mark
in the method, but doesn't know any mappings in the top script block.) Pretty weird... Thanks Mark -Original Message- From: Cameron Childress [mailto:camer...@gmail.com] Sent: Wednesday, October 08, 2014 2:33 PM To: cf-talk Subject: Re: CF11 changes to Application.cfc - no mappings defined

RE: CF11 changes to Application.cfc - no mappings defined?

2014-10-08 Thread Gaulin, Mark
.. this looks like a relevant bug: https://bugbase.adobe.com/index.cfm?event=bugid=3783403 It is marked fixed but it sounds like it isn't released yet Thanks Mark -Original Message- From: Dean Lawrence [mailto:dean...@gmail.com] Sent: Wednesday, October 08, 2014 3:12 PM To: cf-talk

(ot) Coldfusion leads for cash

2014-10-07 Thread Mark A Kruger
. http://www.coldfusionmuse.com/index.cfm/2014/10/7/coldfusion-referrals-for-c ash Again, I apologize if someone has a huge problem with this self interested post :) I promise to do extra CF community service in penance. -Mark Mark Kruger - CFG CF Webtools http://www.cfwebtools.com

RE: OT, but stil...

2014-09-04 Thread Mark A Kruger
it is important that variables be tied to temporary entities on the client side (like expiring session cookies) as you mention below. Beyond that your conclusions are correct and scary - but the alternative is probably to close up shop and move to a cabin in Montana :) -Mark -Original Message

RE: OT, but stil...

2014-09-04 Thread Mark A Kruger
Yeah... I'd do it myself if I could get good wireless :D -Original Message- From: Claude Schnéegans schneeg...@internetique.com [mailto:=?ISO-8859-1?Q?Claude_Schn=E9egans schneegans@interneti=71?= =?ISO-8859-1?Q?ue.com=3E?=] Sent: Thursday, September 04, 2014 10:46 AM To: cf-talk

RE: OT, but stil...

2014-09-03 Thread Mark A Kruger
them. Nicely done. -Mark -Original Message- From: Claude Schnéegans schneeg...@internetique.com [mailto:=?ISO-8859-1?Q?Claude_Schn=E9egans schneegans@interneti=71?= =?ISO-8859-1?Q?ue.com=3E?=] Sent: Tuesday, September 02, 2014 9:27 PM To: cf-talk Subject: OT, but stil

RE: code suddenly stops working for no apparent reason

2014-09-02 Thread Mark A Kruger
I would echo what Bobby said :) (cfbrickwall) -Original Message- From: Bobby [mailto:bo...@acoderslife.com] Sent: Tuesday, September 02, 2014 6:52 AM To: cf-talk Subject: Re: code suddenly stops working for no apparent reason It isn¹t being explicitly passed, it is being

RE: Insite Help on CF Hanging?

2014-07-23 Thread Mark A Kruger
size in task manager. -Mark Mark Kruger - CFG CF Webtools www.cfwebtools.com www.coldfusionmuse.com O: 402.932.3318 E: mkru...@cfwebtools.com Skype: markakruger -Original Message- From: Les Mizzell [mailto:lesm...@bellsouth.net] Sent: Wednesday, July 23, 2014 8:52 AM To: cf-talk

RE: Insite Help on CF Hanging?

2014-07-23 Thread Mark A Kruger
an increase in traffic as the system tries to remove a boatload of client vars. -Mark -Original Message- From: Les Mizzell [mailto:lesm...@bellsouth.net] Sent: Wednesday, July 23, 2014 8:52 AM To: cf-talk Subject: Insite Help on CF Hanging? Had a site go down in the early morning hours

RE: Having trouble with cfcI have removed all references to site_theartoflovingcatsanddogs_com and deleted the template cache. No luck. Any help?

2014-07-22 Thread Mark A Kruger
I hope the art of loving cats and dogs is painting or crafts or something :D -Original Message- From: Claude Schnéegans schneeg...@internetique.com [mailto:=?ISO-8859-1?Q?Claude_Schn=E9egans schneegans@interneti=71?= =?ISO-8859-1?Q?ue.com=3E?=] Sent: Tuesday, July 22, 2014 8:49 AM To:

RE: element undefined

2014-07-20 Thread Mark A Kruger
Matthew, Where did you add it? It won't work in the general body of the cfc. It will need to be in onRequest() or onRequestStart() -Original Message- From: Matthew Smith [mailto:chedders...@gmail.com] Sent: Sunday, July 20, 2014 1:46 PM To: cf-talk Subject: Re: element undefined

RE: Moving part of my hosting business - thoughts about my plan please ...

2014-06-03 Thread Mark A Kruger
We use CentOS extensively here at CFWT and have many customers using it as well. Very solid. -Original Message- From: Gerald Guido [mailto:gerald.gu...@gmail.com] Sent: Tuesday, June 03, 2014 10:29 AM To: cf-talk Subject: Re: Moving part of my hosting business - thoughts about my plan

RE: max heap

2014-04-03 Thread Mark A Kruger
successfully - and more is possible. It's just that you tend to start running more instances or servers rather than continuing to up the heap size. -mark -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Thursday, April 03, 2014 5:50 AM To: cf-talk Subject: Re

RE: max heap

2014-04-03 Thread Mark A Kruger
Dave, I worked with that 3GB switch to try to get up to 2g heap but was never able to do it successfully - get a large heap I mean. Never tried it was jrocket though. -Mark -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Thursday, April 03, 2014 9:08 AM To: cf

RE: Jrun Restarts Itself Every Few Minutes - CF 8

2014-02-06 Thread Mark A Kruger
Look in the runtime/bin directory for any hotspot errors. Hsxx.log usually. If you find any they should give you a clue where to look. -Original Message- From: E Cohen [mailto:eron_co...@yahoo.com] Sent: Thursday, February 06, 2014 9:12 AM To: cf-talk Subject: Jrun Restarts Itself

RE: Jrun Restarts Itself Every Few Minutes - CF 8

2014-02-06 Thread Mark A Kruger
. If you are running 32bit on the 08r2 platform it's not a common config. -Mark -Original Message- From: E Cohen [mailto:eron_co...@yahoo.com] Sent: Thursday, February 06, 2014 9:36 AM To: cf-talk Subject: Re: Jrun Restarts Itself Every Few Minutes - CF 8 Thanks Mark. I have checked

RE: Jrun Restarts Itself Every Few Minutes - CF 8

2014-02-06 Thread Mark A Kruger
PROBLEM SOLVED It turns out that CFX_OPENIMAGE had been chocking on a corrupted file--and every time it was asked to process that file the server would crashnice... THANKS AGAIN Mark- Thanks again for trying to help. The server has been running for quite a while without problems

RE: Hosting... Again

2014-01-13 Thread Mark A Kruger
Edge Web hosting should be on your list. They are exceptionally good as well. -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent: Friday, January 10, 2014 7:22 AM To: cf-talk Subject: Hosting... Again Hi All, I've got a lot of large CF sites I have to

RE: Simple SQL Query sometimes really Slow?

2013-12-05 Thread Mark A Kruger
on the server. This can bite you under certain conditions and will result in what look like randomly slow queries with no seeming blocks. See my blog post about it: http://www.coldfusionmuse.com/index.cfm/2011/11/18/cf.mssql.parallelism Hope this helps a little. Good luck! -mark -Original Message

RE: isValid - numeric vs. float

2013-12-04 Thread Mark A Kruger
function. As in If(val(23,320,2300.00)) { ..then whatever code you need to strip commas and further manage the variable. ) Just a thought :) Mark Kruger - CFG CF Webtools www.cfwebtools.com www.coldfusionmuse.com O: 402.932.3318 E: mkru...@cfwebtools.com Skype: markakruger

RE: Problem with data formatting in CFINSERT

2013-11-05 Thread Mark A Kruger
Ben, Moving from MS Access to MS SQL is one of the easiest options for migration I'm afraid. FYI you CAN get Access running on 08r2 with CF 64bit. It just takes some work. -Mark -Original Message- From: Ben [mailto:b...@webworldinc.com] Sent: Tuesday, November 05, 2013 9:07 AM

RE: Hosting

2013-10-21 Thread Mark A Kruger
Robert, Enterprise level meaning? If you are going to host multiple dedicated servers I suggest you speak with EdgeWeb Hosting. They do a fabulous job and provide superlative management services. -Mark -Original Message- From: Robert Harrison [mailto:rob...@austin-williams.com] Sent

RE: HttpOnly session cookie setting ignored in CF10

2013-10-03 Thread Mark A Kruger
Tom, Can you pass the cookie into your SWF from the calling page using flash vars and JS? -mark -Original Message- From: Tom McNeer [mailto:tmcn...@gmail.com] Sent: Thursday, October 03, 2013 10:05 AM To: cf-talk Subject: HttpOnly session cookie setting ignored in CF10 Hi, I have

RE: HttpOnly session cookie setting ignored in CF10

2013-10-03 Thread Mark A Kruger
Tom, Ah.. got it. Because there's it's not accepting it as a URL var it craps out. -Mark -Original Message- From: Tom McNeer [mailto:tmcn...@gmail.com] Sent: Thursday, October 03, 2013 11:24 AM To: cf-talk Subject: Re: HttpOnly session cookie setting ignored in CF10 Mark, Thanks

RE: Application.cfm/c

2013-09-25 Thread Mark A Kruger
Your admins might be referring to the idea that some OTHER application.cfm/c is being called when none is in the root of the site. These are issues that can generally be resolved but they have to be understood. I'd get more info. -Original Message- From: Byron Mann

RE: move database with Java

2013-09-17 Thread Mark A Kruger
Hmm... I think I would download a manager for mysql written in java (I seem to recall one on sourceforge) and just tell your boss - look, I'm using Java! -Mark -Original Message- From: morchella [mailto:morchella.delici...@gmail.com] Sent: Tuesday, September 17, 2013 8:14 AM To: cf

RE: Good jvm ram settings for 64 bit ColdFusion

2013-09-03 Thread Mark A Kruger
more room to store equivalent data. -Mark Mark Kruger - CFG CF Webtools www.cfwebtools.com www.coldfusionmuse.com O: 402.932.3318 E: mkru...@cfwebtools.com Skype: markakruger -Original Message- From: Michael Dinowitz [mailto:mdino...@houseoffusion.com] Sent: Tuesday, September 03, 2013

RE: Good jvm ram settings for 64 bit ColdFusion

2013-09-03 Thread Mark A Kruger
etc. I agree with you on the permsize though -mark -Original Message- From: Pete Freitag [mailto:p...@foundeo.com] Sent: Tuesday, September 03, 2013 11:41 AM To: cf-talk Subject: Re: Good jvm ram settings for 64 bit ColdFusion On Tue, Sep 3, 2013 at 9:08 AM, Mark A Kruger mkru

RE: database driven mail server

2013-09-02 Thread Mark A Kruger
for is heavily dependent on the downstream servers and largely out of your control :) I'm sure you have. -Mark Mark Kruger - CFG CF Webtools www.cfwebtools.com www.coldfusionmuse.com O: 402.932.3318 E: mkru...@cfwebtools.com Skype: markakruger -Original Message- From: Claude Schnéegans schneeg

RE: Good jvm ram settings for 64 bit ColdFusion

2013-09-02 Thread Mark A Kruger
your 6 gig heap is great. Takes most of the physical memory for CF and leaves 2gs for the OS, monitoring etc. -Mark -Original Message- From: Michael Dinowitz [mailto:mdino...@houseoffusion.com] Sent: Monday, September 02, 2013 12:18 PM To: cf-talk Subject: Good jvm ram settings for 64 bit

RE: database driven mail server

2013-09-02 Thread Mark A Kruger
Matt, That's pretty nifty. I use a number of the API features of smarter mail integrated into my company management/hours/tasks system. It's definitely a great platform and worth a look. -mark -Original Message- From: Money Pit [mailto:websitema...@gmail.com] Sent: Monday, September

RE: cflocation and long urls

2013-08-27 Thread Mark A Kruger
(like dotdefender) changes it or precludes it in some fashion. On one of the other lists I read about dotdefender stopping a request that had redirected more than 1 time for example. -Mark -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: Tuesday, August 27

RE: Do you use Hostek and Gmail for your mail?

2013-08-21 Thread Mark A Kruger
Here's the bug. https://bugbase.adobe.com/index.cfm?event=bugid=3369472 I'm going to blog this as well. -Mark -Original Message- From: Eric Roberts [mailto:ow...@threeravensconsulting.com] Sent: Wednesday, August 21, 2013 9:10 AM To: cf-talk Subject: RE: Do you use Hostek and Gmail

RE: Do you use Hostek and Gmail for your mail?

2013-08-21 Thread Mark A Kruger
Ok.. I blogged this issue for posterity. Now let's vote this bug up :) http://bit.ly/16x4ilg -Mark Mark Kruger - CFG CF Webtools www.cfwebtools.com www.coldfusionmuse.com O: 402.932.3318 E: mkru...@cfwebtools.com Skype: markakruger

RE: Using IN() within a cfquery statement

2013-08-19 Thread Mark A Kruger
Dave is allowed one weak answer per year... he's waited til August so I say we give him a break :) -Mark -Original Message- From: DURETTE, STEVEN J [mailto:sd1...@att.com] Sent: Monday, August 19, 2013 8:46 AM To: cf-talk Subject: RE: Using IN() within a cfquery statement Dave... I'm

RE: 1900/01/01

2013-08-09 Thread Mark A Kruger
I think it is the first date possible for the smalldatetime data type. I'm guessing you are populating with a default value - as in Dave's suggestion (putting in a time with no date would default to the earliest date maybe). -Original Message- From: Torrent Girl

RE: Timeouts connecting to database from my local installation

2013-08-07 Thread Mark A Kruger
database. Is there anything I can do in the code and/or admin to maximize my connection? I am sorry Mark. How do I do this? Use a hosts entry or an IP address to eliminate DNS as an issue. ~| Order the Adobe Coldfusion Anthology

RE: JSON Encoding bug (again...)

2013-08-06 Thread Mark A Kruger
Dave, The code testval = '.0006' makes me think a string instead of a number. Javacast might force a type on the string eh? Brooke - are you looking for a number or a string? -Mark -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Monday, August 05, 2013 7:52 PM

RE: Coldfusion in distributed mode with multiple subnets on host

2013-08-06 Thread Mark A Kruger
Brad, Awesome! -Original Message- From: brad f [mailto:b...@ciswired.com] Sent: Monday, August 05, 2013 9:59 PM To: cf-talk Subject: Re: Coldfusion in distributed mode with multiple subnets on host Thanks for all the replies.. Changing the order of the nics was all I had to do.

RE: JSON Encoding bug (again...)

2013-08-06 Thread Mark A Kruger
Yeah... got it. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Tuesday, August 06, 2013 10:28 AM To: cf-talk Subject: Re: JSON Encoding bug (again...) The code testval = '.0006' makes me think a string instead of a number. Javacast might force a type on the

RE: Timeouts connecting to database from my local installation

2013-08-06 Thread Mark A Kruger
Make sure it's not resolution issues... sometimes inconsistent DNS or the use of VPN's can cause issues with connecting. Use a hosts entry or an IP address to eliminate DNS as an issue. -Original Message- From: Torrent Girl [mailto:moniqueb...@gmail.com] Sent: Tuesday, August 06, 2013

RE: Element undefined in SESSION scope

2013-08-06 Thread Mark A Kruger
to access the session before you have established a session. The reason it works on local is because during coding you established a session at some previous point. That's all I got :) -Mark Mark Kruger - CFG CF Webtools www.cfwebtools.com www.coldfusionmuse.com O: 402.932.3318 E: mkru

FW: Element undefined in SESSION scope

2013-08-06 Thread Mark A Kruger
may be trying to access the session before you have established a session. The reason it works on local is because during coding you established a session at some previous point. That's all I got :) -Mark ~| Order the Adobe

RE: Coldfusion in distributed mode with multiple subnets on host

2013-08-05 Thread Mark A Kruger
This was my suggestion too - although I sometimes add static routes to the route table as well to dictate where traffic goes. It sounds like you are multi-homing which might NOT be strictly necessary. Consider teaming so you don't have to fiddle with precedence order etc. -mark -Original

RE: Efflare and ImageCR

2013-08-01 Thread Mark A Kruger
Eric, Yes it can run on 64bit - at least we are definitely using it on a 64bit CF8 instance... Did you guys see my comment below? -Mark Chad, I have it running as 64bit on Windows 08r2, CF 8 64bit, Java 1.6.0_32 using the cfx jar file (as apposed to the dll). I know I have archived

RE: Efflare and ImageCR

2013-07-31 Thread Mark A Kruger
We do have it running on a 64bit box here. Let me check with that team (if that is your issue and Matt has not been able to resolve it for you). -Mark -Original Message- From: Chad Gray [mailto:cg...@careyweb.com] Sent: Wednesday, July 31, 2013 10:04 AM To: cf-talk Subject: RE

RE: Efflare and ImageCR

2013-07-31 Thread Mark A Kruger
Chad, I have it running as 64bit on Windows 08r2, CF 8 64bit, Java 1.6.0_32 using the cfx jar file (as apposed to the dll). I know I have archived the installer somewhere. Let me know if you can't get it going and I'll see if I can help you out. -Mark Mark Kruger - CFG CF Webtools

RE: issue with cfhttp and client certificates

2013-07-26 Thread Mark A Kruger
Russ, Would changing the sys property for unsafe renegotiation allow the JVM to proceed if this was this issue? -Mark (I'm thinking of this arg -Dsun.security.ssl.allowUnsafeRenegotiation=true ) -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Thursday, July

RE: issue with cfhttp and client certificates

2013-07-26 Thread Mark A Kruger
Well, I've hinted at it as a possible solution a couple times but I lack confidence (ha). Jeff - give it a shot. It's easy and you never know. -Mark -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Friday, July 26, 2013 9:18 AM To: cf-talk Subject: Re: issue

RE: cfthread execution slowdown

2013-07-26 Thread Mark A Kruger
Is this apache or IIS? -Original Message- From: Money Pit [mailto:websitema...@gmail.com] Sent: Friday, July 26, 2013 11:41 AM To: cf-talk Subject: cfthread execution slowdown I need another set of eyeballs on this. I can't see what I'm doing wrong. I'm building many thousands of

RE: issue with cfhttp and client certificates

2013-07-25 Thread Mark A Kruger
Jeff, What JVM version are you using on CF9 and what do the args look like? Sometimes it's a matter of the handshake and levels of TLS/SSL - the error may be not specific enough to tell. You can enable logging to get a grip on it though. That would tell you more. -Mark -Original Message

RE: issue with cfhttp and client certificates

2013-07-25 Thread Mark A Kruger
them. Not sure I have anything to add. -Mark -Original Message- From: Jeff Garza [mailto:j...@garzasixpack.com] Sent: Thursday, July 25, 2013 3:45 PM To: cf-talk Subject: RE: issue with cfhttp and client certificates Mark, On the CF9 Server we're at Java version 1.6.0_17

RE: Client wants CMS that functions similar to Joomla, for example

2013-07-24 Thread Mark A Kruger
Rick, Allow me to second this excellent comment. CMS is just the next level for an active content based or content critical website. Both expense and development tend to go up rather than down or level off. -Mark Mark Kruger - CFG CF Webtools www.cfwebtools.com www.coldfusionmuse.com O

RE: Hack Attempt on our database last night

2013-07-23 Thread Mark A Kruger
I'll vote for that as well. Because it has several levels of detection it's very reliable. -mark -Original Message- From: Justin Scott [mailto:leviat...@darktech.org] Sent: Tuesday, July 23, 2013 8:15 AM To: cf-talk Subject: Re: Hack Attempt on our database last night cfformprotect

RE: Hack Attempt on our database last night

2013-07-22 Thread Mark A Kruger
On Jul 22, 2013 12:46 PM, Mark A Kruger mkru...@cfwebtools.com wrote: Justin (et al) When I unpack this I get 99.99 /*!3000 union all select 0x313032... etc */ -- Doesn't the /* */ force the whole string into a comment? Hard to see how that would succeed. -Mark

RE: Hack Attempt on our database last night

2013-07-22 Thread Mark A Kruger
Justin (et al) When I unpack this I get 99.99 /*!3000 union all select 0x313032... etc */ -- Doesn't the /* */ force the whole string into a comment? Hard to see how that would succeed. -Mark -Original Message- From: Justin Scott [mailto:leviat...@darktech.org] Sent

RE: Hack Attempt on our database last night

2013-07-22 Thread Mark A Kruger
Ah that is devilishly clever. -Original Message- From: Pete Freitag [mailto:p...@foundeo.com] Sent: Monday, July 22, 2013 2:23 PM To: cf-talk Subject: Re: Hack Attempt on our database last night On Mon, Jul 22, 2013 at 12:45 PM, Mark A Kruger mkru...@cfwebtools.comwrote: Doesn't

  1   2   3   4   5   6   7   8   9   10   >