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 templateusing the administration console