运行http://localhost:8080/jsp/jivejdon/application/admin/setup/setup.jsp 出现错误:
安装工具检测到你正运行在 Apache Tomcat/4.1.18上 你的JDK版本为1.2或者更新。 你的应用服务器支持servlet 2.2或者更新。 一个或者多个应用程序包没有被安装。 中文检索支持lucene包安装不正确,这不会影响论坛的基本使用,但是不能进行中文的检索甚至在进行中文检索时会出现错误!推荐你升级你的lucene包。 Jive论坛内核 (jive.jar) 文本搜索引擎Lucene (lucene.jar)(中文支持) JavaMail和NNTP支持 (mail.jar, activation.jar, nntp.jar) JDBC 2.0 扩展 (jdbc2_0-stdext.jar) ---------------------------- 我的jive_init.properties设置:
# $RCSfile: jive_init.properties,v $ # $Revision: 1.3 $ # $Date: 2001/07/04 05:51:11 $ #
# Specifies the full path to your jiveHome directory. # This file must be in the classpath of your application # server. Normally, the easiest way to do this is to # put it into the [jive]/WEB-INF/classes directory, # where [jive] is the name of the web application that # you're installing Jive into. # # For unix this might be: # jiveHome=/var/web/jive/WEB-INF/jiveHome # # For Windows this might be: # jiveHome=c:\\web\\jive\\WEB-INF\\jiveHome # (note the double backslashes for Windows) # # Please note that spaces in the path might fail. For example on Windows: # jiveHome=c:\\Program Files\\... # won't work whereas: # jiveHome=c:\\progra~1\\.. # will work.
jiveHome=I:\\DesignStudy\\JSPSourceCode\\jivejdon\\application\\WEB-INF\\jiveHome
|
|