weblogic domain creation

管理服务器 URL:
http://CICI-ThinkPad:7001

Domain Path:
D:\Program Files\DEV\Oracle\Middleware\user_projects\domainsbase_domain

BEA_HOME:
D:\Program Files\DEV\Oracle\Middleware

WL_HOME:
D:\Progran Files\DEV\Oracle\Middleware\wlserver_10.3

安装domain 步骤

1 ${WL_HOME}\common\quickstart\quickstart.cmd

2 installation step:

2.1
Create new weblogic domain.
2.2
Default choose item.
2.3
Domain location:
Base_domain:
D:\Program Files\DEV\Oracle\Middleware\user_projects\domains
2.4
Weblogic domain start mode:
2.5
change the server mode:
Manage server
    name:AdminServer
    Listen address:all local addresses
    listen port:7001
    ssl listen port:n/a
Managed server:
   Name:New_ManagedServer_1
   Listen address:all local address
   Listen port:7003
   ssl listen port:n/a
集群:
   Name:new_Cluster_1
   the mode of cluster:unicast
   多点传送地址:N/A

New_cluster_1
    -->new_ManagedServer_1

Configuration of the machine:
name   New_machine_1
节点管理器监听地址:localhost
节点管理器监听端口:5556

Assigned the server:

RDBMS safe store:

Database type :oracle
Driver :*Oracle’s driver (thin) for instance connections;
Versions:9.0.1 and later
Class name:
         Oracle.jdbc.OracleDriver

DBMS  SID: xe
User Name: cici
DBMS Host:local host
Vser password:cici123love
DBMS Port:1521
Confirm user password:cici123love
URL :
     Jdbc:oracle:thin:@localhost:1521:xe

Known properties:user=cici
Additional Properties: 可选

2.6 配置概要

2.6.1
概要视图--部署
Base_domain:<D:\Program Files\DEV\Oracle\Middleware\user_projects\domains\base_domain
BEA_HOME= D:\Program Files\DEV\Oracle\Middleware 

[] 集群
  -- new_Cluster_1
[] 服务器
  --AdminServer
  --new_ManagedServer_1
2.6.2
概要视图--集群

[]集群
  --[] new_cluster_1
     -[]new_ManageredServer_1
2.6.3
概要视图 -- 计算机
---计算机
  ---计算机
        --new_Machine_1
      --AdminServer
      --new_ManagedServer_1
时间: 2024-08-05 07:06:37

weblogic domain creation的相关文章

Weblogic domain密码的重置方法

1.修改boot.properties,将usernmae和password重设为明文,如:password=weblogicusername=weblogic2.将domain下\servers\AdminServer\data\ldap下的文件和目录都删除.3.重启weblogic即可.

创建weblogic domain

做成了PDF文档 这里可下载可以看 config.sh 命令目录 weblogic/Oracle/Middleware/wlserver_10.3/common/bin├── commEnv.sh├── config_builder.sh├── config.sh├── pack.sh├── setPatchEnv.sh├── startDerby.sh├── startManagedWebLogic.sh├── stopDerby.sh├── unpack.sh├── upgrade.sh├─

weblogic管理1——创建 和 删除一个domain

说明本文环境  WLS_HOME=/home/weblogic/Oracle/Middleware 创建一个domian   第一种方法通过console 创建> [[email protected] Middleware]$ cd /home/weblogic/Oracle/Middleware/wlserver_10.3/common/bin[[email protected] bin]$ lltotal 112-rwxr-x---. 1 weblogic weblogic 22872 No

weblogic创建domain教程

1.创建domain [[email protected] ~]$ cd /weblogic/wlserver_10.3/common/bin/ [[email protected] bin]$ ./config.sh Unable to instantiate GUI, defaulting to console mode. <------------------- Fusion Middleware Configuration Wizard ------------------> Welc

实战weblogic集群之创建domain,AdminServer

在weblogic安装完后,接下来就可以创建domain,AdminSever了. 第1步: $ cd /app/sinova/Oracle/wlserver_10.3/common/bin $ ./config.sh Unable to instantiate GUI, defaulting to console mode. Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /app/sinova/Oracle

WebLogic 12c 二三事

写在前面的话,在前人的基础上,重新实践了一遍,有些是截取了部分总结,有些是照搬,原文请注意蓝色超链. 安装篇 关于WebLogic的安装,之前通过图形化的安装方式,部署WebService以后,通过不带WSDL地址访问WebService路径,会有一个TEST选项.(稍后补图) 后来项目正式环境没有图形化界面,只能静默安装,结果就没有这个TEST的选项,也不知道是为什么,无从下手该怎么搜索这个问题. 无论是图形化界面还是静默安装INSTALL_TYPE都选择的是一样的,为什么会出现这样的问题?百

WebLogic: The Definitive Guide examined WebLogic&#39;s security mechanisms--reference

reference from: http://www.onjava.com/pub/a/onjava/excerpt/weblogic_chap17/index1.html?page=1 .................................................................................................................................................... http://

weblogic 静默安装方式创建域

Create weblogic domain using silent install Create weblogic domain using silent file. Create the silent file that you will use for domain creation:-===================================== vi /weblogic_path/stage/response_files/wl_create_domain_demo.rsp

weblogic 命令行安装

安装JDK 10.1.125.224  注意系统版本32 or 64 1. chmod +x jdk-6u43-linux-i586.bin        jdk 是容器,是运行环境 2.[[email protected] weblogic_software]# cd jdk1.6.0_43 3.[[email protected] jdk1.6.0_43]# useradd weblogic 4.[[email protected] /]# chown weblogic:weblogic -