Tags: Tomcat
-
QuartzRails
Rails plugin to integrate with the Quartz scheduling library.
This plugin consists of a ServletContextListener which initializes the Quartz scheduler, and a QuartzJob able to run arbitrary Ruby code in the JRuby/Rails environment.
-
UrlRewriteFilter - Rewrite URL's in Java Web Application Servers
Based on the popular and very useful mod_rewrite for apache, UrlRewriteFilter is a Java Web Filter for any J2EE compliant web application server (such as Resin, Orion or Tomcat), which allows you to rewrite URLs before they get to your code. It is a very powerful tool just like Apache's mod_rewrite.