-
Notifications
You must be signed in to change notification settings - Fork 81
Installation VideoInstallResinWin2003IIS6
Mark Drew edited this page Jul 19, 2013
·
1 revision
Here's a guideline on how to install Railo on Win2K3 with IIS6.
</li>
If Railo does not start, or you don't see the above screen, please try the following:
- Check whether the service Railo 2.0 runs
- If the service runs, please check whether the firewall is blocking the server to run
- If the service does not run, please execute the following command in the {railo installation directory}
C:\Railo>httpd.exe -Xms512M -Xmx512M -conf conf/resin.conf -java_home jre -java_exe jre\bin\java
- If Railo still does not run function properly, it is time to write an email in the Railo User Group
<host id="<span style="color:#0000CC">"myweb.com"</span>"></span></host> <root-directory></span>d:/webroots/myweb.com<span style="color:#000099"></root-directory></span> <span style="color:#000099"><web-app id="&lt;span style=&quot;color:#0000CC&quot;&gt;&quot;/&quot;&lt;/span&gt;" document-directory="&lt;span style=&quot;color:#0000CC&quot;&gt;&quot;d:/webroots/myweb.com&quot;&lt;/span&gt;"></web-app></span> <span style="color:#000099"></host></span><br /></span></div></root-directory>
or to make it much more comfortable:
<host regexp="<span style="color:#0000CC">"(.+)"</span>"></span></host>
<host-name></span></host-name>${host.regexp[1]}</host-name>
<root-directory></span>d:/webroots/$<span style="color:#000099">{</span>host.regexp[1]<span style="color:#000099">}</span><span style="color:#000099"></root-directory></span><br /><span style="color:#000099"><web-app id="&lt;span style=&quot;color:#0000CC&quot;&gt;&quot;/&quot;&lt;/span&gt;" document-directory="&lt;span style=&quot;color:#0000CC&quot;&gt;&quot;d:/webroots/$&lt;span style=&quot;color:#000099&quot;&gt;{&lt;/span&gt;host.regexp[1]&lt;span style=&quot;color:#000099&quot;&gt;}&lt;/span&gt;&quot;&lt;/span&gt;"></web-app></span><br /><span style="color:#000099"></host></span><br /></span></div><br /> In the second case resin determines with the help of a regular expression where to locate a certain webroot. So you only need to create a directory named d:\webroots\hostname and the setting is valid without having to restart the application server service. But I wouldn't recommend this kind of definition, because it can grant access to webroots without manually allowing it.<br /><br /></cluster></li></root-directory>
</li>
</li>
Now your dll is a allowed extension you can use within the web site.
</li>
</li>
</li></ul>
</li>
- 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