命令行界面如何管理Weblogic 6.1?

michelangelo 2002-09-30 11:37:56
我是按照手册一步一步来的:
1、Install and configure the WebLogic Server software, as described in the WebLogic Server Installation Guide

2、Set CLASSPATH correctly.

3、Enable the command-line interface by performing one of the following steps:
-Start the server from the directory in which it was installed.
-If you are not starting the server from its installation directory, enter the following command, replacing c:/weblogic with the name of the directory in which the WebLogic Server software is installed:
-Dweblogic.system.home=c:/weblogic
======================================
可是运行某个命令的帮助,
java weblogic.Admin HELP [XXX]
会有如下错误:
Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Admin
不知这是为什么,如何能正确执行?
...全文
62 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
michelangelo 2002-10-04
  • 打赏
  • 举报
回复
我把路径改成绝对路径后,运行:

java utils.dbping MSSQLSERVER4 sa "" TitanCom@localhost:1433

会有如下错误:

Exception in thread "main" java.lang.NoClassDefFoundError: utils/dbping

请问为什么?
favourl 2002-10-01
  • 打赏
  • 举报
回复
java -classpath . weblogic.Admin HELP [XXX]
littlecong 2002-10-01
  • 打赏
  • 举报
回复
如果你的classpath没有问题,那么要确定你是在哪个目录下执行的命令,因为你的classpath用的是相对路径,
michelangelo 2002-09-30
  • 打赏
  • 举报
回复
类路径应该没有问题吧?
set CLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;C:\SQLServer\JDBC\lib\msbase.jar;C:\SQLServer\JDBC\lib\msbase.mssqlserver.jar;C:\SQLServer\JDBC\lib\msutil.jar;.\lib\wlepool.jar;.\lib\wleorb.jar;
zfluo 2002-09-30
  • 打赏
  • 举报
回复
没有设置好classpath
1 目录 1 ORACLE BIEE基础 1 1.1 OBIEE 概述 1 1.1.1 BIEE 历史 1 1.1.2 数据模型 1 1.2 BIEE 安装 2 ... 1.3 配置 7 1.3.1 安装后的目录 7 1.3.2 几个重要的配置文件 7 1.4 预览Demo效果 8 1.4.1 启动BI服务和OC4J 8 1.4.2 打开BIEE仪表盘 8 2 BIEE 开发步骤 10 2.1 数据库 10 2.1.1 安装数据库 10 2.2 创建资料库 10 ... 2.3.4 新建主键和外键 15 2.4 创建逻辑模型 17 2.4.1 创建逻辑层 17 2.4.2 查看逻辑层 18 2.4.3 修改逻辑层 18 2.5 创建展现模型 19 2.5.1 创建展现层 19 2.6 保存资料库 20 ... 2.7.2 重启Oracle BI Server 22 2.8 Answers – 答复 22 2.8.1 登陆BI Dashboards 22 2.8.2 选择主题 23 2.8.3 预览报表 24 2.8.4 新建文件夹 25 2.8.5 保存报表 26 2.9 Dashboards – 仪表盘 26 2.9.1 创建仪表盘 26 ... 3.1 列 30 3.1.1 新建报表 30 3.1.2 列属性 31 3.1.3 fx-编辑属性 31 3.1.4 添加筛选器 32 3.1.5 最终效果 33 3.2 答复 34 3.2.1 Prompts-报表提示 34 3.2.2 Title-标题 34 ... 3.2.7 Chart-图表 39 3.2.8 Pivot Table-数据透视图 40 3.2.9 Gauge-计量表 40 3.2.10 Column Selector-列选择器 42 3.2.11 View Selector-视图选择器 42 4 Dashboard详细介绍 44 4.1 仪表盘设置 44 4.1.1 管理 44 4.1.2 我的账户 44 4.2 仪表盘功能 44 ... 4.2.4 Text-文本 47 4.2.5 Briefing Book-简要簿 48 4.2.6 Folder-文件夹 50 4.2.7 Guided Nav. Link-引导导航 链接 50 4.2.8 Briefing Book Nav. Link-工作簿导航 链接 51 4.2.9 BI Publisher 报表 52 4.2.10 条件显示内容 52 5 Delivers介绍 54 5.1 Scheduler 配置 54 5.1.1 安装计划表 54 5.1.2 配置Job Manager 54 5.1.3 添加用户认证 56 5.1.4 查看Scheduler 57 5.2 Delivers应用 58 5.2.1 编辑我的客户 58 ... 6.1 钻探 64 6.1.1 修改维度表 64 6.1.2 创建维度 66 ... 6.3.1 修改物理层 74 6.3.2 修改连接池 75 6.3.3 创建回写模板 75 ... 等等 -- 说明 该资料可从网络搜索.

1,237

社区成员

发帖
与我相关
我的任务
社区描述
企业软件 中间件技术
社区管理员
  • 中间件
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

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