move database with Java

2013-09-17 Thread morchella
Hey Guys, i know this is not necessarily a cf question. i know next to nothing about java, other then creating a scheduled job to copy a table. now my employer has tasked me with moving or backing up a MySQL DB from one server to another. to me this sounds crazy. but i am not supposed to use

Re: move database with Java

2013-09-17 Thread Matt Quackenbush
Super simple, as long as you don't try and reinvent the wheel (i.e. don't do it with CF). Use mysqldump to create a dump of the db, then put that file wherever you need it to be. There are a variety of data transfer options out there, but it'll depend upon your servers, etc. HTH On Tue, Sep

Re: Distributed Caching with TerraCotta

2013-09-17 Thread Rick Root
Ping... anybody? On Sun, Sep 15, 2013 at 12:32 AM, Rick Root rick.r...@gmail.com wrote: Hi, A little over a year ago, I went through a process setting up terracotta caching server for an application that is using cf clustering.. three instances of coldfusion powering the application, and I

Re: Distributed Caching with TerraCotta

2013-09-17 Thread Alan Rother
Try contacting Rob Brooks-Bilson, he's the ehcache expert in CF http://rob.brooks-bilson.com/ (Also a super nice guy) =] On Tue, Sep 17, 2013 at 12:15 PM, Rick Root rick.r...@gmail.com wrote: Ping... anybody? On Sun, Sep 15, 2013 at 12:32 AM, Rick Root rick.r...@gmail.com wrote: Hi,

CF10 404 issues - a new kind of problem?

2013-09-17 Thread Money Pit
I've seen and dealt with plenty of CF10 404 issues since my install yesterday, but this appears to be a new one: This is my first CF10 installation. I am running with Update 11 in place. Win2k8 R2/64bit. 1. CF Admin's missing template handler residing in the cfusion wwwroot is nonfunctional.

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:

Re: Distributed Caching with TerraCotta

2013-09-17 Thread Rick Root
Hah, thanks yeah I already sent him email, no response yet, but he's offered input on my terra cotta issues in the past. On Tuesday, September 17, 2013, Alan Rother wrote: Try contacting Rob Brooks-Bilson, he's the ehcache expert in CF http://rob.brooks-bilson.com/ (Also a super nice guy)

Re: CFLDAP Fieldname Aliases?

2013-09-17 Thread Dan LeGate
Thanks Dave! This worked great. Dan On 9/16/2013 12:22 PM, Dave Watts wrote: Is there and equivalent to: select LName as Last_Name for CFLDAP? If not, what other workarounds are there to make those query results have the names you want rather than the fieldnames from the LDAP server?