`
makeithappen
  • 浏览: 9809 次
  • 性别: Icon_minigender_1
  • 来自: 苏州
最近访客 更多访客>>
社区版块
存档分类
最新评论

WebLogic (01)

 
阅读更多

 

  1. install weblogic
    1. create a customized domain template by using domain template builder so as to have the flexibility for creating domains for multiple development, test and production environments.
      1. Middleware Home Directory: G:\Oracle\Middleware
      2. Weblogic Server: G:\Oracle\Middleware\wlserver_10.3
      3. Oracle coherence: G:\Oracle\Middleware\coherence_3.7
      4. Oracle Enterprise Pack for Eclipse: G:\Oracle\Middleware\oepe_11.1.1.8.0
      5. Enable remote start and health monitorning of managed servers, node manager listen port: 5556
  2. how to create a new custom domain template
    1. A domian is the basic administration unit for webogic server
    2. A domain always includes one weblogic server instance that is configured as an Administration server
    3. All other optional Weblogic server instances in a domain are called managed servers
    4. Create a domain
      1. click on <server home>\common\bin\config.cmd
      2. select create a new weblogic domain or extend an exsiting domain
      3. select this domain on an exsiting template <create a domain template>
      4. user name / user password
      5. development model
      6. configure the administration server
        1. name/listen address/listen port/SSL listen port/SSL enabled
      7. configure managed server <ignore>
      8. configre manchines <ignore
      9. create weblogic domain
        1. doamin name
        2. domain location
    5. Create a domain template
      1. click on <server home>\common\bin\config_builder.cmd
      2. create a new domain tmeplate
      3. select a template
      4. configure the administration server
      5. name/listen address/listen port
      6. user name /password
      7. speicfy start menu entries
      8. create and save template
  3. Start a domain
    1. <server home>/user_projects/domains/base_domain/bin/startWeblogic.cmd
    2. enter the password: weblogic/weblogic
    3. administration console: http://locahost:7001/console

  • create a new domain using the custom domain template
  • using the administration console
  •  

     

    分享到:
    评论

    相关推荐

      非图形界面安装weblogic

      为管理员服务器设置密码(例如,`weblogic01`)。 - 创建受管服务器时,同样运行`config.sh`,但这次选择创建受管服务器的选项。 4. 配置WebLogic Server: - 为了在启动时自动启动WebLogic域而无需输入密码,你...

      WebLogic11g安装手册For Linux图文版

      按照向导的指示,一路点击"下一步",在指定Domain管理员用户名和密码时,输入如`weblogic01`。不需要特别定制产品,直接继续直至Domain创建完成。 8. 启动WebLogic Server: 最后,导航到Domain的bin目录,启动...

      weblogic部署步骤

      a) 登录WebLogic控制台:访问`http://10.100.100.82:7001/console`,使用用户名`weblogic`和密码`weblogic01`。 b) 新建服务器: 1. 进入控制台,点击【环境】&gt;【服务器】,然后点击【锁定并编辑】。 2. 点击...

      weblogic10.3.3之后版本升级至weblogic10.3.6文档.docx

      - [10.3.3升级到10.3.6升级指南](https://docs.oracle.com/cd/E24902_01/doc.91/e18840/upgrade_1036.htm#EOHWL193) 以上内容提供了详细的WebLogic Server 10.3.3至10.3.6版本的升级步骤和技术指导,希望能够帮助您...

      weblogic傻瓜式安装教程

      3. **创建安装目录**:在目标服务器上创建用于存放WebLogic及JDK的目录,例如`/u01/weblogic12`。 #### 三、安装步骤 ##### 3.1 拷贝安装包 - 使用SCP命令从JDK和WebLogic所在的服务器(例如192.168.15.252)拷贝...

      WebLogic系统安全加固规范.doc

      * ELK-WebLogic-04-01-01:安装部署策略,要求安装部署WebLogic服务器时,至少使用SHA-256加密算法。 * ELK-WebLogic-04-01-02:设备固件策略,要求设备固件至少每季度更新一次。 * ELK-WebLogic-04-01-03:设备配置...

      weblogic培训资料01-OVRW

      在"weblogic培训资料01-OVRW"中,我们主要探讨的是关于WebLogic Server 9或10的系统管理培训内容。 首先,课程将引导学员掌握安装和配置WebLogic Server 10的基本技能。这包括设置WebLogic Server环境,如安装软件...

      weblogic被锁解决方法

      ### WebLogic被锁解决方法详解 #### 一、问题背景 在使用WebLogic服务器的过程中,可能会遇到服务器突然Down掉并且无法启动的情况。这种情况通常是因为WebLogic的一些关键文件被锁定(Locked),导致服务无法正常...

      linux_weblogic部署

      # chown -R weblogic:weblogic /u01 # chmod -R 775 /u01/ ``` ##### 2. 配置weblogic用户的环境变量 ```bash $ cd /home/weblogic/ $ vi .bash_profile ``` 在`.bash_profile`中添加以下内容: ```bash export ...

      WebLogic系统加固规范

      - **编号**: SHG-WebLogic-01-01-01 - **名称**: 服务器启动账户 - **实施目的**: 通过配置Unix机器的POST-bind机制来防止WebLogic服务器以特权用户的身份运行。这是为了减少一旦服务器被攻击时,攻击者能够获取更高...

      weblogic系统加固规范

      ##### 1.1.2 主机名认证 (SHG-WebLogic-01-01-02) **实施目的:** - 设置HostnameVerification值为"BeaHostnameVerifier",以增强安全性。 **问题影响:** - 默认情况下,系统启用了"BeaHostnameVerifier",但用户...

      WebLogic调优指南.zip

      WebLogic Server是一款由甲骨文公司提供的企业级Java应用程序服务器,广泛用于构建、部署和管理企业级Java EE应用。调优WebLogic是为了提高其性能、稳定性和资源利用率,确保服务的高效运行。以下是对WebLogic调优的...

      weblogic 遇到的报错 解决办法.docx

      chown -R weblogic:weblogic /u01 ``` `-R`选项表示递归操作,即不仅更改指定目录的权限,还更改其所有子目录和文件的权限。 3. **检查并修复目录权限**:除了上述文件,你还需要确保WebLogic Server安装目录、...

      WebLogic 8.15 01

      WebLogic 8.15 一共10个包 全部下载后解压缩

      weblogic培训讲义01

      ### WebLogic培训讲义知识点详解 #### 一、分布式系统及其意义 - **定义**: 分布式系统由多个独立的计算机组成,这些计算机之间通过网络相互通信,并且协同工作来完成共同的任务。 - **特点**: - **高可用性**: ...

      weblogic多机集群部署方案

      /home/weblogic/weblog10/user_projects/domains/tpcenter_domain/bin/startManagedWebLogic.sh Server_21_01 http://172.31.22.21:7001 ``` ##### 7. 启动节点管理器服务 - **步骤说明**: - 执行`start...

      weblogic补丁安装

      WebLogic Server 是一款由甲骨文公司提供的企业级 Java 应用服务器,它用于部署和管理基于Java EE的Web应用程序。在使用过程中,为了保证系统的安全性、稳定性和性能,及时安装补丁是至关重要的。本篇文章将详细讲解...

      Agile_PLM_on_Oracle_ WebLogic_Server

      从提供的文档部分内容来看,文档提供了关于安装Agile PLM系统在Oracle WebLogic Server上的版本信息,即文档编号为PartNo.E12936_01,时间是2009年6月。文档标题为“Agile Product Lifecycle Management Installing ...

      weblogic11g 安装与集群

      Weblogic 11g 是一款由甲骨文公司提供的企业级 Java 应用服务器,用于部署和管理基于Java EE的应用程序。在这个安装与集群的指南中,我们将详细讲解如何进行Weblogic 11g的安装配置,以及如何构建高可用性的集群。 ...

    Global site tag (gtag.js) - Google Analytics