index.html page which is directly in the output directory.index.html pageserver.bat console file (or server.sh on Linux or MacOS X) and browse the content of the wiki at the http://localhost:8080/ addressindex.html page:HttpServer.jar fileserver.bat console file (or the server.sh file on Linux or MacOS X)server.bat console file has the following content:java -jar HttpServer.jar pauseIt is possible to put these files in another directory, and set the
-d or --dir argument to specify the directory of the wiki. For example:java -jar HttpServer.jar -d L:\my\wiki pauseIt is possible to set the set the
-p or --port argument to specify the port to access for the wiki. For example:java -jar HttpServer.jar -p 8082 pause
index.html page is because of the Cross-origin resource sharing policy (CORS).
py2server.bat console file starts a Python 2 HTTP serverpy3server.bat console file starts a Python 3 HTTP serverdocJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.
Project Web Hosted by
Copyright 1999-2010 -
Geeknet, Inc., All Rights Reserved
About
-
Legal
-
Help