Railo Express (jetty) change webroot
open up <railo-directory>\contexts\railo.xml
edit the following line:
<Set name=”resourceBase”><SystemProperty name=”jetty.home” default=”.”/>/webroot/</Set>
and change /webroot/ to the directory of your choice. remember to use forward slashes!
for instance, i have cfwheels on my y: \cfwheels
<Set name=”resourceBase”><SystemProperty name=”jetty.home” default=”.”/>/y:/cfwheels/</Set>
Advertisement
leave a comment