Sha256: d439551d4f9ec886efd36b231d0586065225c72ab5a9b4882e0f5eaeada4a705

Contents?: true

Size: 1.47 KB

Versions: 13

Compression:

Stored size: 1.47 KB

Contents

<!DOCTYPE web-app PUBLIC
"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
"http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
  <welcome-file-list>
    <welcome-file>/<%= application_name %>/<%= application_name %>.html</welcome-file>
  </welcome-file-list>

  <context-param>
    <param-name>jruby.max.runtimes</param-name>
    <param-value>1</param-value>
  </context-param>
  <context-param>
    <param-name>jruby.min.runtimes</param-name>
    <param-value>1</param-value>
  </context-param>
  <context-param>
    <param-name>rails.root</param-name>
    <param-value>.</param-value>
  </context-param>
  <context-param>
    <param-name>gem.path</param-name>
    <param-value>./target/rubygems</param-value>
  </context-param>
  <context-param>
    <param-name>rails.env</param-name>
    <param-value>development</param-value>
  </context-param>
  <context-param>
    <param-name>jruby.rack.logging</param-name>
    <param-value>stdout</param-value>
  </context-param>
  <context-param>
    <param-name>jruby.rack.layout_class</param-name>
    <param-value>JRuby::Rack::RailsFilesystemLayout</param-value>
  </context-param>

  <filter>
    <filter-name>RackFilter</filter-name>
    <filter-class>org.jruby.rack.RackFilter</filter-class>
  </filter>
  <filter-mapping>
    <filter-name>RackFilter</filter-name>
    <url-pattern>/*</url-pattern>
  </filter-mapping>

  <listener>
    <listener-class>org.jruby.rack.rails.RailsServletContextListener</listener-class>
  </listener>
</web-app>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
resty-generators-0.7.3 lib/generators/resty/setup/templates/web.xml
resty-generators-0.7.2 lib/generators/resty/setup/templates/web.xml
resty-generators-0.7.1 lib/generators/resty/setup/templates/web.xml
resty-generators-0.7.0 lib/generators/resty/setup/templates/web.xml
resty-generators-0.6.0 lib/generators/resty/setup/templates/web.xml
resty-generators-0.5.3 lib/generators/resty/setup/templates/web.xml
resty-generators-0.5.1 lib/generators/resty/setup/templates/web.xml
resty-generators-0.5.0 lib/generators/resty/setup/templates/web.xml
resty-generators-0.4.0 lib/generators/resty/setup/templates/web.xml
resty-generators-0.3.3 lib/generators/resty/setup/templates/web.xml
resty-generators-0.3.2 lib/generators/resty/setup/templates/web.xml
resty-generators-0.3.1 lib/generators/resty/setup/templates/web.xml
resty-generators-0.3.0 lib/generators/resty/setup/templates/web.xml