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

📄 readme.txt.svn-base

📁 PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。
💻 SVN-BASE
字号:
Lucene XML-RPC Server---------------------Prerequisites=============This requires Java 1.5+ to be installed.Starting the Lucene Server Manually===================================cd c:\program files\ktdms\knowledgeTree\bin\luceneserver;cd /opt/ktdms/knowledgeTree/bin/luceneserverjava -jar ktlucene.jarStarting the Lucene Server in the background under Windows==========================================================The best is to install a service wrapper application called JavaService. This can be obtained from http://forge.objectweb.org/projects/javaservice/ and is licensed under LGPL.Rename JavaService.exe to KTLuceneService.exe and place it in the KTLUCENEDIR folder.To install the service:	; you may need to edit the JVMLIB. note - there is also bin\client\jvm.dll sometimes.	SET JVMLIB=c:\j2sdk\jre\bin\server\jvm.dll	SET KTLUCENEDIR=c:\program files\ktdms\knowledgeTree\bin\luceneserver	SET KTLUCENECLASS=%PROXYDIR%\ktlucene.jar	SET OUTFILE=%KTLUCENEDIR%\out.txt	SET ERRFILE=%KTLUCENEDIR%\err.txt	KTLuceneService.exe -install "KTLuceneService" %JVMLIB% -Djava.class.path=%KTLUCENECLASS% -start KTLuceneService -auto -out %OUTFILE% -err %ERRFILE%To uninstall the service:	KTLuceneService -uninstall "KTLuceneService"  Starting the Lucene Service in the background under Linux/Unix==============================================================cd c:\program files\ktdms\knowledgeTree\bin\luceneserver;cd /opt/ktdms/knowledgeTree/bin/luceneservernohup java -jar ktlucene.jar 2>&1 &KnowledgeTreeIndexer.Logging.properties=======================================The Lucene server uses log4j as the logging library. More information regardingconfiguration may be obtained from http://www.apache.orgTo enable debugging, change	log4j.rootLogger=INFO, A1to	log4j.rootLogger=DEBUG, A1TODO... discuss logrotation with log4j.KnowledgeTreeIndexer.properties===============================; specifies the port on which the system will listen for requestsserver.port=8080; if paranoid, only 'acceptable ip addresses will be able to make requests.server.paranoid=false; the list of acceptable ip addressesserver.accept=127.0.0.1,192.168.1.1; the folder where the lucene server will store the indexesindexer.directory=../../var/indexesLicensing=========The Java based KnowledgeTree XML-RPC Server utilises the following jar files:commons-lang-2.3.jar 		- Apache Licenselog4j-1.2.14.jar  		- Apache Licenselucene-core-2.1.0.jar		- Apache Licenselucene-highlighter-2.1.0.jar 	- Apache LicenseNTEventLogAppender.dll		- Apache Licensecommons-logging-1.1.jar		- Apache Licensews-commons-util-1.0.1.jar	- Apache Licensexmlrpc-common-3.0.jar		- Apache Licensexmlrpc-server-3.0.jar		- Apache LicenseFor more information, visit http://www.apache.org

⌨️ 快捷键说明

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