fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / xmlsecurity / test_docs / tools / README.txt
blob159d2c037c061580050d362a5ef9e1b2303643e6
1 httpserv 
2 ============
3 Simple http server for testing of Certificate Revocation Lists (CRL).
5 Netbeans 6.7.1 project. httpserv.jar requires java 6.
7 Run with
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
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:
18 java -jar <path_to_wherever_it_is>/httpserv.jar --accept 8000
20 now enter in the Browser:
22 localhost:8000/index.html