Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 18-Oct-2019 | - | ||||
httpserv/ | H | 18-Oct-2019 | - | |||
README.txt | H A D | 18-Oct-2019 | 638 | 25 | 14 |
README.txt
1 httpserv 2 ============ 3 Simple http server for testing of Certificate Revocation Lists (CRL). 4 5 Netbeans 6.7.1 project. httpserv.jar requires java 6. 6 7 Run with 8 9 java -jar httpserv/dist/httpserv.jar --accept portnumber 10 11 portnumber: an arbitrary port number to which the server should listen. 12 13 httpserv looks for the requested file relativ to the current directory. For 14 example, you are in 15 $(SRC_ROOT)/xmlsecurity/$(INPATH)/httpserv/dist/javadoc, 16 a directory which contains the index.html. From there you run httpserv.jar: 17 18 java -jar <path_to_wherever_it_is>/httpserv.jar --accept 8000 19 20 now enter in the Browser: 21 22 localhost:8000/index.html 23 24 25