有使用Jive的朋友吗,jive.properties文件放那儿,怎样配置,谢谢(Weblogic51环境)

andiyang 2001-05-15 03:20:00
有使用Jive的朋友吗,jive.properties文件放那儿,怎样配置,谢谢(Weblogic51环境)
http://61.134.21.222/skins/admin/setup/setup.jsp
帮我看看为什么配置到第5步就出错
错误为
The Jive properties were successfully loaded. However, the path field was not set which prevents Jive from being able to save properties to the filesystem. Edit the properties file and add a path field that looks something like: 'path=c:\\path\\to\\jive.properties' or 'path=/path/to/jive.properties'.
...全文
106 2 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
cherami 2001-09-09
  • 打赏
  • 举报
回复
看看JIVE自己带得文档,如果是JIVE1。2得话,有一个文档就是说如何在WEBLOGIC下安装JIVE得:
Weblogic Setup Guide

This installation guide will help you get Jive installed under Weblogic 5.1 (instructions may be applicable for other versions of Weblogic as well).

Server Setup

Because the skins, admin, and installation tools are written in JSP, you need to make sure that JSP and sessions are turned on in your copy of Weblogic. You should consult your Weblogic documentation for more details. However, the setup boils down to entries in your weblogic.properties file similar to the ones below:


# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# WEBLOGIC JSP PROPERTIES
# ------------------------------------------------
# Sets up automatic page compilation for JSP. Adjust init
# args for directory locations. You may want to use
# Jikes for fast compilation of pages.
weblogic.httpd.register.*.jsp= weblogic.servlet.JSPServlet
weblogic.httpd.initArgs.*.jsp= pageCheckSeconds=0, compileCommand=c:/jdk1.3/bin/javac.exe, workingDir=C:/weblogic/myserver/classfiles, keepgenerated=true, verbose=true

# Enables HTTP sessions
weblogic.httpd.session.enable=true




Install Application Files

Add the Jive JAR files to Weblogic's classpath (all the .jar files in the "application" directory of the Jive distribution).

Setup the jive.properties File

Next, copy jive.properties (found in the classes directory of the Jive distribution) to somewhere in your classpath. For example: [WEBLOGIC]\myserver\servletclasses. You need to edit the file and set the path property correctly such as in the example below:


# jive.properties

# Note: you MUST edit this file to make Jive work. After copying this file into the
# the classpath of your servlet engine, change the "path" paramater to the full and exact
# path of where this file exists.

# example: path = /home/web/jrun/classes/jive.properties
# or c:\\path\\dir\\jive.properties
path = c:\\weblogic\\myserver\\servletclasses\\jive.properties





Install Skins
Copy the skins to [WEBLOGIC]\myserver\public_html\skins (or a directory of your choice under public_html).

You're now ready to continue on to the web-based setup tool.

如果是JIVE2得话也差不多,也有文档。
emily_wang 2001-05-18
  • 打赏
  • 举报
回复
Adding path of file named jive.properties into classpath.

81,122

社区成员

发帖
与我相关
我的任务
社区描述
Java Web 开发
社区管理员
  • Web 开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