Linux下Weblogic创建域方法和步骤

Posted 靓仔小伙计

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux下Weblogic创建域方法和步骤相关的知识,希望对你有一定的参考价值。

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创建域方法和步骤的主要内容,如果未能解决你的问题,请参考以下文章

weblogic控制台部署web应用

Linux:应用服务器搭建-weblogic服务域的创建与部署(一 创建篇)

如何在aix系统创建weblogic域?

weblogic下同域不同端口下的跨域问题解决

linux weblogic安装和卸载

linux下安装weblogic报配置256色显示失败,怎么解决