⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 overview.html

📁 关于Ultraseek的一些用法,刚初学,所以都是比较简单
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><html><head><title>XPA Sample Files</title></head><body bgcolor="white">A collection of sample applications demonstrating the useof the Ultraseek XPA API.<h2>Related Documentation</h2>See the <a target="_top" href="{@docRoot}/../api/index.html">XPA API javadocs</a>.<h2>Usage Notes</h2>To use these sample files:<ul><li>Install the required 3rd party libraries  (see <a target="_top" href="{@docRoot}/../RELNOTES">RELNOTES</a>)<li>Copy <code>makefile.sample</code> to <code>makefile</code><br>Copy <code>Sample.properties.default</code> to <code>Sample.properties</code><li>Modify the following files for your environment  (Instructions are in each file)  <pre>      makefile      Sample.properties      web.xml                (For Servlet examples only)  </pre><li>To compile and run a sample file:      <blockquote>make &lt;name_of_sample&gt;</blockquote>  For example:      <blockquote>make SearchOneServer</blockquote></ul>Some of the sample files use properties defined in <code>Sample.properties</code> to locate your Ultraseek serverinstance.  Other sample files request keyboardinput at runtime to specify the server location.<h2>Servlet Samples</h2>The Servlet samples must be installed usingthe methodology of your Web server.  <p>The following example uses Tomcat 4.1:<pre>1) Install Tomcat from here:     <a target="_blank" href="http://java.sun.com/products/jsp/tomcat/">http://java.sun.com/products/jsp/tomcat/</a>2) Add this element to your Tomcat configuration defined in   [tomcat home]/conf/server.xml    <code>    &lt;!-- Ultraseek XPA Search Servlet examples         For Development set reloadable=&quot;true&quot;; use &quot;false&quot; for production.         (This will let classes be reloaded without restarting the server).         Be sure to set reloadable=&quot;false&quot; when performance testing.    --&gt;    &lt;Context path=&quot;/SearchExamples&quot; docBase=&quot;SearchExamples&quot; debug=&quot;1&quot;             reloadable=&quot;true&quot; crossContext=&quot;true&quot;&gt;          &lt;!-- check filesystem every 3 seconds for classes to reload --&gt;          &lt;Loader checkInterval=&quot;3&quot;/&gt;          &lt;Logger className=&quot;org.apache.catalina.logger.FileLogger&quot;                     prefix=&quot;localhost_SearchExamples_log.&quot; suffix=&quot;.txt&quot;        	  timestamp=&quot;true&quot;/&gt;    &lt;/Context&gt;    </code>3) Start tomcat by going to:     [tomcat home]/bin   and running:     ./startup.sh4) Build the SearchExamples.war file:     make SearchExamples.war5) Deploy SearchExamples.war:     make deploy6) Test by pointing your browser to:     http://localhost[:tomcat_port]/SearchExamples   eg:     <a target="_blank" href="http://localhost:8081/SearchExamples">http://localhost:8081/SearchExamples</a></pre></body></html>

⌨️ 快捷键说明

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