运行环境:
OS:Solaris 5.9
weblogic8.1 Cluster
在将所有程序打成.war包通过console上载(/unicom/bea81/user_projects/domains/hlht/adminserver/upload/)后,运行JIVE论坛,提示XMLproperties找不到路径,应该是jive_init.properties文件中的路径设置有问题,请问如何设置才能有效?请各位大虾不吝赐教。
我的设置如下(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=C:\\javasource\\jivejdon\\application\\WEB-INF\\jiveHome
jiveHome=/unicom/bea81/user_projects/domains/hlht/adminserver/upload/jive/WEB-INF/jiveHome