The other day I posted about how I configure Railo 3.1 and Apache on Windows to use a web root in the location of my choosing. That was on my live server so today I thought I would post on how I set up my development machine.
Entries for month: January 2010
Configuring Railo Express to use the webroot of your choice.
Posted by John
Configuring multiple web sites with Railo 3.1 and Apache 2.2 on Windows
Posted by John
I wanted to do a blog post on how to setup multiple web sites when using Railo 3.1 with Apache 2.2 on Windows as I had to search around a little to find this information when I was setting up my server. In my example, I am running the Windows version of Apache 2.2.13 on a Windows XP box.
bind to a select with jquery and coldfusion
Posted by John
How to use jquery and coldfusion to bind a select box to another select box without using the supplied bind attribute of the cfselect tag.