請問為什麼我安裝不成功jdon

viss發表於2003-02-11
執行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

相關文章