Weblogic8.1安装部署说明

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

WebLogic8.1 安装部署说明

版本 <1.0>

修订历史记录

目录

1.简介4

1.1目的4

1.2范围4

1.3概述4

2.参考资料4

3.系统环境4

3.1硬件要求4

3.2软件环境4

4.安装部署4

4.1部署前准备4

4.2安装WebLogic 8.1 5

4.3创建服务5

4.4部署应用11

4.4.1启动和关闭11

4.4.2设置自动启动WebLogic 12

4.5常见问题FAQ 13

安装部署说明

1.简介

1.1目的

本文档主要介绍WebLogic8.1在Linux系统下的通用安装部署

1.2范围

应用范围包括有:

大汉网络项目部

使用该系统的客户

1.3概述

2.参考资料

3.系统环境

3.1硬件要求

∙服务器:

最低配置:P4 2.0 CPU、512M内存、2G剩余硬盘空间

3.2软件环境

∙服务器:

RedHat Linux 7.3以上/RedHat.Enterprise.Server.3.AS

WebLogic platform 8.1 sp4

4.安装部署

4.1部署前准备

把WebLogic的bin包放在/home目录上.

1、创建weblogic用户组。

groupadd weblogic

useradd -g weblogic weblogic

passwd weblogic(修改weblogic密码)

2、创建/var/web/jsp/bea目录,修改目录所有者权限

mkdir /var/web/jsp/bea

chown –Rf weblogic:weblogic /var/web/jsp/bea

3、用weblogic用户登陆系统,修改配置文件。

vi ~/.bash_profile

增加export LANG=en_US.iso885915

4.2安装WebLogic 8.1

赋予.bin可执行权限:chmod a+x platform814_linux32.bin

执行./platform814_linux32.bin -mode=console

进入控制台安装的欢迎界面,键入[Next]继续

此时出现授权许可协议,读完后键入[Yes]继续

提示选择一个BEA主目录:

输入:/var/web/jsp/bea

确认BEA主目录, 键入[1]继续

选择安装类型, 键入[1]继续

选择安装路径,默认,输入[next]继续。

确认安装路径。键入[1]继续

安装完毕。

注:(两个补丁文件见补丁包的说明)

4.3创建服务

使用WebLogic用户登录系统:

[weblogic@jcms bin]$ cd /var/web/jsp/bea/weblogic81/common/bin

[weblogic@jcms bin]$ ./config.sh

Unable to instantiate GUI, defaulting to console mode.

进入设置:

<-------- BEA WebLogic Configuration Wizard -------------->

Create or Extend a Configuration:

---------------------------------

Choose between creating and extending a configuration. Based on your selection, the Configuration Wizard guides you through the steps to

generate a new or extend an existing configuration.

->1|Create a new WebLogic configuration

| Start here to create a WebLogic configuration in your projects directory.

2|Extend an existing WebLogic configuration

| Start here to extend an existing WebLogic configuration. Use this option to add applications and services, including Database

| access (JDBC) and Messaging (JMS). This option also enables you to extend functionality by enabling WebLogic Workshop.

Enter index number to select OR [Exit][Next]> 1

<-------------------------------- BEA WebLogic Configuration Wizard ----------------------->

Select a Domain Template:

-------------------------

Please select a template from the list or select another directory of templates.

*[/home/weblogic/bea/weblogic81/common/templates/domains]

1|Basic WebLogic Platform Domain 8.1.3.0

| BEA Systems, Inc.

| Create a basic WebLogic Platform domain, without installing sample applications.

Domains created from this template will support the

|WebLogic Server, WebLogic Workshop, WebLogic Integration and WebLogic Portal

runtime functionality, including support for J2EE

|applications, Web applications, Web Services, custom controls, business processes and portals. Use domains created from this template

|for development of WebLogic Platform applications.

2|Basic WebLogic Portal Domain 8.1.3.0

| BEA Systems, Inc.

| Create a basic WebLogic Portal domain, without installing sample applications.

Domains created from this template will support the

|WebLogic Server, WebLogic Workshop and WebLogic Portal runtime functionality, including support for J2EE applications, Web applications,

|Web Services, custom controls and portals. Use domains created from this template for development of WebLogic Portal applications.

3 |Basic WebLogic Integration Domain 8.1.3.0

| BEA Systems, Inc.

| Create a basic WebLogic Integration domain, without installing sample applications. Domains created from this template will support

|the WebLogic Server, WebLogic Workshop and WebLogic Integration runtime functionality, including support for J2EE applications, Web

|applications, Web Services, custom controls and business processes. Use domains created from this template for development of WebLogic

|Integration applications.

4|Basic WebLogic Workshop Domain 8.1.3.0

| BEA Systems, Inc.

Enter index number to select OR [Down][Exit][Previous][Next]> down

<---------------------- BEA WebLogic Configuration Wizard ---------------------------->

相关文档
最新文档