fabiokung / jetty-rails

use jetty to run rails projects

This URL has Read+Write access

fabiokung (author)
Wed Jun 24 21:29:59 -0700 2009
commit  357f7bce896f8ad055290be627bb86510430b021
tree    c4f0ed0f926abca4d948653886ca67227fc209e9
parent  4ec1223a729d10107492a4bbcb042b02977dca75
jetty-rails / spec / jetty_rails_sample_2.yml
100644 29 lines (28 sloc) 0.604 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
:servers:
- :context_path: /testA
  :base: jetty_rails_proj_2
  :adapter: :rails
  :environment: development
  :port: 2000
- :context_path: /testB
  :adapter: :rails
  :base: jetty_rails_proj
  :environment: production
  :port: 3000
- :port: 4000
  :apps:
  - :context_path: /testB
    :adapter: :rails
    :base: jetty_rails_proj
    :environment: development
  - :context_path: /testA
    :adapter: :rails
    :base: jetty_rails_proj_2
    :environment: production
:environment: production
:jruby_min_runtimes: 1
:jruby_max_runtimes: 2
:thread_pool_max: 40
:thread_pool_min: 1
:acceptor_size: 20