3 Simple http server for testing of Certificate Revocation Lists (CRL).
5 Netbeans 6.7.1 project. httpserv.jar requires java 6.
9 java -jar httpserv/dist/httpserv.jar --accept portnumber
11 portnumber: an arbitrary port number to which the server should listen.
13 httpserv looks for the requested file relativ to the current directory. For
15 $(SRC_ROOT)/xmlsecurity/$(INPATH)/httpserv/dist/javadoc,
16 a directory which contains the index.html. From there you run httpserv.jar:
18 java -jar <path_to_wherever_it_is>/httpserv.jar --accept 8000
20 now enter in the Browser:
22 localhost:8000/index.html