README.rdoc in calavera-tomcat-rails-0.1.2 vs README.rdoc in calavera-tomcat-rails-0.2.0
- old
+ new
@@ -10,9 +10,24 @@
== USAGE:
cd myrailsapp
jruby -S tomcat_rails
+
+== CONFIGURATION:
+
+Tomcat-Rails allows you to configure some parameters when the server is started from the command line, the following is a list of the currently supported options:
+
+ * -p, --port PORT => port to bind to.
+ * -e, --env ENVIRONMENT => rails environment.
+ * -c, --context CONTEXT => application context path.
+ * --lib, --jars LIBS_DIR => directory containing jars.
+ * --classes CLASSES_DIR => directory containing classes.
+
+The server can also be configured from a yaml file. If a file is not especified, the server tries to load the file <em>config/tomcat.yml</em>. Within this file you can add other options like jruby.min.runtimes(:jruby_min_runtimes) or jruby.max.runtimes(:jruby_max_runtimes).
+
+ jruby -S tomcat_rails -f
+ jruby -S tomcat_rails --config my_custom_configuration.yml
== Copyright
Copyright (c) 2009 David Calavera<calavera@apache.org>. See LICENSE for details.