Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sysprv/Alecto
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan Oshadi Jayawardene committed Sep 3, 2012
2 parents 0aa33bb + d77f2fc commit fbce2eb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*~
*.bck
.*.swp
*.log
*~
*.bck
.*.swp
jetty*.request.log
2 changes: 1 addition & 1 deletion doc/rules.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ appended to the `service` URI.
# Other Instructions

## path\_info
`path_info` is can be used when constructing proxy rules (delegating
`path_info` is used when constructing proxy rules (delegating
to a `service`) or to bind a a rule to a particular URI path.

Each `service` rule must have `path_info` element defined. The URI
Expand Down
Empty file added log/.pneuma
Empty file.
5 changes: 5 additions & 0 deletions run.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@echo off
set CLASSPATH=".;lib\*"

echo Starting...
java -cp %CLASSPATH% -Xms256m -Xmx256m -noverify -client -Dorg.eclipse.jetty.http.LEVEL=DEBUG org.jruby.Main _main.rb

0 comments on commit fbce2eb

Please sign in to comment.