Cannot run Jruby generated .war file on Tomcat (Windows) -
i did command 'jruby -s warble' generated .war file. , deployed tomcat server. when run application got error messages below. please let me know need do. regards,
application initialization failed: no such file load -- rack file:/c:/program%20files/apache%20software%20foundation/tomcat%207.0/webapps/rouge/web-inf/lib/jruby-rack-1.0.7.jar!/vendor/rack.rb:7 file:/c:/program%20files/apache%20software%20foundation/tomcat%207.0/webapps/rouge/web-inf/lib/jruby-rack-1.0.7.jar!/vendor/rack.rb:28:in require' file:/c:/program%20files/apache%20software%20foundation/tomcat%207.0/webapps/rouge/web-inf/lib/jruby-rack-1.0.7.jar!/jruby/rack/booter.rb:28:in
boot!' file:/c:/program%20files/apache%20software%20foundation/tomcat%207.0/webapps/rouge/web-inf/lib/jruby-rack-1.0.7.jar!/jruby/rack/boot/rack.rb:10 file:/c:/program%20files/apache%20software%20foundation/tomcat%207.0/webapps/rouge/web-inf/lib/jruby-rack-1.0.7.jar!/jruby/rack/boot/rack.rb:1:in `load' :1
run jruby 1.6 (or rc3 pre-release --pre
) bug fixed.
jruby -s gem install -v '~> 1.6.0' jruby-jars jruby -s gem install jruby-jars --pre
Comments
Post a Comment