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

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

FileT3 (Deprecated)

Description

A File T3 configuration entry

Syntax

<!ELEMENT FileT3 EMPTY >
<!ATTLIST FileT3
   DeploymentOrder            CDATA                    "1000"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   Path                       CDATA                    #IMPLIED
   Targets                    CDATA                    #IMPLIED
>

Parent Elements

The FileT3 element is a child of the Domain element.

Attributes

Table 19-1 FileT3MBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Deployment-Order

A priority that the server uses to determine when it deploys an item. The priority is relative to other deployable items of the same type. For example, the server prioritizes and deploys all startup classes before it prioritizes and deploys EJBs.

Items with the lowest Deployment Order value are deployed first. There is no guarantee on the order of deployments with equal Deployment Order values. There is no guarantee of ordering across clusters.

Default: 1000

Minimum: 0

Maximum: 2147483647

Deployment Order

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.


Name

Notes

Optional information that you can include to describe this configuration.


Notes

Path

Defines the path used to locate a T3 file service on a server host. p> or example: To map the file system name users to the path on he server host /usr/local/tmp, specify the value of the Name ttribute as users and specify the value of the Path ttribute as /usr/local/tmp.


Path

Targets

The targets in the current domain on which this item can be deployed.


Targets


 

 

Back to Top Previous Next