Hostek.com Offering Free ColdFusion 10 Beta Hosting

Posted February 24, 2012 at 10:03 AM by Ben Nadel

Tags: ColdFusion

Yesterday, I learned that Hostek.com is offering free ColdFusion 10 beta hosting. It's really easy to setup. Simply add the ColdFusion 10 beta hosting to your cart, select a sub-domain, and checkout. The service is free but they will ask you for your credit card information. After your order is submitted, you'll receive an email with FTP and Control Panel information.

I set up a ColdFusion 10 site in about 5 minutes (mostly waiting for my email). The one page on my site simply CFDumps out the Server scope.


You Might Also Be Interested In:



Reader Comments

Feb 24, 2012 at 11:23 AM // reply »
3 Comments

Thanks Ben, I just created a beta account and will start testing.


Feb 24, 2012 at 11:32 AM // reply »
11,314 Comments

@Ricardo,

Very cool - enjoy!


Feb 24, 2012 at 12:11 PM // reply »
46 Comments

I currently have a CF9 reseller account through them...I wonder if under that condition one could score a test site with CF10 beta under that? In any case, sweet! Thanks for sharing this!


Feb 24, 2012 at 12:44 PM // reply »
2 Comments

Brian

Yes... From your WCP look at the ColdFusion section. There is an option for CF 10 beta. Just click that and it is auto setup for you.


Feb 24, 2012 at 12:49 PM // reply »
46 Comments

@Brian,

<maniacallaugh>Thanks!</maniacallaugh>

I know I'm going to see if I can drop that wonderful Taffy stuff in favor of CF10 for REST...I can't tell you how excited this has me.


Feb 24, 2012 at 5:02 PM // reply »
9 Comments

Thanks Ben.


Feb 24, 2012 at 5:44 PM // reply »
4 Comments

@Brian, That's exactly what I'm looking at now. I would be happy if you could tell me you're results of your tests of dropping Taffy in favour of ColdFusion 10s REST capabilities?


Feb 29, 2012 at 11:42 AM // reply »
1 Comments

If you're concerned about any potential for hosttek rolling your account once the free beta expires into a subscription plan without you authorizing it, select paypal as your payment method instead of entering a credit card. By selecting Paypal, they don't do any authorization (i.e., they don't have you sign in), which means that when beta expires, if you want to continue recieving hosttek's service, you have to opt-in by providing a valid form of payment.


Mar 1, 2012 at 4:24 PM // reply »
46 Comments

Just a quick update, I did indeed do the beta under my reseller account, and it set me up a new site from which to play with it.

The REST stuff is simple to produce and get the hang of quickly. My goodness, I am in love with it. I can envision refactoring a present suite of web services with relative ease.

My only gripe from the Hostek.com end of it is that you really need to avail yourself of an introduced function, restInitApplication. Anuj Gakhar blogged how to introduce this, but I would add, if you're using a Hostek.com account fresh, throw an empty index.cfm up there or throwing a query string check in your onRequestStart() to fire restInitApplication won't do much.

Check this out, too:
http://bk-mp-com-cf10beta.securecb1cf10.ezhostingserver.com/rest/restTest/resttest
--and then--
http://bk-mp-com-cf10beta.securecb1cf10.ezhostingserver.com/rest/restTest/resttest.json

Teehee.


Mar 8, 2012 at 8:31 AM // reply »
46 Comments

Has anyone heard if Hostek is going to make CF10 available without an upgrade when it goes gold? I am loving this release almost as much as I did CF9. It's definitely a bright ray of light.


Mar 8, 2012 at 2:46 PM // reply »
2 Comments

@Brian,

Regarding the earlier piece you mentioned... This problem was discussed within the post by Anuj Gakhar that a CFM page is required to register and refresh the REST service because the application.cfc will not be run just by accessing the rest URL alone.

Regarding your last question about Hostek.com offering CF10 when it's available... yes we will be offering CF10 when it's available. This would most likely be on a different server so your site could easily be migrated to the CF10 server when available.


Apr 24, 2012 at 1:04 PM // reply »
369 Comments

@Kevin Cruz,

Thanks so much for that info! I am also so wary of things like that. Sometimes, when you get married into a situation like that, getting out of it is harder than a divorce. Thanks a heap!!!


Jun 14, 2012 at 1:08 AM // reply »
1 Comments

Whats the difference between Linux Hosting and Windows Hosting?



Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Jun 19, 2013 at 10:18 AM
ColdFusion Path Usage And Manipulation Overview
Anyone happen to know if the file created by getTempFile will be automatically removed at any point? Nothing mentioned in the docs, and restarting CF doesn't remove them, so it seems it needs manu ... read »
Jun 19, 2013 at 9:41 AM
Working With Inherited Collections In AngularJS
I actually just ran into this same situation with a demo I was putting together. Your implementation of multi-lvl $scope's > Mine :) ... read »
Jun 19, 2013 at 8:17 AM
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
@Prateek, to match a word or text you should use .toContain('word') that's a jasmine reference. website is : http://pivotal.github.io/jasmine/ ... read »
Jun 19, 2013 at 8:10 AM
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Hi Guys, Actually i am doing e2e test of angular js of my project but i am not getting one thing that is how to press enter key through the test when my form is filled as i am not using a button but ... read »
Jun 18, 2013 at 9:20 PM
Mapping AngularJS Routes Onto URL Parameters And Client-Side Events
I couldn't find examples of passing multiple arguments using the when() routing statement so figured out through trial and error that you can pass multiple arguments using the following format: .whe ... read »
Jun 18, 2013 at 3:39 PM
Experimenting With The Amazon Simple Storage Service (S3) API Using ColdFusion
Hi Ben, THANKS! While not bleeding edge, it is new to me & I like learning new things every day! ... read »
Jun 18, 2013 at 12:30 PM
Disabling Auto-Correct And Auto-Capitalize Features On iPhone Inputs
Also spellcheck="false" should be mentioned as part of html5 specs ... read »
Jun 18, 2013 at 8:40 AM
Using Named Functions Within Self-Executing Function Blocks In Javascript
Hi Ben, you forgot to mention the most important thing for named self-executing functions - they can be referenced by name ONLY inside their execution context (which is parens in this case), it mean ... read »
InVision App - Prototyping Made Beautiful With Prototyping Tools