Just a little note for myself as I am trying to get the workflow going on setting up new site in Railo.
In here I am using the application server Resin that comes with Railo – I would like to change this to Tomcat one day to mimic the my hosted environment at Viviotech.
Here I created a new site called personal.cbcommerce:
[xml] <host id="personal.cbcommerce"> <web-app id="/" root-directory="c:/prj/personal/cbcommerce" /> </host> [/xml]
Restart Apache server at this point.