tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / xmlsecurity / test_docs / tools / README.txt
blobb253a78b69ab19ef5b636c44d4126099aa8acb78
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 relative 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