BEA Logo BEA WebLogic Server Release 6.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

   Administration Console Online Help:   Previous topic   |   Next topic   |   Contents   

 

EJB Component

 

Install a New EJB

  1. Click the EJB Deployments node in the left pane. The EJB Deployments table displays in the right pane showing all the deployed EJBs.

  2. Enter the path of the . jar file in the text-entry field, or click the Browse button to browse your file system and choose the .jar file you want to install.

  3. Click Upload to install the .jar file. The new EJB is added under the EJB Deployments node in the left pane.

Configuration

General

Attribute

Description

Range of Values

Default Value

Name

 

This attribute returns the name of the EJB component.

 

The name can be up to 256 alphanumeric characters, but may not contain commas or spaces.

 

Null

 

URL

 

This attribute returns the URL of this EJB component.

 

Valid URL

 

Null


 

Application

 

This attribute returns the name of the application.

 

String

 

Null


 

Number of Instances

 

This attribute returns the number of instances of this EJB component.

 

Integer

 

Null


 

Java Compiler

 

This attribute sets the java compiler to be used for this component.

 

Valid java compiler

 

javac

 

Tmp Path

 

This attribute sets the path to be used for this component.

 

String

 

Null

 

Extra RMIC Options

 

This attribute allows the user to set rmic options.

 

String

 

Null


 

Keep Generated Sources

 

This attribute enables or disables the ability to keep generated source files.

 

Boolean

Selected = enabled

Not Selected = not enabled

 

Not Selected

 

URI

 


 


 


 

Deployed

 


 

Boolean

Deployed = selected

Undeployed = not selected

 

Selected

 

Target

Attribute

Description

Range of Values

Default Value

Target Servers

 

This attribute allows the user to select servers on which this ejb will be deployed.

 

List

 

None Selected

 

Target Clusters

 

This attribute allows the user to select clusters on which this ejb will be deployed.


 

List

 

None Selected

 

Notes

Attribute

Description

Range of Values

Default Value

Notes

 

This attribute provides a space for user supplied information.

 

The value must be an alphanumeric string.

 

Null

 

 

Back to Top