Re: More questions on Multiple Instances

2007-03-25 Thread Robertson-Ravo, Neil (RX)
Have you modified the necessary XML configs to actually allow it to session replicate? This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains

Re: Web Server Configuration Tool

2007-03-25 Thread Dinner
On 3/23/07, Andy A wrote: You don't ... you simply need wsconfig.jar I'm pretty sure the wsconfig.jar has a -gui option, that'll bring up a nice interface. And I wonder... with apache httpd, you can just extract the .so and paste in a jrun conf section off the net... I bet there's a similar way

Re: You think you know OOP.. but you don't

2007-03-25 Thread Dinner
On 3/23/07, Dean L wrote: back to the same form (controller)? Even if you are using a framework, your requests are typically routed back through a single page. Someone else had made a similar statement regarding self-posting forms and I'm just don't understand where that is coming from.

Re: Hah? BlogCFC / BlogCFM

2007-03-25 Thread Dinner
On 3/23/07, Neil wrote: Ahh! Blog 22! Don't sweat it. I've forked both of them into each other. I'm calling it BlogCF MC. I'd bust a rap, but my rhyming skills ain't too beefy. ~| Upgrade to Adobe ColdFusion MX7 Experience

Re: Just a question/discussion point RE: Web services..

2007-03-25 Thread Robertson-Ravo, Neil (RX)
Basically, if you want your webservice to be consumed over the web by other technologies then your return needs to be a string (but that string can be anything - XML Encoded String (not a ColdFusion XML object) Array etc). This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,

Re: CFC DAO/Bean Generator

2007-03-25 Thread Brian Rinaldi
Just FYI, the Illudium Generator will generate code to work with Transfer including the Transfer XML configuration file. -- Brian Rinaldi blog - http://www.remotesynthesis.com/blog ColdFusion Open Source List- http://www.remotesynthesis.com/cfopensourcelist Boston CFUG -

Re: Java Resources

2007-03-25 Thread John Sterrett
www.javaworld.com might be a good start. Suns website also has some good links that are helpful. Plus, there message board is helpful. http://java.sun.com/developer/onlineTraining/new2java/ Regards, John Hey guys, Well today has been my first day of getting my head around Java, I'm

Re: Java Resources

