This describes how to get Railo running on Tomcat -- a Java Servelet Engine.
Q: what is the difference between a full JEE server than just a servlet engine
Railo + Tomcat + Apache
How to configure all three in a series
Describes how to get Railo running on Tomcat
This describes how to get Railo running on Tomcat -- a Java Servelet Engine.
Q: what is the difference between a full JEE server than just a servlet engine
If you're still in the bin folder, you can start Tomcat by typing:
Note: the startup.bat file calls the catalina.bat, which must have a reference to the jdk. usiing the JAVA_HOME environment var.
set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_13
for windows this startup.bat.
After setting up Railo and Tomcat, this article shows how to make it more production friendly like making Ralio the root web application and making it run over port 80
After setting up Railo and Tomcat, this article shows how to make it more production friendly like making Ralio the root web application and makiing it run over port 80
"In the comments on Part IV, Barney suggested using AJP to proxy and I confirmed that it preserves the CGI variables REMOTE_ADDR and REMOTE_HOST which Paul Kukiel asked me about. Paul also noted that adding the ProxyPreserveHost directive causes the host headers to be passed through the proxy. I'd actually added that locally but didn't want to complicate the blog post by mentioning it.\n\nIn this Appendix post, I want to tackle SES URLs. One downside of Tomcat is that it does not support the following common form of SES URLs: "
More on how to setup Railo over Tomcat.
5 items | 17 visits
A high performance, free, open source CFML engine, and a JBoss.org project. Railo allows anyone to write and run CFML pages on any JEE server or servlet container with no licensing fees.
Updated on Oct 17, 09
Created on Sep 07, 09
Category: Computers & Internet
URL: