thecfguy

A Unique Developer

Configure multiple sites on RAILO, Tomcat and Windows (Part-II)

In part-I I have explained how to configure RAILO with Tomcat where we copied all RAILO jar files into tomcat's lib folder. If you do not want to copy it into lib folder instead keep separate folder for RAILO, that also possible.

  • Let's copy all RAILO jar files under folder 'RailoJars' inside tomcat.
  • Open catalina.properties file from CONF folder.
  • Add ${catalina.home}/railojars/*.jar in common.loader setting (approx. at line 47) so it will read like
    common.loader=${catalina.base}/lib,${catalina.base}/lib/*.jar,${catalina.home}/lib,${catalina.home}/lib/*.jar,${catalina.home}/railojars/*.jar
that's it other setting will remain as explain in Part-I.