-
Notifications
You must be signed in to change notification settings - Fork 81
Installation Resin
Mark Drew edited this page Jul 19, 2013
·
1 revision
- Installing Railo 3.1 with Resin On Mac OS X 10.6 (Snow Leopard)
- Installing Railo 3.1 with REsin On Mac OS X 10.5 (Leopard)
Tip by Matthew Williams of geodesicgrafx.com
- Create a folder called "hosts" in the main railo directory.
- Create a folder that exactly matches the domain name you're using eg "www.mystuff.com". This means you'll also have to create a "mystuff.com" to capture those that leave off the "www" part.
- Create a host.xml file in the domain folder format it as:
<host root-directory="c:/myfolder" xmlns="http://caucho.com/ns/resin">
<host-alias>www.mystuff.com</host-alias>
<web-app id="/" root-directory="." />
</host>
- Getting to know Railo Server
- Railo Server features & specifications
- Getting started with Railo Server
- Installation & configuration
- Railo Server Versions
- Developing with Railo Server
- Deploying Railo Server apps
- Managing Railo Server apps
- Railo Server Extensions
- Useful resources & further reading
- Developing & debugging Railo Server
- FAQs