BEA Logo BEA WebLogic Server Release 6.1

  BEA Home  |  Events  |  Solutions  |  Partners  |  Products  |  Services  |  Download  |  Developer Center  |  WebSUPPORT

 

  |  

  WebLogic Server Doc Home   |     Console Online Help   |   Previous Topic   |   Next Topic   |   Contents   |   Index   |   View as PDF

Web Applications

 

These procedures describe how to use the Administration Console to set the attributes for installing Web Applications. For more information about configuring Web Applications, please see Assembling and Configuring Web Applications.

 


Install a New Web Application

  1. Click the Web Applications node in the left pane. The Web Applications table displays in the right pane showing all the deployed Web Applications.

  2. Enter the path of the .war file or the folder containing a Web Application in exploded format in the text field, or click Browse to select it in your file system.

  3. Click Upload to install the application. The new Web Application is added under the Web Applications node in the left pane. When you choose "Install a new Web Application", the application is copied to applications directory, and the Web Application name defaults to the name of the .war file.

 


Configure a New Web Application

  1. Click the Web Applications node in the left pane.

    The Web Applications table displays in the right pane showing all the deployed Web Applications.

  2. Enter the path of the .war file or folder containing a Web Application in exploded format in the text field, or click the Browse button to browse your file system and choose the application you want to install.

  3. Click Upload to install the application.

If you select the "Configure a new Web App" option , you can specify a Web Application name, URI, path and other options. The advantages to choosing "Configure a new Web App" are

  1. The .war file is not copied in to the applications directory

  2. You can specify the targets for this webapp.

 


Configuration

General

Attribute

Description

Range of Values

Default Value

Name

This attribute sets the name of the Web Application. It is the context path used in URLs to access components in the Web Application.

String

Null

Path URI

The full path to the Web Application in the file system. For a Web Application in exploded directory format, use the path to the directory. For a Web Application in archived .war format, use the path to the .war file.

Use an absolute path or a path relative to the path attribute of a J2EE application that contains this Web Application.

String

Null

Deployment Order

The order to be used for deployment. Ordering is with respect to other deployable units in the same class, for example, EJBs and Web Applications. Deployments with the lowest DeploymentOrder are deployed first.

There is no guarantee of the order of deployments with equal DeploymentOrder values. There is no guarantee of ordering across clusters.

Range of values:

Minimum 0
Maximum: Integer.MAX_VALUE

1000

Deployed

If true, the Web Application is deployed.

Boolean

Deployed = selected

Not Deployed = not selected

Not Selected

Files

Attribute

Description

Range of Values

Default Value

Index Directories

This attribute sets whether or not to automatically generate an HTML directory listing if no suitable index file is found

Boolean

True = A directory listing will be returned if a suitable index file cannot be served.

False = A directory listing will never be returned.

Selected

Reload Period

This attribute sets the amount of time WebLogic Server waits before checking to see if a servlet has been modified.

-1=WebLogic Server never checks for modified servlets

0=WebLogic Server always checks to see if a servlet has been modified and reloads the modified servlet.

1-maximum integer = number of seconds WebLogic Server waits before checking for a modified servlet.

1

Case Sensitive Extensions

This attribute sets whether the case of the file extension is considered when resolving HTTP requests.

Boolean

True = case is considered

False = case is ignored

Not Selected

Other

Attribute

Description

Range of Values

Default Value

Single Threaded Servlet Pool Size

This attribute defines the size of the pool used for SingleThreadMode instance pools.

Integer

5

Auth Realm Name

This attribute sets the Realm in the Basic Authentication HTTP dialog box which appears on the browsers.

string

weblogic

Targets

Servers

Attribute

Description

Range of Values

Default Value

Target Servers

This attribute is a list which allows you to select one or more targets for use with this webserver.

List

Null

Clusters

Attribute

Description

Range of Values

Default Value

Target Clusters

This attribute is a list which allows you to select one or more targets for use with this webserver.

List

Null

VirtualHosts

Attribute

Description

Range of Values

Default Value

Target Virtual Hosts

This attribute is a list which allows you to select one or more targets for use with this webserver.

List

Null

Monitoring

Attribute

Description

Range of Values

Default Value

Enable Session Monitoring

If true, runtime Mbeans will be created for sessions, otherwise, they will not.

Boolean

Enabled = selected

Disabled = not selected

Not Selected

Notes

Attribute

Description

Range of Values

Default Value

Notes

This attribute provides a space for optional user-supplied information.

The value must be an alphanumeric string.

Null

For more information about configuring Web Applications, please see Assembling and Configuring Web Applications.

For information about writing deployment descriptors, please see Writing Web Application Deployment Descriptors.

 

back to top previous page next page