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 »
10,743 Comments

@Ricardo,

Very cool - enjoy!


Feb 24, 2012 at 12:11 PM // reply »
39 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 »
39 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 »
8 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 »
39 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 »
39 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 »
347 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!!!


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
InVision App - Prototyping Made Beautiful With Prototyping Tools Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
May 21, 2012 at 1:58 AM
Updated: Converting A ColdFusion Query To CSV Using QueryToCSV()
Hi Ben, why do you need to have so many double quotes when adding the field and field name to the row data? ----------------------------------------- <cfset LOCAL.RowData[ LOCAL.ColumnIndex ] = ... read »
AXL
May 21, 2012 at 1:24 AM
URL Rewriting And ColdFusion's WriteToBrowser Image Functionality (CFFileServlet)
@Mounir, Open your lower case URL Rewrite rule and add the following condition. Condition input: {REQUEST_URI} Check if input string: Does Not Match the Pattern Pattern: ^/CFFileServlet/_cf_ca ... read »
May 20, 2012 at 4:28 AM
Understanding The Complex And Circular Relationships Between Objects In JavaScript
@Will Vaughn I tried your javascript example but got this error:- foo.print is not a function ... read »
May 19, 2012 at 5:37 AM
A Graphical Explanation Of Javascript Closures In A jQuery Context
Thanks for this article, but I fear you missed an important point. If variables in the outer context change, these changes affect the inner anonymous functions as well. That means: if you change the ... read »
May 18, 2012 at 3:39 PM
Parsing CSV Data With An Input Stream And A Finite State Machine
Can you use file upload button with this? and read live? or does the file have to already be on the server saved? ... read »
May 18, 2012 at 1:06 AM
VIRGO (Aug. 23-Sept. 22): Dead On The Money!
A friend of mine and I were arguing about astrology and she told me that he believes in astrology. She hasn't provided me with any evidence that the belief makes any sense to me. She she been telling ... read »
May 17, 2012 at 11:32 PM
Using ColdFusion to Handle 404 Errors (Page Not Found) On Development Server
Very easy the configuration. I read a lot pages and I can't find the solution. I open the administrator and change this Administrator/server settings/Error Handlers/Missing Template Handler and p ... read »
May 17, 2012 at 3:13 PM
LOCAL Variables Scope Conflicts With ColdFusion Query of Queries
I never cease to be amazed that almost EVERY random CF issue I come across lands me on your site. Thank you for documenting your findings for the world. ... read »