jruby-embedded-jetty
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Simple example of creating an executable war file with an embedded jetty
This is a very simple example of creating a self-contained JRuby
executable which runs an embedded Jetty web server.

If you want to try it out you'll need to be running JRuby and have
Bundler installed. Then install the dependencies:

    bundle install

Create the executable WAR file with:

    bundle exec rake war

And then to start the application running:

    java -jar jruby-embedded-jetty.war

You can pass extra system properties at the command line too, For
instance to change the port the application will run on and to enable
jmx output you could use:

    java -server -Dcom.sun.management.jmxremote -Djetty.port=8090 -jar jruby-embedded-jetty.war

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。