Skip navigation.

WebLogic Server Configuration Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

FileT3

 


Description

A File T3 configuration entry

 


Syntax

<FileT3
DeploymentOrder="number"
Name="String"
Notes="String"
Path="String"
Targets="list of Target names"
/>

 


Parent Elements

 


Attributes

Table 15-1 FileT3 attributes

Attribute

Description

Range of Values and Default

DeploymentOrder

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 EJBs before it prioritizes and deploys startup classes.

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: 231-1

Name

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

Admin Console field label: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Admin Console field label: Notes

Required: no

Path

Defines the path used to locate a T3 file service on a server host.

For example: To map the file system name users to the path on the server host /usr/local/tmp, specify the value of the Name attribute as users and specify the value of the Path attribute as /usr/local/tmp.

Admin Console field label: Path

Required: no

Targets

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

Admin Console field label: Targets

Required: no

 

Skip navigation bar  Back to Top Previous Next