File: README.md

package info (click to toggle)
trapperkeeper-webserver-jetty9-clojure 4.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,336 kB
  • sloc: java: 278; xml: 38; sh: 24; makefile: 23
file content (10 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
Sample Trapperkeeper Servlet Web App
---------------------------------

To run the app, use this command:

```sh
lein trampoline run --config examples/servlet_app/servlet-example.conf \
                    --bootstrap-config examples/servlet_app/bootstrap.cfg

```