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 / compile.cmd
r25:964b652115d9 6 loc 163 bytes embed / history / annotate / raw /
1
2
3
4
5
6
7
@echo off
mkdir jvm-build
javac src\*.java src\org\openstatic\http\*.java -d jvm-build
cd jvm-build
jar -cvmf ..\manifest.mf ..\placebohttp.jar *
cd ..
pause