2007-03-25 Thread John Sterrett
Hello Robert, Two sites I recommend to be helpful are javaworld (www.javaworld.com) and suns developer website (http://java.sun.com/developer/onlineTraining/new2java/). They have some good learning tutorials. From what I remembered the tutorials will even walk you through JDBC and

Re: POST

2007-03-25 Thread Matt Wendig
That did it!, thanks! I figured it was something dumb. - Original Message - From: Christopher Jordan [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Friday, March 23, 2007 5:09 PM Subject: Re: POST Matt, I'm guessing that you're running this on a windows machine. So I

CFQUERY help

2007-03-25 Thread Eric Creese
Trying to run this but it keeps on failing.I got the right permissions because I can run this fine in SQL Query Analyzer. cfquery name=up datasource=#dbname# BULK INSERT stgContacts FROM 'C:\CFusionMX\wwwroot\ileaflet\clients\1\contacts.txt' WITH (FIELDTERMINATOR = '|') /cfquery

Re: More questions on Multiple Instances

2007-03-25 Thread Jochem van Dieten
Dave Watts wrote: Is there a way that my code can access what instance in a cluster it is running on? http://www.sumoc.com/blog/index.cfm?mode=entryentry=7B541DBA-5004-2066-B7BCF2D895B3EC4A We used to do that too, but we found that unmaintainable when deploying on other servers then

CF (VMWare ESX Server Vs Physical Hardware)?

2007-03-25 Thread James Blaha
All, VMWare ESX Server Vs Physical Hardware? This past week I was asked if I’d like to move a perfectly working CF MX Enterprise environment running dual CPU’s to a Huge VMWare ESX Server virtual server environment. Does anyone have any recommendations virtual verse physical hardware or

OT: FastTrack to ColdFusion MX 6 Powerpoint Slides

2007-03-25 Thread Martin Orth
Hi, maybe a macromedia certified coldfusion instructor is reading this. I am also a macromedia certified instructor for ftcf and acfd and I need the old ftcf600 Powerpoint slides for a class on monday. (The ftcf600 course is the first one using dreamweaver instead of studio.) It would be nice if

Re: CF (VMWare ESX Server Vs Physical Hardware)?

2007-03-25 Thread Robertson-Ravo, Neil (RX)
Running anything in VM on the whole will be unsupported. Certainly ColdFusion will not be officially supported in it. We have several ESX environments / networks which host ColdFusion and they all run fine The best thing I can see about VM is licensing, you theoretically would only need to buy

Insert and directory rename

2007-03-25 Thread Devlin at Woodrow Graphics
hi, I have a system built to create a new gallery item. this creates a new entry into the database, (GalleryID and GalleryName) and then creates a matching folder directory with the GalleryName, from the name field via the form (FORM.GalleryName) my problem comes when attempting to change the

OT - PHP Question

2007-03-25 Thread Pete
Hi All just wondering if anyone knows of a similar PHP message board. I am trying to use PHP for the first time and keep getting an error and am not sure of how to get around the problem Basically I have got 2 PHP programs: One where I allow a user to select a name: ?php # personal.php #

Re: Scorpio - What to do until then?

2007-03-25 Thread Gert Franz
Hi Rick, well that's not quite true. Railo indeed costs 100¤ per web in addition. But only up to 7 additional webs. Then the price remains the same for unlimited number of webs. And don't forget that you get additional security options with railo that would only be supported by mx7 enterprise.

Re: Targetting an instance

2007-03-25 Thread Jochem van Dieten
Robertson-Ravo, Neil (RX) wrote: Following on in the multiple instance thread How are people targetting specific instances? For example, if I have created an instance and I want that instance to only do calls to page1.cfm, and pageX.cfm all goto the other instances. Same idea would apply

Re: OT - PHP Question

2007-03-25 Thread Jochem van Dieten
Pete wrote: Hi All just wondering if anyone knows of a similar PHP message board. http://nl2.php.net/support.php And the second one (which should display the result however I keep getting an error message when I have $rec_ID below. It says : Sorry there is no information Back PHP

Re: CF (VMWare ESX Server Vs Physical Hardware)?

2007-03-25 Thread Rob Wilkerson
Are they offering you a significant savings? I agree with Jim that virtualization works great - at least in my dev environments (I've never used it in production), but I'm not sure I'd move off of a physical server to a VM without some sort of incentive. Especially if CF isn't fully supported in

Insert and directory rename

2007-03-25 Thread Devlin at Woodrow Graphics
hi, I have a system built to create a new gallery item. this creates a new entry into the database, (GalleryID and GalleryName) and then creates a matching folder directory with the GalleryName, from the name field via the form (FORM.GalleryName) my problem comes when attempting to change the

Introduction, Cheap Hosting

2007-03-25 Thread Peter Donahue
Good morning everyone, Let me first begin by introducing myself before asking for hosting recommendations based on my criteria. My name is Peter Donahue. My wife Mary and I live in San Antonio Texas where I do Web development for a non-profit organization and for several clients. My wife is a

Re: Coldfusion MX7.2 and IBM Websphere 6.1

2007-03-25 Thread Eyad makhoul
Hi, I deployed Coldfusion MX 7.0.2 as EAR file on Websphere 6.1 successfully, but when I tried to run the ColdFusion administrator page it gave me the following error: “Error 500: Security service is not available.” we have tried to deploy coldfusion mx 7.2 on IBM websphere 6.1.

Re: Coldfusion MX7.2 and IBM Websphere 6.1

2007-03-25 Thread Eyad Makhoul
Hi, I deployed Coldfusion MX 7.0.2 as EAR file on Websphere 6.1 successfully, but when I tried to run the ColdFusion administrator page it gave me the following error: Error 500: Security service is not available. On 3/23/07, Dave Watts [EMAIL PROTECTED] wrote: we have tried to deploy

RE: CF (VMWare ESX Server Vs Physical Hardware)?

2007-03-25 Thread Jim Davis
-Original Message- From: James Blaha [mailto:[EMAIL PROTECTED] Sent: Saturday, March 24, 2007 2:30 PM To: CF-Talk Subject: CF (VMWare ESX Server Vs Physical Hardware)? All, VMWare ESX Server Vs Physical Hardware? This past week I was asked if I’d like to move a

Re: CFC DAO/Bean Generator

2007-03-25 Thread Dinner
On 3/24/07, Brian R wrote: Just FYI, the Illudium Generator will generate code to work with Transfer including the Transfer XML configuration file. As if the name wasn't enough, it even does cool stuff! Great work Brian, gratz fer sharing it with us!

RE: Java Resources

2007-03-25 Thread Jim Davis
-Original Message- From: Robert Rawlins [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 3:25 PM To: CF-Talk Subject: Java Resources Hey guys, Well today has been my first day of getting my head around Java, I'm looking to expand my programming knowledge and Java seemed

Re: Just a question/discussion point RE: Web services..

2007-03-25 Thread Dean Lawrence
On 3/24/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Basically, if you want your webservice to be consumed over the web by other technologies then your return needs to be a string (but that string can be anything - XML Encoded String (not a ColdFusion XML object) Array etc). That's

Re: Just a question/discussion point RE: Web services..

2007-03-25 Thread Robertson-Ravo, Neil (RX)
OK, to re-phrase, a good web service would be have a simple string return (complex object object as string) to make it totally interop. This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered

RE: CF (VMWare ESX Server Vs Physical Hardware)?

2007-03-25 Thread Dave Watts
Running anything in VM on the whole will be unsupported. Certainly ColdFusion will not be officially supported in it. I'm not sure this is correct any longer. Some Adobe server products are now explicitly supported for use within VMware ESX. The best thing I can see about VM is licensing,

Re: Just a question/discussion point RE: Web services..

2007-03-25 Thread Dean Lawrence
That I agree with. 8-) On 3/25/07, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: OK, to re-phrase, a good web service would be have a simple string return (complex object object as string) to make it totally interop. -- __ Dean Lawrence,

RE: Web Server Configuration Tool

2007-03-25 Thread Dave Watts
I'm pretty sure the wsconfig.jar has a -gui option, that'll bring up a nice interface. Running it without any switches provides the GUI. And I wonder... with apache httpd, you can just extract the .so and paste in a jrun conf section off the net... I bet there's a similar way with IIS...

RE: Targetting an instance

2007-03-25 Thread Dave Watts
Following on in the multiple instance thread How are people targetting specific instances? For example, if I have created an instance and I want that instance to only do calls to page1.cfm, and pageX.cfm all goto the other instances. Same idea would apply to CFC calls where I would

RE: CF (VMWare ESX Server Vs Physical Hardware)?

2007-03-25 Thread Dave Watts
This past week I was asked if I’d like to move a perfectly working CF MX Enterprise environment running dual CPU’s to a Huge VMWare ESX Server virtual server environment. Good! A properly configured and managed ESX environment can provide better uptime and reliability that

Re: CF (VMWare ESX Server Vs Physical Hardware)?

2007-03-25 Thread Robertson-Ravo, Neil (RX)
I don't care about other Adobe products at the moment AFAIK and can see, ColdFusion is not officially supported on VM. If it is, it should be in the product listings. We run small domains in ESX, on machines with 20-60GB RAM. If we deloy say 5 ColdFusion licenses on the ESX box with 2 CPUs (and

RE: CF (VMWare ESX Server Vs Physical Hardware)?

2007-03-25 Thread Dave Watts
I don't care about other Adobe products at the moment AFAIK and can see, ColdFusion is not officially supported on VM. If it is, it should be in the product listings. I agree that it should be, but the system requirements on the Adobe product pages don't always reflect this. If you go to the

Re: CF (VMWare ESX Server Vs Physical Hardware)?

2007-03-25 Thread Robertson-Ravo, Neil (RX)
And I would expect that you would only get 1 or 2 (3 at a push) on a decent box with ESX. I am not talking about 10 or so :-) This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England,

Re: CF (VMWare ESX Server Vs Physical Hardware)?

2007-03-25 Thread Robertson-Ravo, Neil (RX)
That aside, VM-ing is a quality route to take :-) This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, Registered in England, Number 678540. It contains information which is confidential and may also be

Directory Watcher and UNC name?

2007-03-25 Thread Johnny Le
Hi, Can the Directory Watcher Event Gateway watch for an UNC Path directory that requires username and password to access? It doesn't look like it can. If it can't, how hard would it be to create a custom event gateway that extends the directory watcher to handle that? I know a little bit

Re: CF (VMWare ESX Server Vs Physical Hardware)?

2007-03-25 Thread James Blaha
All, Wow, great information thank you all very much for your time and professional expertise. You’ve all given me a lot to think about. If I make the move to the virtual world with CF I’ll post a follow-up with all the hardware information and some baseline before and after stats. VMWare

Re: You think you know OOP.. but you don't

2007-03-25 Thread Aaron Roberson
@Dean A self-posting form is a view page with a form on it that has the action set to itself (or left blank, which is the same). The problem with it is that 95% of the time people put business logic right into the view page, hence they are not separating out the logic from the view (separation of

Re: Introduction, Cheap Hosting

2007-03-25 Thread Will Tomlinson
Peter, Try www.hostmysite.com - very cf-oriented And www.crystaltech.com - kinda cf-oriented. A lot of the members of this list use one of the two. There are also a few folks on this list that offer hosting themselves. I'm sure they'll chime in. HTH, Will

Re: CFC DAO/Bean Generator

2007-03-25 Thread Aaron Roberson
Illudium has got to be the coolest and most flexible (customizable) generator IN THE WORLD! -Aaron ~| Create Web Applications With ColdFusion MX7 Flex 2. Build powerful, scalable RIAs. Free Trial

RE: More questions on Multiple Instances

2007-03-25 Thread Brad Wood
I checked the box under Enterprise Manager Cluster Manager My instance called Replicate Sessions. Everything else replicates fine. I have had luck so far by just doing a tostring() on my xml doc and then xmlparseing it back when I use it. Seems like a waste of processor, but... ~Brad

Re: Web Server Configuration Tool

2007-03-25 Thread Dinner
On 3/25/07, Dave W wrote: I'm pretty sure the wsconfig.jar has a -gui option, that'll bring up a nice interface. Running it without any switches provides the GUI. Thanks, Dave. And I wonder... with apache httpd, you can just extract the .so and paste in a jrun conf section off the

Re: Targetting an instance

2007-03-25 Thread Dinner
On 3/25/07, Dave W wrote: Following on in the multiple instance thread How are people targetting specific instances? For example, if I have created an instance and I want that instance to only do calls to page1.cfm, and pageX.cfm all goto the other instances. Same idea would apply to

RE: Targetting an instance

2007-03-25 Thread Brad Wood
Same idea would apply to CFC calls where I would want to target it's execution to a specific instance. Possible? Only through the use of context roots, which let you map specific instances to specific URL patterns. == Ok, can someone please explain to me exactly what a context

RE: Targetting an instance

2007-03-25 Thread Brad Wood
Only through the use of context roots, which let you map specific instances to specific URL patterns. I don't really know that it's possible for sure, but with Apache httpd and the proxyPass stuff, theoretically you could point at specific IPs, and such, which might fit the bill... that is

RE: Targetting an instance

2007-03-25 Thread Dave Watts
Ok, can someone please explain to me exactly what a context root is (or supply some documentation). I keep hearing that term over and over in everything I read, but I must say I don't really know exactly what it is. Is it part of the web server? ColdFusion? JRun? All Java Apps? How do

Re: OT - PHP Question

2007-03-25 Thread Eric Haskins
Use $_REQUEST['rec_ID'] or $_GET['rec_ID'] / $_POST['rec_ID'] Like so $sql=SELECT * FROM personal WHERE ID = ' . $_REQUEST['rec_ID'] . ' ; Most servers or hosts like me turn of Register Globals. DOnt forget to use strip_tags() or other form of input sanitation Eric On 3/25/07, Jochem van

RE: OT - PHP Question

2007-03-25 Thread Pete
A further question How should a statement like the one below be formatted? $sql = Select personal.name, personal.address, personal.town, personal.country From personal Where name LIKE '%.$name.%'; Thanks in advance -Original Message- From: Eric Haskins [mailto:[EMAIL PROTECTED]

RE: Targetting an instance

2007-03-25 Thread Brad Wood
This context root is used to determine whether a request will be handled by the application server or just by the web server. OK, thanks for the link. That is starting to make sense. I still don't see how your context root mappings could force a request to go to a certain instance, since

Re: More questions on Multiple Instances

2007-03-25 Thread Jochem van Dieten
Brad Wood wrote: I checked the box under Enterprise Manager Cluster Manager My instance called Replicate Sessions. Did you disable persistent storage? Have you enabled J2EE sessions? Jochem ~| ColdFusion MX7 by Adobe®

Re: Targetting an instance

2007-03-25 Thread Jochem van Dieten
Brad Wood wrote: This context root is used to determine whether a request will be handled by the application server or just by the web server. OK, thanks for the link. That is starting to make sense. I still don't see how your context root mappings could force a request to go to a

Re: Targetting an instance

2007-03-25 Thread Jochem van Dieten
Brad Wood wrote: OK, I just tried that and it worked, BUT it tried to serve up the pages in jrun/servers/instance_name/ which is NOT where IIS is looking for the web root. Seems possible... Of course, all my instances are going to be on separate servers. I would need to specify the IP