bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Configuration Wizard Template Reference

 Previous Next Contents View as PDF  

WLS Domain Template

The following WebLogic Server (WLS) Domain template topics are discussed in this section:

 


Template Description

The WebLogic Server Domain template is a basic domain template that creates a WebLogic Server domain configured to be used for building and deploying applications. This template is available upon installation of WebLogic Server and does not include any sample applications.

Purpose

The WebLogic Server Domain template is intended for initial development of WebLogic Server applications. The WebLogic Server Domain template creates the environment and basic start scripts necessary for starting a server in this domain.

 


Creating a Domain Based on the WLS Domain Template

This section describes how to create a functional domain based on the WLS Domain template. It includes the following topics:

Process Overview

The following table provides an overview of the steps required to create a domain based on the WLS Domain template.

Task

Refer to...

    1. Initiate the Configuration Wizard to create a new domain.

Using the Configuration Wizard at the following URL:

http://download.oracle.com/docs/cd/E13196_01/platform/docs70/confgwiz/index.html

    2. Select the WLS Domain template and respond to the prompts to create a new domain.

Using the Configuration Wizard at the following URL:

http://download.oracle.com/docs/cd/E13196_01/platform/docs70/confgwiz/index.html

    3. Set up optional domain definitions for network connections, node manager, database connection pools, clusters, etc.

Note: This is an optional step depending on your domain requirements.

Creating and Configuring WebLogic Domains at the following URL:

http://download.oracle.com/docs/cd/E13222_01/wls/docs70/admin_domain/index.html

and

Using WebLogic Server Clusters at the following URL:

http://download.oracle.com/docs/cd/E13222_01/wls/docs70/cluster/index.html

    4. Start WebLogic Server.

"Starting and Stopping WebLogic Servers" in the BEA WebLogic Server Administration Guide at the following URL:

http://download.oracle.com/docs/cd/E13222_01/wls/docs70/adminguide/startstop.html


 

Deploying Applications

The mode under which the server is running will determine the method of deploying applications in this domain. The modes for deploying applications are:

Deploying Applications Automatically

One of the following actions allow applications in this domain to be deployed automatically:

When you deploy the applications automatically, the server automatically adds an entry for your application or module to the config.xml file for the domain. You do not need to manually edit the config.xml file.

 


Security Compatibility

The default security mode for the WebLogic Server Domain template is the new LDAP security mode. For applications that are only using WebLogic Server and WebLogic Workshop, LDAP security is recommended.

Note: If you are developing WebLogic Server applications that will use either WebLogic Integration or WebLogic Portal components or both components, you must use the realm-based security model.

For more information about WebLogic Platform security, refer to Introduction to WebLogic Platform 7.0 Security at the following URL:

http://download.oracle.com/docs/cd/E13196_01/platform/docs70/secintro/index.html

 


Configuration and Supporting Files

The WebLogic Server Domain template creates various directories and scripts under the user_projects/domain directory, where domain is the name of the WebLogic Server domain. The scripts and files vary depending on the configuration selected (standalone or clustered). The following table is a list of some of the basic directories and files that are installed with the domain. These scripts and files must be configured properly for the server to boot in the domain.

Note: The following table is not a complete list of all directories and files. The list varies depending on the configuration selected.

Directory

Files

Purpose

user_projects/domain/applications/ DefaultWebApp/
Web-inf

web.xml

Default application for WebLogic Server support.

user_projects/domain/applications/ DefaultWebApp

index.html

Default index page for the WebLogic Server sample application. Replace this file with a new page for customized applications.

user_projects/domain/logs

weblogic.log

Location for log files generated for the domain.

user_projects/domain

config.xml

The configuration information for this WebLogic Server domain Administration Server.

user_projects/domain

fileRealm.properties

Specifies the security properties, such as the User, Group, and ACL objects for the domain.

Note: LDAP is the default security mode. Realm-based security is available for compatibility purposes.

user_projects/domain

startWebLogic.cmd, startWebLogic.sh

Starts the Administration Server for a custom domain.

user_projects/domain

stopWebLogic.cmd, stopWebLogic.sh

Stops the Administration Server for a custom domain.

user_projects/domain

startManagedWebLogic.cmd, startManagedWebLogic.sh

Starts a Managed Server in a custom domain.

user_projects/domain

demokey.pem, democert.pem

Provides sample SSL protocol support for servers in the domain.

user_projects/domain

installService.cmd, uninstallService.cmd

Installs/uninstalls the server in the domain as a Windows service.

The installService.cmd script calls the installSvc.cmd and creates an entry for the service in the Windows Registry so that the Windows system knows to start the service each time the Windows system boots.

user_projects/domain

setEnv.cmd, setEnv.sh

Sets environment variables for domain servers.


 

For additional information about configuring your WebLogic Server domain, refer to Creating and Configuring WebLogic Domains at the following URL:

http://download.oracle.com/docs/cd/E13222_01/wls/docs70/admin_domain/index.html

For information about configuring WebLogic Server clusters, refer to Using WebLogic Server Clusters at the following URL:

http://download.oracle.com/docs/cd/E13222_01/wls/docs70/cluster/index.html

 


Applications and Resources

The WebLogic Server Domain template supports a single JVM or cluster domain configuration. This template creates a shell of a configuration and supports an environment that can be configured to deploy WebLogic Server applications. Required applications must be created and configured within the domain environment.

After creating a domain with the WebLogic Server Domain template and populating the applications directory, you can start the server.

Types of Applications to Deploy

The WebLogic Server Domain supports the following types of applications or files:

 

Back to Top Previous Next