码迷,mamicode.com
首页 > Web开发 > 详细

Linux下Weblogic创建域方法和步骤

时间:2016-09-09 11:54:32      阅读:261      评论:0      收藏:0      [点我收藏+]

标签:

Weblogic 创建域 以weblogic帐号登录(与创建域目录相对应账户)

cd /home/weblogic/bea/weblogic92/common/bin

执行./config.sh进入配置界面。配置步骤如下:

1.Choose between creating and extending a domain,选择Create a new WebLogic domain

2.Select Domain Source,选择Choose Weblogic Platform components

3.Enter the location of the domain template, _____Workshop for WebLogic Platform [2] x 回车

4.Configure Administrator Username and Password,修改管理用户的用户名、密码

5.Domain Mode Configuration,选择Development Mode

6.Java SDK Selection,选择默认的Sun SDK 1.5.0_12 @ /usr/java/jdk1.5.0_12

7.Choose Configuration Option,选择Yes

8.Configure the Administration Server,默认Listen port为7001,需要修改为80

9.Configure Managed Servers

10.Configure Clusters

11.Configure Machines

12.Configure Unix Machines

13.Select the target domain directory for this domain

14.Edit Domain Information,修改域名为life

15.创建的life域位于/home/weblogic/bea/user_projects/domains目录下

Linux下Weblogic创建域方法和步骤

标签:

原文地址:http://www.cnblogs.com/wxfistudy/p/5855652.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!