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

WebLogic (02)

 
阅读更多

 

  1.  
    1. configure machine
    2. The administration server uses the machine definition with the node manager application to start remote weblogic server instances
    3. is a computer that hosts weblogic server(s)

  2. configure managed server
    1. Creating a boot identity file
      1. Create a file called boot.properties located in the <DOMAIN_HOME>\servers\srvername\security directory contaning two lines:
        1. - username=username
        2. - password=password
      2. The username must be belongs to a role that has permission to start a server. Save the text file as boot.properties
      3. Boot.properties is created automatically for the Admin Server in dev mode, and in production mode, we have to create the file and place it in the admin sever's \sercurity subdirectory manully.
      4. The first time you start the server, the server reads the Boot identity file and overwrites it with an encrypted version of the username and password
      5. Thereafter, the sever will remember your identity for the subsequent startup cycles.

    2. Managed server(s) can be configured using:
      1. Domain configuration wizard

      2. Administration consosle
      3. Command Line (WLST)
    3. Managed server
      1. using startManager to start managed server
        1. setDomainEnv.cmd
        2. start startManagedWeblogicserver.cmd <server name>

    4. Managed Machine
      1. target a server to a machine
      2. sever/bin/startnodemanager.cmd 127.0.0.0 5555
      3. but, we have a new file 'notemanager.host for the master machine in the remote managed server

  3. publish application
  4. learn to view the log file
  5. use sample domain: wl_server

 

分享到:
评论

相关推荐

    weblogic的web项目war文件部署.docx

    在部署列表中找到新添加的项目(如weblogic02),点击“启动”按钮。 5. **测试项目访问**: - 部署完成后,你可以通过浏览器访问Web应用,URL通常格式为`http://hostname:port/your_webapp_context_root`,其中`...

    WebLogic系统安全加固规范.doc

    * ELK-WebLogic-02-01-02:日志保留策略,要求日志至少保留30天。 通信协议是WebLogic系统安全加固的关键方面。该规范中对通信协议的要求包括: * ELK-WebLogic-03-01-01:HTTPS协议策略,要求使用HTTPS协议进行...

    weblogic+myeclipse配置!

    在WebLogic 8的JDK配置中,选择或添加WebLogic支持的JRE版本,例如:D:BEAjdk141_02,并在"Optional Java VM arguments"中添加启动参数,如:-ms64m -mx64m -Djava.library.path="D:/BEA/weblogic81/server/bin" -...

    weblogic在linux下的安装

    - 更改目录的所有权为`weblogic`用户:`chown –Rf weblogic:weblogic /home/u02/oracle/weblogic`。 3. **放置WebLogic安装包**: - 将WebLogic的安装包(例如`.bin`格式的文件)放置在一个临时目录中,例如`/...

    Linux安装Weblogic

    /u02/weblogic/wlserver/common/bin/wlst.sh /u02/weblogic/wlserver/samples/server/createDomain.py --domainName myDomain --adminUserName weblogic --adminPassword password --domainPath /u02/weblogic/...

    weblogic+myeclipse的部署

    如果需要指定,则选择安装的 `WebLogic8` 对应的 JDK,路径为 `D:\BEA\jdk141_02`。 4. **配置 JVM 参数**: - 在 `Optional Java VM Arguments` 中输入以下参数: ``` -ms64m -mx64m -Djava.library.path="D:/...

    WebLogic系统加固规范

    - **编号**: SHG-WebLogic-01-01-02 - **名称**: 主机名认证 - **实施目的**: 设置HostnameVerification属性为“BeaHostnameVerifier”,以增强安全性,防范中间人攻击。 - **问题影响**: 主机名认证对于防止中间人...

    weblogic系统加固规范

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

    weblogic2017年10月份补丁(10.3.6.0.171017)

    weblogic10.3.6(weblogic11g)序列化漏洞补丁 执行如下: 1、创建目录 cache_dir 2、执行命令: ./bsu.sh -install -patch_download_dir=/home/weblogic/Oracle/Middleware/utils/bsu/cache_dir -patchlist=FMJJ -...

    在MyEclipse中配置webLogic服务器

    如果需要,可以通过`Add`按钮添加新的JRE,指定JRE的路径,例如`D:\BEA\jdk141_02`。确保`Javadoc URL`和`JRE System Library`也被正确设置。 4. **设置Java虚拟机参数(Optional Java VM arguments)** 在此步骤...

    weblogic 补丁工具opatch13.9.4.2.5 p28186730_139425_Generic.zip

    WebLogic Server是一款由甲骨文公司提供的企业级Java EE应用服务器,它为开发和部署分布式企业应用程序提供了强大的支持。在WebLogic Server的运营维护中,更新补丁是保证系统安全性和稳定性的关键环节。"OPatch"是...

    weblogic11g 安装与集群

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

    weblogic

    02-IWLS-Slides.pdf可能介绍了WebLogic集成开发环境的使用,如如何使用WebLogic Workshop或现代的IDE如Eclipse或IntelliJ进行WebLogic应用的开发。 11-RCFG-Slides.pdf可能涵盖的是远程配置,讲解如何通过网络对...

    【中间件安全】Weblogic 安全加固规范.pdf

    【中间件安全】Weblogic 安全加固规范

    centos6/linux6下weblogic1036集群搭建

    在本例中,两个受管服务器的域名分别为appserver01和appserver02,分别在两台不同的服务器上配置。 10. **启动和管理**:完成配置后,需要启动管理服务器和受管服务器,可以通过WebLogic的管理控制台或者命令行工具...

    weblogic安装 集群配置 数据源配置

    if ["${SERVER_NAME}"="Server01"]||["${SERVER_NAME}"="Server02"]||["${SERVER_NAME}"="Server03"]||["${SERVER_NAME}"="Server04"];then MEM_ARGS="-Xms2048m -Xmx5120m" else MEM_ARGS="-Xms512m -Xmx768m" ...

    MyEclipse6+weblogic配置

    - 指定JRE主目录为WebLogic安装中的JDK目录,如D:\BEA\jdk141_02。 - 确认Javadoc URL和JRE系统库设置。 在“Optional Java VM arguments”中添加启动参数,例如:-ms64m -mx64m -Djava.library.path="D:/BEA/...

    j2ee 应用与 bea weblogic server(第二版).part02

    j2ee 应用与 bea weblogic server(第二版).part02全套共十六个.图文并茂.值得!如果喜欢我将会在后面放出.严重鄙视扣分高而下来的东东是垃圾的人!

    Linux下WebLogic_的安装配置及启动

    useradd -g weblogic -d /u02/weblogic weblogic passwd weblogic ``` 6. **文件权限设置**:将WebLogic安装文件所在的目录权限更改为新创建的`weblogic`用户和组,并确保只有该用户有权限修改这些文件。 ```...

    Linux服务器下jdk、weblogic 、oracle的详细安装步骤和方法

    ### Linux服务器下JDK、WebLogic、Oracle的安装步骤与方法 #### JDK 安装步骤详解 在Linux服务器上安装JDK(Java Development Kit),是搭建Java应用环境的基础。以下是详细的安装步骤: 1. **下载JDK安装包**:...

Global site tag (gtag.js) - Google Analytics