是否存在以下这些问题
# 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.

解决方案 »

  1.   

    路径格式写错了,是两个\而不是,看我的jive.properties的配置:
    #jive.properties -- Tue Jul 31 12:08:06 CST 2001
    #Tue Jul 31 12:08:06 CST 2001
    DbConnectionDefaultPool.driver=org.gjt.mm.mysql.Driver
    DbConnectionDefaultPool.logPath=D\:\\JBuilder4\\tomcat\\webapps\\jive\\WEB-INF\\jiveDbLog.log
    DbConnectionDefaultPool.minConnections=3
    DbConnectionDefaultPool.username=root
    DbConnectionDefaultPool.maxConnections=15
    setup=true
    DbConnectionDefaultPool.password=
    DbConnectionDefaultPool.connectionTimeout=5
    DbConnectionDefaultPool.server=jdbc\:mysql\://localhost/Jive
    DbSearchIndexer.lastIndexed=996552486416
    jiveHome=D\:\\JBuilder4\\tomcat\\webapps\\jive\\WEB-INF\\jiveHome
    path=D\:\\JBuilder4\\tomcat\\webapps\\jive\\WEB-INF\\classes\\jive.properties
      

  2.   

    To:路人甲,谢谢你的提醒,我在jiveHome的路径中已经用到了两个反斜杠\来作为路径分隔符,但是错误依旧。
      

  3.   

    To:草中宝。
    我下载的jive forum程序版本是:2.1.1的,它自带的配置文档中,在配置
    jiveHome时,好像没有什么path=。以下是文档中的原文:
    ……
    Next, you must specify where you want the jiveHome directory to exist. There are two ways to accomplish this: 
    Edit the jive_init.properties that can be found in your WEB-INF/classes directory with the text editor of your choice. Follow the instructions in that file to set the path to your jiveHome directory (installed at WEB-INF/jiveHome). 
    Edit your web.xml file, and set jiveHome as a context parameter. If you copied the web.xml file from the Jive distribution, you should see the relevant areas that you need to edit already in the file. If you created your own web.xml file, then you need to include the following: 
        <context-param>
            <param-name>jiveHome</param-nam>
            <param-value>PATH_TO_JIVE_HOME</param-value>
        </context-param>
        <servlet>
            <servlet-name>JiveServlet</servlet-name>
            <servlet-class>com.jivesoftware.forum.util.JiveServlet</servlet-class>
            <load-on-startup/>
        </servlet>The Jive Forums web application should now be properly configured. Restart your application server as necessary and then proceed to the next installation step. 
    是不是JIVE发布的每一个版本的配置都不大一样?
      

  4.   

    数据库用的是SQL SERVER2000,JDK是1.3.1版的。还需要其他的什么吗?
      

  5.   

    不清楚了,我也不记得我的JIVE是多少版本的了,不过我在我的计算机上是安装成功了。
      

  6.   

    To;草中宝,你能不能发一份源代码给我?我现在的这个版本需要LICENSE支持,
    而且只有30天的EVALUATION。是不是JIVE1.2.X版本的没有使用期限限制?
    我的EMAIL:[email protected]
      

  7.   

    源代码已经收到,里面介绍了有关TOMCAT的配置,看来,摆在我面前的难度还挺大的。
    不过,还是要谢谢czb(草中宝),你不会用猫给我发的邮件吧?宽带下载好像只要3秒钟。
    ^_^
      

  8.   

    你用2.0 的jive吧,那个不需要什么注册的。
      

  9.   

    jive似乎不能存入太长的内容,比喻1000字吧,它好像存不进去,我用的是jive+oracle
      

  10.   

    jive 2.0.0真的不需要什么license吗?那我先去download 一个下来先。
    多谢cherami继续关注这个问题。