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