Administration Console Online Help

 Previous Next Contents Index  

 


Resource Ref --> Configuration

Tasks     Additional Documentation     Attributes

Overview

Use this tab to define the resource-ref element that links a reference lookup name to an external resource. This allows the servlet code to look up a resource by a "virtual" name that is mapped to the actual location at deployment time.

Tasks

Using the Web Application Deployment Descriptor Editor

Configuring a New Web Application or Web Service

Additional Documentation

(Requires an Internet connection.)

web.xml Deployment Descriptor Elements

Attributes

Attribute Label

Description

Value Constraints

Description

Text description.

Attribute: Description

Configurable: yes

Readable: yes

Writable: yes

Ref Name

The name of the resource used in the JNDI tree. Servlets in the Web Application use this name to look up a reference to the resource.

Attribute: RefName

Configurable: yes

Readable: yes

Writable: yes

Ref Type

The Java type of the resource that corresponds to the reference name. Use the full package name of the Java type.

Attribute: RefType

Configurable: yes

Readable: yes

Writable: yes

Auth

Used to control the resource sign on for security. If set to APPLICATION, indicates that the application component code performs resource sign on programmatically. If set to CONTAINER, WebLogic Server uses the security context established with the login-config element.

Attribute: Auth

Valid values:

  • "Application"

  • "Container"

Configurable: yes

Readable: yes

Writable: yes

Sharing Scope

Specifies whether connections obtained through the given resource manager connection factory reference can be shared.

Attribute: SharingScope

Valid values:

  • "Shareable"

  • "Unshareable"

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next