- February 8, 2017
- Posted by: user
- Category: Uncategorized
Week ago I wrote blog about "Installing RAILO with Tomcat" this is what I have first time installed RAILO on my PC. After getting success in that I tried to run multiple instances of RAILO for different site and even single site. Below is step by step guide to create multiple instance of RAILO.
Note: I assume that reader has already gone through my first blog on installing RAILO on Tomcat.
- Copy RAILO jar files into tomcat folder under "railojars".
- Open catalina.properties file and add ${catalina.home}/railojars/*.jar in common.loader (see more).
- Update web.xml as per explain in my first blog.
- Create new folder "instance1" under tomcat folder.
- Create bin,conf,logs,temp and webapps folder under instance1.
- Copy catlina.properties,web.xml and server.xml from tomcat/conf to instance1/conf folder.
- Open server.xml file and change port numbers and make sure it doesn’t conflict.
- Open web.xml file and servlet settings explain in my first blog.