websetroot-man.html   [plain text]


<?xml version="1.0"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en"><head><title>Twisted Documentation: WEBSETROOT.1</title><link href="../howto/stylesheet.css" type="text/css" rel="stylesheet" /></head><body bgcolor="white"><h1 class="title">WEBSETROOT.1</h1><div class="toc"><ol><li><a href="#auto0">NAME</a></li><li><a href="#auto1">SYNOPSIS</a></li><li><a href="#auto2">DESCRIPTION</a></li><li><a href="#auto3">AUTHOR</a></li><li><a href="#auto4">REPORTING BUGS</a></li><li><a href="#auto5">COPYRIGHT</a></li><li><a href="#auto6">SEE ALSO</a></li></ol></div><div class="content"><span></span><h2>NAME<a name="auto0"></a></h2><p>websetroot - set the root of a Twisted web server
</p><h2>SYNOPSIS<a name="auto1"></a></h2><p><strong>websetroot</strong>  {-f <em>tapfile</em> | -y <em>codefile</em> | -x <em>XML</em> | -s <em>AOT</em> } {--pickle <em>pickle</em> | --script <em>script</em> } [ -e ] [--port <em>port</em>]</p><p><strong>websetroot</strong>  --help</p><h2>DESCRIPTION<a name="auto2"></a></h2><p>The <strong>--help</strong> prints out a usage message to standard output.
</p><dl><dt><strong>-e</strong>, <strong>--encrypted</strong></dt><dd>The specified tap/aos/xml file is encrypted.
</dd><dt><strong>-p</strong>, <strong>--port</strong>&lt;port&gt;</dt><dd>The port the web server is running on [default: 80]
</dd><dt><strong>-f</strong>, <strong>--file</strong>&lt;file&gt;</dt><dd>read the given .tap file [default: twistd.tap]
</dd><dt><strong>-y</strong>, <strong>--python</strong>&lt;file&gt;</dt><dd>read an application from within a Python file
</dd><dt><strong>-x</strong>, <strong>--xml</strong>&lt;file&gt;</dt><dd>Read an application from a .tax file (Marmalade format).
</dd><dt><strong>-s</strong>, <strong>--source</strong>&lt;file&gt;</dt><dd>Read an application from a .tas file (AOT format).
</dd><dt><strong>--script</strong>&lt;file&gt;</dt><dd>Read the root resource from the given resource script file
</dd><dt><strong>--pickle</strong>&lt;file&gt;</dt><dd>Read the root resource from the given resource pickle file
</dd></dl><h2>AUTHOR<a name="auto3"></a></h2><p>Written by Moshe Zadka, based on websetroot's help messages
</p><h2>REPORTING BUGS<a name="auto4"></a></h2><p>Report bugs to &lt;twisted-python@twistedmatrix.com&gt;.
</p><h2>COPYRIGHT<a name="auto5"></a></h2><p>Copyright &copy; 2002 Matthew W. Lefkowitz
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
</p><h2>SEE ALSO<a name="auto6"></a></h2><p>mktap(1)
</p></div><p><a href="../howto/index.html">Index</a></p><span class="version">Version: 1.3.0</span></body></html>