jruby --ng-server
it's a good idea to have the server call load up all your jars in the classpath, this works well
jruby --ng-server -J-cp "<folder>/*"
you have to use the quotes and the * not *.jar either
then just startup your jruby via
jruby --ng
viola your load time is cut in half, maybe more
No comments:
Post a Comment