CF10 + Windows Server 2012

I haven't had the need to install CF10 on Server 2012 yet, but Adobe is dragging their feet providing support for this.  Michael A. Sheridan, III was kind enough to blog a workaround for those of  you that need this. Thanks to Adam Cameron for tweeting about this. Update: Supposedly this only works for the 32 bit installer. I'm sure someone can find a similiar work-around for 64 bit installer. Make it happen!

VirtualBox - Minimal CentOS

This evening I setup a CentOS VirtualBox (Virtual Machine). During installation of CentOS, I chose "minimal server" - However, there's some additional work that you need to do to get this up and running.

  1. Setup minimal CentOS with networking.
  2. Add RPMForge as a yum repo.
  3. Install guest additions on CentOS. This allows you to have a folder on your host machine (windows / mac) to be available to the guest operating system. You can find the VBoxGuestAdditions ISO here if you can't find it on your machine (hint, it's in the same directory where you've installed virtualbox).
Where am I going with all this and why? Well, now I can edit the files on my machine and have Tomcat or Ruby or Clojure in a stable linux environment and pointing at my windows directory with my files and still use Builder/Sublime/{{FavoriteEditorHere}} to edit. I've also manipulated my router to have my DHCP server always assign my virtualbox mac address the same ip address. Now I'll be able to edit my windows host file for some cheap DNS manipulation.

Once my virtual machine is up and running, I make sure my folder that I'm sharing is setup correctly in virtualbox. In CentOS, I type:

mount -t vboxsf (folder alias that I've setup in virtualbox) /directory/where/this/is/mounted

For example:
mount -t vboxsf sample /data/web/website/www

It takes a few seconds after hitting that command, but keep typing 'ls' and wait for your files to show up. When they do, you're up and running. You can then start up your tomcat process, etc.

 

Railo 4.0 Beta is available

Railo 4.0 has hit public beta! More information can be found over at the railo website. Congrats Railo Team! Long time coming!