xitiomet / placebohttp (http://openstatic.org/)

Embeded Http server for gcj/java applications. PlaceboHttp uses an automatic session management system, Treating each session as a HttpRequest queue.

Clone this repository (size: 135.2 KB): HTTPS / SSH
$ hg clone http://hg.openstatic.org/placebohttp
commit 25: 964b652115d9
parent 24: d850df8938b6
branch: default
Fixed json stuff again
xitiomet
7 months ago
placebohttp / README
r25:964b652115d9 18 loc 293 bytes embed / history / annotate / raw /
Placebo HTTP Server
-------------------


For windows users....
open a command prompt to the folder
\> compile.cmd
\> java -jar placebohttp.jar --help

For linux users....
First install gcj4.3

$ make
$ ./placebohttp --help

For solaris users....
$ make jvm
$ java -jar placebohttp.jar --help