Title: [510] trunk/rails-integration/plugins/war-snapshot/lib/create_war.rb: Servlet should load on startup by default
Revision
510
Author
tantalon
Date
2007-04-26 17:13:36 -0400 (Thu, 26 Apr 2007)

Log Message

Servlet should load on startup by default

Modified Paths


Diff

Modified: trunk/rails-integration/plugins/war-snapshot/lib/create_war.rb (509 => 510)


--- trunk/rails-integration/plugins/war-snapshot/lib/create_war.rb	2007-04-26 20:10:30 UTC (rev 509)
+++ trunk/rails-integration/plugins/war-snapshot/lib/create_war.rb	2007-04-26 21:13:36 UTC (rev 510)
@@ -111,6 +111,7 @@
 <servlet>
   <servlet-name>rails</servlet-name>
   <servlet-class><%= config.servlet %></servlet-class>
+  <load-on-startup>1</load-on-startup>
 </servlet>
 <servlet>
   <servlet-name>files</servlet-name>
_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to