wui.html

来自「网络爬虫开源代码」· HTML 代码 · 共 16 行

HTML
16
字号
<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>3.&nbsp;Web based user interface</title><link href="../docbook.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.67.2" name="generator"><link rel="start" href="index.html" title="Heritrix User Manual"><link rel="up" href="index.html" title="Heritrix User Manual"><link rel="prev" href="install.html" title="2.&nbsp;Installing and running Heritrix"><link rel="next" href="tutorial.html" title="4.&nbsp;A quick guide to running your first crawl job"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">3.&nbsp;Web based user interface</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="install.html">Prev</a>&nbsp;</td><th align="center" width="60%">&nbsp;</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="tutorial.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="wui"></a>3.&nbsp;Web based user interface</h2></div></div></div><p>After Heritrix has been launched from the command line, the web    based user interface (WUI) becomes accessible.</p><p>The URI to access the WUI is printed on the text console from which    the program was launched (typically    <code class="literal">http://&lt;host&gt;:8080/admin/</code>).</p><p>The WUI is password protected. There is no default login for access;    one must be specified using either the '-a'/'--admin' command-line option    at startup or by setting the 'heritrix.cmdline.admin' system property. The    currently valid username and password combination will be printed out to    the console, along with the access URL for the WUI, at startup.</p><p>The WUI can be accessed via any web browser. While we've endeavoured    to make certain that it functions in all recent browsers, Mozilla 5 or    newer is recommended. IE 6 or newer should also work without    problems.</p><p>The initial login page takes the username/password combination    discussed above. Logins will time out after a period of non-use.</p><div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Caution</h3><p>By default, communication with the WUI is not done over an      encrypted HTTPS connection! Passwords will be submitted over the network      in plain text, so you should take additional steps to protect your      crawler administrative interface from unauthorized access, as described      in the <a href="install.html#security" title="2.3.&nbsp;Security Considerations">Section&nbsp;2.3, &ldquo;Security Considerations&rdquo;</a> section.</p></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="install.html">Prev</a>&nbsp;</td><td align="center" width="20%">&nbsp;</td><td align="right" width="40%">&nbsp;<a accesskey="n" href="tutorial.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">2.&nbsp;Installing and running Heritrix&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;4.&nbsp;A quick guide to running your first crawl job</td></tr></table></div></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?