Re: AWeber Email List Management

2014-07-15 Thread Byron Mann
Is installing php and using the php lib via cfexecute an option? Byron Mann Lead Engineer & Architect HostMySite.com On Jul 14, 2014 3:28 PM, "Dean Lawrence" wrote: > > Does anyone have any experience using the AWeber API ( > https://labs.aweber.com/) from within the

Re: AWeber Email List Management

2014-07-15 Thread Byron Mann
weekend me thinks. Byron Mann Lead Engineer & Architect HostMySite.com On Jul 15, 2014 10:57 PM, "Maureen" wrote: > > I don't see why not. If you are going to do that, there are several > options other than PHP as well. Or you could just call the php page > on yo

Re: Regex help maybe

2014-07-21 Thread Byron Mann
you don't have to keep coding it up to tweak. I use this one a bit. http://regexpal.com/ Byron Mann Lead Engineer & Architect HostMySite On Mon, Jul 21, 2014 at 5:29 PM, UXB wrote: > > I am terrible at Regex's. I looked all over and am going blind. Is there > a

Spelling Correction

2014-07-22 Thread Byron Mann
rection services. -- Regards, Byron Mann ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-tal

Re: need help with two sites - willing to pay $45/hour

2014-07-23 Thread Byron Mann
Matthew, The site seemed to be responsive this morning, so I took a look at things and have fixed the basic errors that were happening and the home page now loads properly. I've done the following. Implemented an error handler in Application.cfm. So on error a full dump of the error is shown us

Re: need help with two sites - willing to pay $45/hour

2014-07-23 Thread Byron Mann
Apologies to all, result of too many open windows and not enough coffee. On Wed, Jul 23, 2014 at 9:44 AM, Scott Stewart wrote: > > Byron, no offense but did you really mean to send this out to the enitre > CF-Talk list? > > > On Wed, Jul 23, 2014 at 9:14 AM,

Re: Insite Help on CF Hanging?

2014-07-23 Thread Byron Mann
d servers long ago. Regards, Byron Mann Lead Engineer & Architect HostMySite ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.hous

Re: multithreaded job....can i programmatically ignore waiting for threads?

2014-07-24 Thread Byron Mann
threads requiring it. Alternately, your thread join can have a timeout. You could put a maximum wait time. Then loop the threads and terminate those not completed and throw an error. Byron Mann Lead Engineer & Architect HostMySite.com On Jul 23, 2014 6:24 PM, "Yuliang Ruan" wrote: &

Re: Query columns "shifting"

2014-07-29 Thread Byron Mann
, and even more so use stored procedures over inline queries whenever possible. -- Regards, Byron Mann Lead Engineer & Architect HostMySite On Tue, Jul 29, 2014 at 8:00 AM, Michael Christensen wrote: > > Hey guys > > Got at bit of a weird thing going on in my code... > >

Re: Emails MIA

2014-08-05 Thread Byron Mann
rvice. Byron Mann Lead Engineer & Architect HostMySite ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/group

Re: Auto File Uploading...

2014-08-06 Thread Byron Mann
Sounds like curl or wget would do the trick. Byron Mann Lead Engineer & Architect HostMySite.com On Aug 6, 2014 8:36 PM, "Phillip Vector" wrote: > > So I have a server that reads a file that is submitted to it and processes > the contents. I can not touch this server and

Re: EMail Injection Attack

2014-08-18 Thread Byron Mann
Make sure the cfmail option for logging sent mail is enabled via the CFAdmin. This will tell you if CF is actually sending the mail. The log file will be in your CF root under logs. I think it's mailsent.log. Most likely one of two things. You have a web form that sends through another templat

Re: EMail Injection Attack

2014-08-18 Thread Byron Mann
No really good way in CF logs that I know to see the actual file that sent the CFMail. Might be able to correlate your web server access logs to the cf mail sent log with the timestamp. Most of the time attacks like this will be all at once, so it should be fairly easy to see in the web logs. ~

Re: EMail Injection Attack

2014-08-18 Thread Byron Mann
I'd also enlist the help of your hosting provider if server level troubleshooting is part of your service level agreement. It's usually in their best interest to squash this type of activity, as it can get their ip addreses and ranges blacklisted. Byron Mann Lead Engineer &

Re: ColdFusion hangs or slow when several datasources are not found

2014-08-19 Thread Byron Mann
you will begin to see slowness. Something like a cascade effect. The 5 seconds won't solve the issue all around. It just releases those threads faster. Depending on the number of queries attempting to run on the failed DB server. You may still see slowness. ~Byron Mann Lead Engineer &a

Re: Scheduled Tasks Not Attempted

2014-08-20 Thread Byron Mann
just use the DB server timestamp as authoritative in a clustered setup, but probably worth checking. I would recommend removing the task and rescheduling them. I've had to do this before where a task would not run for whatever reason. ~ Byron Mann Lead Engineer and Architect HostM

Re: deleting an image after using cfimage

2014-08-21 Thread Byron Mann
on reboot. All dependent on the requirement of course. Byron Mann Lead Engineer & Architect HostMySite.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/

Re: isvalid("url") issue

2014-08-27 Thread Byron Mann
Wonder if encoding your query string values would result in a positive response. Byron Mann Lead Engineer & Architect HostMySite.com On Aug 27, 2014 2:03 PM, "John M Bliss" wrote: > > ACF 10's isvalid("url") says that this is not a valid URL. What's you

Re: CFTRY / CFCATCH not working

2014-09-09 Thread Byron Mann
"Numbers of source Raster bands and source color space components do not match null" Where do you see this error? In the exception logs? Or is the thread just dying and outputting this and not continuing on? Also what CF Version, I know older versions seemed to have many more problems reading i

Link checker

2014-09-10 Thread Byron Mann
I know there was a previous thread about spidering a site to check links and some people recommended a certain utility other than wget. I went through the archives and wasn't able to find that thread. Any thoughts? -- Regards, Byron

Re: cf incorrectly thinks compiled java byte code is correct

2014-09-17 Thread Byron Mann
Can you post the code for the set_first_name.cfm? "firstName variable is undefined". I have seen this type of error before when the variable is set to null. Something like a web service call that fails or really does not return anything. In this instance "setName" might be a function that retu

Re: CF10 creating extra CFID/CFTOKEN cookies at the domain level

2014-10-01 Thread Byron Mann
no cfid/cftoken cookie. Another common issue I have seen is a login session occurring under www, but somewhere in the application a link goes to the non www host, which could result in a dropped session/login depending on how things are coded. Byron Mann Lead Engineer & Archi

Re: Getting memory amount used

2014-10-01 Thread Byron Mann
or the builtin CF monitoring may get this granular for session variables. I cannot remember off hand. Byron Mann Lead Engineer & Architect HostMySite.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/A

Re: Why this regex takes so long?

2014-10-02 Thread Byron Mann
Think this has something to do with the Regex itself. I stink at them; however try plugging it in here: http://regex101.com/ It returns something about catastrophic backtracking. You may want something like this: [A-Z0-9]*@ On Thu, Oct 2, 2014 at 11:51 AM, <> wrote: > > Hi, I'm having a prob

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

2014-10-10 Thread Byron Mann
d.listID INTO nl_catREL (groups_id, email_id) VALUES ('#mailREC[CurrentRow][1]#', '#mailREC[CurrentRow][2]#', '#mailREC[CurrentRow][3]#', '#mailREC[CurrentRow][4]') , commit tran You'd have to re-write this t

Re: Distributive Mode

2014-10-17 Thread Byron Mann
We actually run our internal CF sites in distributed mode. CF10+ works better than 9-. Previously it seems to work very slow and the clustering well, just plain sucked. And yes, you can accomplish pretty much the same thing with reverse proxy. The distributed methodology is still useful (proxy

Re: Alternative to shared SMTP server

2014-10-30 Thread Byron Mann
You could also do something like a small linux EC2 instance and run Postfix which based on your data transfer would probably be free as well. http://aws.amazon.com/free/ I think with Amazon SES you can send something like 2000 emails per day at no cost. ~Byron

Re: IE slow, Ffox, Chrome, Opera fast

2014-10-30 Thread Byron Mann
I would agree the UI should maybe be tweaked; however things they may help IE and even other browsers. Set a fixed width on your columns and table. . Not sure if doing this as a style makes a difference or not. Set the table-layout to fixed. On Wed, Oct 29, 2014 at 8:53 PM, .jonah wrote:

Re: cfqueryparam & EncodeForHTML

2014-11-03 Thread Byron Mann
Larry, You are already using cfqueryparam so you are "protected" for the most part. I say most part, because you could still extract the data from the db and have bad consequences if you are not considerate of the underlying data and how you use it. Like querying malicious data and using it in an

Re: cfqueryparam & EncodeForHTML

2014-11-04 Thread Byron Mann
cfqueryparam will not prevent the malicious data from getting entered into the table. However it does prevent the malicious text from executing as T-SQL. cfqueryparam does not parse or cleanse data in any way. Basically it passes the text as a variable to the sql statement. Thus preventing any ma

Re: Scheduled Tasks Error

2014-11-10 Thread Byron Mann
I've seen this before when the CF service suddenly terminates. Could be the service terminated during an update to the xml file rendering it empty. A subsequent restart of CF may have created a backup of the xml file before stopping, rendering the bak file empty as well. We moved to clustered con

Re: Scheduled Tasks Error

2014-11-10 Thread Byron Mann
eature in CF10/11 to install the tasks in DB ? > > On Mon, Nov 10, 2014 at 1:37 PM, Byron Mann wrote: > > > > > I've seen this before when the CF service suddenly terminates. Could be > the > > service terminated during an update to the xml file rendering it empty

Re: Redirects

2014-11-10 Thread Byron Mann
same mainframe my dad installed there in the late 70's. Byron Mann Lead Engineer & Architect HostMySite.com On Nov 10, 2014 3:39 PM, "Steve LaBadie" wrote: > > We are currently using a meta date redirect from a UNIX box. The redirects > currently sit on www and the p

Re: Redirects

2014-11-11 Thread Byron Mann
With that many I might look into using some sort of command line script to manage. Here's a thread with a simple example on using appcmd for IIS to create a rewrite rule. http://stackoverflow.com/questions/19091661/urlrewrite-via-appcmd On Tue, Nov 11, 2014 at 8:36 AM, Steve LaBadie wrote: >

Re: Advise in optimizing an application

2014-11-16 Thread Byron Mann
This may be something like that you want. SELECT max(a.email_id) as email_id, a.ml_email FROM nl_mailgroups a inner join nl_catREL c on c.email_id = a.email_id WHERE c.groups_id = group by a.ml_email ORDER BY email_id Your other query may be taking a while due t

Re: incoming tabular data stream error?

2014-11-19 Thread Byron Mann
these sql performance tweaks to improve performance further. Byron Mann Lead Engineer & Architect HostMySite.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/143027

Re: how to diagnose a potential bottleneck

2014-11-28 Thread Byron Mann
Sounds like you are on a shared server if the host cannot, install something to your liking. This could be a case of another site on the server bringing it down and not your site. Byron Mann Lead Engineer & Architect HostMySite

Re: GC overhead limit exceeded

2014-12-09 Thread Byron Mann
Could this maybe be a difference in the jvm.config upon upgrade? I have not upgraded anything to CF11, but previous versions were basically a new install. So the memory limits in your prior version may have been tuned more appropriately to your application.

Re: Problem returning JSON from CFCS

2014-12-09 Thread Byron Mann
So the http response actually has "Echo is on"? Maybe there is just some additional output occurring in the CFC or Application.cfc that is outputting that string prior to the JSON response. On Tue, Dec 9, 2014 at 4:48 PM, Steve Durette wrote: > > Hi all, > I'm having a problem returning JSON f

Re: SQLServer JDBC Driver - maximum number of connections

2014-12-12 Thread Byron Mann
One thing maybe to check is the DSN is set to the "maintain connection", could be the upgrade did not bring this over which might account to a large number of sql connections being made. The only times I have seen a similar error were with session limits on a firewall and a windows OS reaching ou

Re: CF11 mail issue

2014-12-17 Thread Byron Mann
Could it just be the password is not what you think the CF7 machine has configured? Try the cfmail test with user/password/server (IP is Russ suggested) from the CF7 machine. That might tell you if the password is off. Any antivirus or OS firewall on the CF11 machine possibly blocking the servi

Re: Bcrypt.class error

2014-12-18 Thread Byron Mann
Based on your description, I think this is the line causing an error. bcrypt.checkpw(lcase(password),Member.getMemberPassword()) I might just add some more granular logging before the statement that would maybe nail down what is amiss. try { writeoutput(lcase(password)); } catch (any e) { wri

Re: Bad Gateway!

2014-12-30 Thread Byron Mann
This is the kind of error you might get when the CF service is down. First impression is something you are running is crashing the CF service. Anything in the logs that might indicate this is the case? Byron ~| Order the Adobe

Re: Bad Gateway!

2014-12-31 Thread Byron Mann
I would look to the code then. Something running well today does not mean it will run well tomorrow. I would maybe run the process and watch fusion reactor to see when things go bad. Also check the CF logs for any exceptions. Byron ~~

Re: Chat app (using CF websockets) has stopped working after upgrading to CF11

2015-01-06 Thread Byron Mann
Any chance you locked down the CFIDE on the new install and you are using the default listener CFIDE\websocket\ChannelListner.cfc? http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSe61e35da8d318518767eb3aa135858633ee-7ffe.html I haven't used websockets extensively, so I hope I'm not getti

Re: CF Builder 3

2015-01-06 Thread Byron Mann
Builder is a desktop development environment (IDE), based on Eclipse. If you have not used Eclipse with CFEclipse or Builder, I would recommend giving it a go. Byron Mann Lead Engineer & Architect HostMySite.com On Jan 6, 2015 1:20 PM, "Steve LaBadie" wrote: > > We just pu

Re: CF Builder 3

2015-01-06 Thread Byron Mann
I use Sublime as well and love it for its simplicity. However, believe you can do real debugging with CF Builder. That may be a perk worth consideration. I do agree, changing dev methodologies can be time consuming, so maybe start off using it in your free time to get used to things. Byron

Re: Chat app (using CF websockets) has stopped working after upgrading to CF11

2015-01-07 Thread Byron Mann
arasw...@gmail.com> > > > > > wrote: > > > > > > > > > > > Hi Bryon, > > > > > > > > > > > > I use my own custom channel listener CFC. So that's probably not > > the > > > > > > issue.

Re: validating email CF11

2015-01-15 Thread Byron Mann
With all the new top level domains available now (), you are better with a regex that matches by size, instead of adding specific strings beyond 3 or 4 characters. Just change the {2,4} to something like {2,254}, which should fairly "future" proof the regex. I believe the RFC for DNS has a maxim

Re: validating email CF11

2015-01-15 Thread Byron Mann
DNS lookup might suffice just to verify the domain is valid (ie, registered). ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.ho

Re: PHP To Cold Fusion

2015-01-16 Thread Byron Mann
The Y2K in me says this would be better ;-) int(getTickCount()/1000) On Fri, Jan 16, 2015 at 1:19 PM, Michael Dinowitz < mdino...@houseoffusion.com> wrote: > > 2. The epoch is GMT and using the ColdFusion now() function returns local > time, not GMT. This is a more accurate epoch value: > left(

Re: Cannot access session variables in a cfc

2015-01-28 Thread Byron Mann
While I agree it isn't a good practice to make use of scope variables in a CFC, try adding an Application.cfc in the root physical directory of your CFCs and use the same application name and session and app timeouts. I think this would work in older versions, but not too sure about more recent v

Re: Cannot access session variables in a cfc

2015-01-28 Thread Byron Mann
On Wed, Jan 28, 2015 at 1:57 PM, Robert Harrison wrote: > > > try adding an Application.cfc in the root physical directory > > I don't that that will work. It would still be a separate application pool, > and I think you need the CFID and CFTOKEN cookies to have session vars. > Did a simple t

Re: Cannot access session variables in a cfc

2015-01-28 Thread Byron Mann
@Dean, Looked into this a bit further on CF10. root - Application.cfc - ApplicationProxy.cfc (extends Application) - cfc-folder - - Application.cfc (extends ApplicationProxy) - - myCFC.cfc This does not work without the cfc/application.cfc having extends="root.ApplicationProxy", where 'root' is

Re: Passing arguments into base class

2015-02-06 Thread Byron Mann
Think you might want something like this in your base cfc? I think you'd not want the UtilClass to inherit the base class however, or this would lead to a circular reference and probably kill the app. component name='baseClass' { variables.utilClass = new UtilClass(); } On Fri, Feb 6, 2015 a

Re: Passing arguments into base class

2015-02-06 Thread Byron Mann
This might work, if I'm understanding. component name='baseClass' { variables.utilClass = ''; public any function init(utilClass utilClass){ variables.utilClass = arguments.utilClass; } } In your derived class you can do this. component extends='baseClass'{ public any function

Re: CF10 setting comparable to CF9 maximum JRun threads?

2015-02-06 Thread Byron Mann
Do not believe this is a setting any longer. There are only options to set the template, flash, web service and CFC requests. Believe the defaults are 20,5,5,10 respectively. ~| Order the Adobe Coldfusion Anthology now! http://

Re: Loading a java jar outside of the webroot and not in a standard CF/Railo jar directory.

2015-02-11 Thread Byron Mann
Found these links that may be of help. https://github.com/markmandel/JavaLoader/wiki/Class-Loading http://www.bennadel.com/blog/424-loading-java-classes-with-coldfusion-runtime-java-javaproxy.htm Cf10, added a similar feature. https://wikidocs.adobe.com/wiki/display/coldfusionen/Enhanced+Java+

Re: Threaded cfhttp example

2015-02-16 Thread Byron Mann
This should get you started. The cfthread join waits the specific timeout for the threads in the name list to finish. If not all threads are complete, things continue on, so you may want to perform checks against the threads returned in cfthread to ensure the values exists, etc. http://www.googl

Re: trying to shorten long string

2015-03-07 Thread Byron Mann
Might be something to test, but first look if there is no period on a string +200, I don't believe anything will return. Another method might be to use reMatch to break the string into an array of sentences. Then loop over the returned array, concatenating the string back together until length >

Re: Line breaks being lost in textarea form field

2015-03-08 Thread Byron Mann
I would view the source to see if the subsequent form edit has line breaks. If not this would indicate the data is not being saved as it was entered. You could also copy and paste the data out of the database into notepad or something, to see how the data is actually being stored. On Mar 8, 2015

Re: Decrypting MD5

2015-03-12 Thread Byron Mann
Just for reference. Here's a pretty good article on how to hash properly. https://crackstation.net/hashing-security.htm Hashing is often done incorrectly, even if it's being salted you never want to use the same salt across the board. Simple thing is, compute power is so available, brute forcing

Re: Hotfix 16, CF10

2015-03-18 Thread Byron Mann
As a start, I would check your CF logs to see if there is any additional information that may shed light on the issue. Event logs are usually pretty generic when it comes to CF. You could also roll back the hot fix to get things working again. ~~

Re: jQuery: firing a click event from a class instead of an ID

2015-03-20 Thread Byron Mann
.on() in jquery 1.7+ is probably what to use instead of delegate(). I only say this as the documentation notates on() supercedes delegate(). And they have a habit of deprecation in these instances. $(document).on(event, selector, function ) On Mar 20, 2015 1:08 PM, "Scott Stewart" wrote: > > >

Re: CF version of JIRA?

2015-03-23 Thread Byron Mann
If it's just issue tracking you are after and not so much project management, Jira is really overkill and IMHO overly complex to setup and manage anyhow. PivotalTracker might be something to look at if you are looking for something similar in the project management arenas. It is geared towards Ag

Re: Error calling a .net object

2015-03-25 Thread Byron Mann
I know I've done things like pass a file path (string) instead of file object, so make sure the type the method wants is string or otherwise. So might look if the function is this: OpenDesign(File, Int) as opposed to: OpenDesign(String, Int) ~Byron On Wed, Mar 25, 2015 at 9:08 AM, Bobby wr

Re: Error calling a .net object

2015-03-25 Thread Byron Mann
Anyone have any ideas if the introspection into .NET objects shows private methods? May be the case that the method is private being shown in the CFDump? I seem to remember this might be the case. May be able to use this to decompile the dll and see what is what. http://www.red-gate.com/produc

Re: Scheduler directory missing.

2015-03-26 Thread Byron Mann
I would make a copy of the entire directory, then uninstall and install. Then copy and overwrite the configuration files. Pretty sure with 7, you will want the lib/neo-*.xml files. That should get you most of the way there. You could also leave the current install as is. Install a fresh copy to

Re: considering two options for changing hosting

2015-03-26 Thread Byron Mann
Sorry I cannot comment on Hostek, but I would recommend working with your host and getting to the root of the issue before putting in the work on moving things. I just know that can be a hassle and you could wind up in the same place as you are today. So some recommendations. - Get your provider

Re: Sudden error with CFHTTP ans SSL

2015-03-31 Thread Byron Mann
What is the URL and does the domain name match the certificate exactly, meaning not a wildcard certificate. Could be PayPal updated their SSL certificate and is either a wildcard certificate or multi-site/domain certificate (not sure what these are really called). CF will not like it if the doma

Re: ACF10 mail and Windows Server 2012

2015-04-07 Thread Byron Mann
Careful with that, make sure you aren't opening up an open mail relay if you have public IP space on the server. You can do a check with some online tools like this. http://mxtoolbox.com/supertoolmobile.aspx On Apr 7, 2015 8:20 AM, "John M Bliss" wrote: > > > In the SMTP Server properties, I c

Re: ACF10 mail and Windows Server 2012

2015-04-07 Thread Byron Mann
Careful with that, make sure you aren't opening up an open mail relay if you have public IP space on the server. You can do a check with some online tools like this. http://mxtoolbox.com/supertoolmobile.aspx On Apr 7, 2015 8:20 AM, "John M Bliss" wrote: > > > In the SMTP Server properties, I c

Re: I/O Exception: Name in certificate does not match host name

2015-04-08 Thread Byron Mann
Think what you might need is to add the SSL certificate to the java cacerts file as a trusted certificate. Then any sub-name for the domain will work. https://helpx.adobe.com/coldfusion/kb/import-certificates-certificate-stores-coldfusion.html This is a nice plugin for the CF Administrator to m

Re: cfindex is taking forever

2015-04-08 Thread Byron Mann
Not in front of a computer right now, but there is an option in the CFcollection tag to list or get a collection details (something like that). Pretty sure that gives you the record or document count and maybe even size . I think that is accessible while indexing is happening. You could possibly

Re: Error consuming CF created web service from SSIS

2012-01-23 Thread Byron Mann
If you have xp_cmdshell enabled on the sql server and something like wget you can test things out to see if connectivity is the culprit. Byron Mann Lead Engineer and Architect Hostmysite.com On Jan 23, 2012 1:51 PM, "Dave Watts" wrote: > > > I am working in CF 9. I have a we

Re: (ot) SEO

2012-01-23 Thread Byron Mann
Saw the CF10 demo the other day and the restful features would be exactly for this type of scenario. Today, if I had to do something like this I would use .NET. Then of course I would have to do a lot more for the data acess layer ;-) Byron Mann Lead Engineer and Architect Hostmysite.com On

Re: password protected directory

2012-03-02 Thread Byron Mann
type. Byron Mann Lead Engineer and Architect Hostmysite.com On Mar 2, 2012 9:58 AM, "Rob Voyle" wrote: > > Hi Folks > > I am creating an online library (mainly pdfs with some MSWord) on windows > based server administered primarily with Plesk. > > Subscribers have t

Re: Updating ColdFusion's java version

2012-03-12 Thread Byron Mann
ty version. Since that was a huge impediment we didn't go any deeper. Byron Mann Lead Engineer and Architect Hostmysite.com On Mar 12, 2012 11:02 AM, "Michael Dinowitz" wrote: > > I've had no problem updating ColdFusion to Java6.31 but I was warning > in the past again

Re: Bizarre Behavior

2012-03-12 Thread Byron Mann
stion would be upgrade to 9.0.1, seems very stable, and look at anything funny in code with sessions or client variables and simplify them as much as possible. Apologies a bit long in the tooth, but at least it's not spam :-) Byron Mann Lead Engineer and Architect Hostmysite.com On Mar 11,

Re: Cluster not sending request to second server

2012-03-12 Thread Byron Mann
the issue. That also, might come into play if your Jrun configuration (the file that allows which subnets can connect for clustering, ug, on phone not workstation) isn't allowing to connect on the othe NICs subnet. Best thing is to specify all IPs and by-pass any DNS issues. Byro

Re: no sql amazon and dynamodb with cf

2012-03-12 Thread Byron Mann
comment, remember GoDaddy told CF customers to take a hike recently. Byron Mann Lead Engineer and Architect Hostmysite.com On Mar 12, 2012 1:02 PM, "Brian Thornton" wrote: > > So has anyone rolled out dynamodb with cf and amazon services? Im working > on a scalable e

Re: PSA - Daylight Savings Time

2012-03-12 Thread Byron Mann
Hard to believe an entomologist caused all this. http://en.m.wikipedia.org/wiki/George_Vernon_Hudson Byron Mann Lead Engineer and Architect Hostmysite.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com

Re: (ot) Blocking IPs

2012-05-02 Thread Byron Mann
m from specific IPs and did this as a quick fix. Byron Mann Lead Engineer and Architect HostMySite.com On Wed, May 2, 2012 at 8:51 AM, Robert Harrison wrote: > > I have a host who, for the most part, I am satisfied with. However, he is > in the habit of blocking IP ranges for vari

RE: CFIMAGE Killing the Server

2012-05-10 Thread Byron Mann
t may handle the load better. Byron Mann Lead Engineer and Architect Hostmysite.com On May 7, 2012 11:59 AM, "Robert Harrison" wrote: > > We found the problem. It was choking on CYMK images. We're now rejecting > CYMK images and it's working. > > We're a

Re: Holy sweet mother of Jeremy Allaire...

2012-05-15 Thread Byron Mann
And no north american sales rep to be found to discuss purchasing licenses. We should have a product offering in about two weeks, think there is talk about a 30 day trial for new accounts. Byron Mann Lead Engineer and Architect Hostmysite.com On May 15, 2012 4:14 PM, "Tim Claremont&qu

Re: best practice on session variable persistence and ssl?

2012-05-15 Thread Byron Mann
e sessions which hog resources. Came across a customer today with 100 sessions totalling about 45 MB, and that's just one example. High session timeouts are another factor in performance as well. Often seen customers requesting us to up the maximum to days, no so good :-) Byron Mann Le

Re: MSSQL2012 And Web Site Panel

2012-05-15 Thread Byron Mann
Looks like WSP just released a beta with 2012 support, may want to check into upgrading. Byron Mann Lead Engineer and Architect Hostmysite.com On May 15, 2012 10:44 AM, "Peter Donahue" wrote: > > Good morning everyone, > >Last week I had my VPS provider upgrade

Re: best practice on session variable persistence and ssl?

2012-05-15 Thread Byron Mann
mance all around. Now shared is another ball of wax. Byron Mann Lead Engineer and Architect Hostmysite.com On May 16, 2012 1:30 AM, "Andrew Scott" wrote: > > Funny you should mention high session time outs. > > I was given a task by a friend to look at, on something that I

Re: Holy sweet mother of Jeremy Allaire...

2012-05-16 Thread Byron Mann
l get the impression it's never going to have the corporate backing it once did. Product would be better off open sourced and community driven with a free community version and fee based support and enterprise level versions. More or less how Railo has gone. Byron Mann Lead Engineer and

Re: CF10 + Wamp ?

2012-05-16 Thread Byron Mann
Installed to my workstation today, the cfide was left in c:/coldfusion10 instead of the ./wwwroot. Install on a server this did not happen. Also selected cfdocs on the install but no where to be found. Byron Mann Lead Engineer and Architect Hostmysite.com On May 16, 2012 3:04 PM, "Ma

Re: CF, Bots & sessionTimeouts

2012-05-17 Thread Byron Mann
.  Although it doesn't remove jsessions if you are making use of them.  I don't believe the above code snippet will do that either. http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WS932f2e4c7c04df8f-23f56e61353e3d07d1-8000.html Byron Mann Lead Engineer & Architect HostMySite.com

Re: best practice on session variable persistence and ssl?

2012-05-17 Thread Byron Mann
did with the session to wddx to client var and back to session, or Jrun in memory server to server session replication. Hope this helps, I think this thread got into two different areas; although somewhat related. Byron Mann Lead Engineer and Architect Hostmysite.com On May 17, 2012 3:16 PM

Re: CF Host Feedback

2012-05-17 Thread Byron Mann
Call their support and see if they will answer random questions, just to see how helpful they are. Also ask them for a 30 day trial. Byron Mann Lead Engineer and Architect Hostmysite.com On May 14, 2012 7:40 AM, "Kevin Parker" wrote: > > Has anyone had any experience with Go H

Re: Question for UK List Members

2012-05-23 Thread Byron Mann
emory, you can actually get better capacity (more vms per node) than hypervisors, but usually want vps of smaller size (less ram and cpu cores). Depending on your budget you may want to look at vps over vms as they are usually less expensive. Might be a good stepping stone. Byron Mann Lead En

Re: hostek - server down?

2012-06-01 Thread Byron Mann
ck are often on the cheaper side as well. Plus people are a little hesitant to test failover in a production scenario like this, even if it's scheduled. So failed, failover on switches does happen a bit. Usually it should only be about 30 mins max to put a new one in the rack and upload the

Re: Application Log Not Archiving from CF Administrator

2012-06-01 Thread Byron Mann
You can use procmon to gain a bit of insight onto what is happening with the file. http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx It could be the permissions aren't quite right, or perhaps it's just a CF bug. Byron Mann Lead Engineer & Architect HostMySite.com

Re: CF10 Tomcat case sensitivity

2012-06-01 Thread Byron Mann
. -- Byron Mann Lead Engineer & Architect HostMySite.com On Thu, May 31, 2012 at 1:52 PM, Nathan Strutz wrote: > > I looked it up a few weeks ago, and, in short, that's not really possible. > Tomcat 5 and 6 allowed it, but with the caveat that it breaks a lot of > things a

Re: Editing MS Word Documents with ColdFusion

2012-06-02 Thread Byron Mann
Think with CF10 I saw in the docs you have to install open office and can then use cfdoc to open word files and write as pdf. Maybe something to look into. Byron Mann Lead Engineer and Architect Hostmysite.com On Jun 1, 2012 4:27 PM, "Gerald Guido" wrote: > > That is a good i

Re: CF10 vs CF9 performance

2012-06-12 Thread Byron Mann
ere seeing 7+ seconds debug render times for summary view, as opposed/to 2+ seconds for the tree view, which still kind of stinks, on some pages in our staging environment. Byron Mann Lead Engineer and Architect Hostmysite.com On Jun 11, 2012 12:10 PM, "Michael David" wrote: >

Re: CfBuilder 2 Syncronization

2012-06-12 Thread Byron Mann
I use WinMerge quit a bit for CF deployments. http://winmerge.org/ We also do some automated deployment straight from our git repos. But, I can't say I'm a big fan of that for CF deployment. Byron Mann Lead Engineer and Architect Hostmysite.com On Jun 11, 2012 11:17 AM, "Michae

<    1   2   3   >