Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / jigsaw / WWW / User / Administration / tools / jhttpd.html
diff --git a/JMCR-Stable/real-world application/jigsaw/WWW/User/Administration/tools/jhttpd.html b/JMCR-Stable/real-world application/jigsaw/WWW/User/Administration/tools/jhttpd.html
new file mode 100644 (file)
index 0000000..bbdf04b
--- /dev/null
@@ -0,0 +1,41 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0 Strict//EN">\r
+<HTML><HEAD>\r
+<TITLE>jhttpd command line and properties</TITLE>\r
+</HEAD><BODY><H1>Jigsaw\r
+</H1><P>The simplest way to run <B>Jigsaw</B> is by invoking the java interpreter\r
+on the w3c.httpd.core.httpd class. Your command line will generally look\r
+like:\r
+<P><CODE>java w3c.httpd.core.httpd -p <I>property-file</I></CODE>\r
+<H2>Command line options\r
+</H2><P>The jhttpd class will recognize the following command line options:\r
+<DL><DT>-port <I>port</I>\r
+<DD>The port on which the server should listen for new incomming connections.\r
+This is similar to setting the\r
+<A HREF="../properties.html#w3c.httpd.port">w3c.httpd.port property</A>,\r
+and\r
+overrides it.\r
+<DT>-host <I>host</I>\r
+<DD>The full name of the machine running <B>Jigsaw</B>. This is used when\r
+the server generates link to itself.\r
+<DT>-root <I>root-directory</I>\r
+<DD>The name of the root directory in which <B>Jigsaw</B> should run. This\r
+overrides any setting of the\r
+<A HREF="../properties.html#w3c.httpd.root">w3c.httpd.root</A> property.\r
+<DT>-space <I>space-directory</I>\r
+<DD>The name of the space directory (the directory to be exported). This\r
+overrides any setting of the\r
+<A HREF="../properties.html#w3c.httpd.space">w3c.httpd.space</A> property.\r
+<DT>-p <I>property-file</I><I></I>\r
+<DD>Tells the server to read properties from the given property file. Although\r
+not mandatory, this option is probably the one that you will use the most\r
+frequently.\r
+<DT>-trace\r
+<DD>Turns all debugging on. This is similar to setting both the\r
+<A HREF="../properties.html#w3c.httpd.trace">w3c.httpd.trace</A> and the\r
+<A HREF="../properties.html#w3c.httpd.client.debug">w3c.httpd.client.debug</A>\r
+to <B>true</B>.\r
+<DT>\r
+</DL><P><HR>\r
+    <A href="mailto:jigsaw@w3.org">Jigsaw Team</A>\r
+    <BR>$Id: jhttpd.html,v 1.1 2010/06/15 12:29:45 smhuang Exp $\r
+</BODY></HTML>\r