Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Arin Sarkissian committed Jul 13, 2010
1 parent c792658 commit d85267d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.mdown
Expand Up @@ -38,9 +38,6 @@ This tells the app that whenever a request comes in for `/example/FOO` run the `
* its signature must match `public methodNameHere(HttpServletRequest req, HttpServletResponse resp)`
* you need to annotate it with `@GET`, `@POST`, `@PUT`, `@DELETE` or `@HEAD` to define what HTTP methods are allowed
* edit the server's config file to register your handler with a URI prefix

/my_prefix = com.example.you.handler.YourNewHandler

`/my_prefix = com.example.you.handler.YourNewHandler`
* restart the app and tell it to use your config file

-Dconf.handlers=your_config_file.conf
`-Dconf.handlers=your_config_file.conf`

0 comments on commit d85267d

Please sign in to comment.