Application client properties

Description

Application client property names begin with com.sybase.jaguar.applicationclient. In EAServer Manager, you can configure application client properties in the Application Client Properties dialog box.




com.sybase.jaguar.applicationclient.description

Description

Contains a text description of the application client.

Syntax

desc

Where desc is the descriptive text.

Usage

In EAServer Manager, set this property using the Description field on the General tab in the Application Client Properties dialog box.




com.sybase.jaguar.applicationclient.ejb-ref

Description

Specifies a list of EJB references that define aliased JNDI names for EJB components invoked by the application client. Application clients must use JNDI to resolve EJB references, using the prefix java:comp/env/ejb in JNDI lookups.

Syntax

ejb-ref1, ejb-ref2, ...

Where ejb-ref1, ejb-ref2, and so forth follow the syntax of EJB reference properties.

Usage

In EAServer Manager, configure this property using the EJB References tab in the Application Client Properties dialog box.




com.sybase.jaguar.applicationclient.env-entry

Description

Environment properties allow you to specify global read-only data for use by the application client. Application clients must use JNDI to retrieve environment properties, using the prefix java:comp/env in JNDI lookups.

Syntax

See Environment properties.

Usage

In EAServer Manager, set this property using the Environment tab in the Application Client Properties dialog box.




com.sybase.jaguar.applicationclient.files

Description

Specifies additional files and Java classes to be distributed with the application client.

Syntax

A list of file names, separated by commas. Files may be specified as follows:

Usage

In EAServer Manager, set this property using the Files tab in the Application Client Properties dialog box.




com.sybase.jaguar.applicationclient.main-class-name

Description

Specifies the main Java class of the application client.

Syntax

class

Where class is the main Java class of the application client, specified in dot notation; for example, com.sybase.appclient.Myclient.

Usage

In EAServer Manager, set this property using the Main Class Name field on the General tab in the Application Client Properties dialog box.




com.sybase.jaguar.applicationclient.name

Description

Specifies the application client name.

Syntax

app-name/client-name

Where:




com.sybase.jaguar.applicationclient.resource-env-ref

Description

Resource environment references are logical names applied to objects administered by EAServer.

Syntax

See Resource environment reference properties.

Usage

In EAServer Manager, set this property using the Resource Env Refs tab in the Application Client Properties dialog box.

See also

Resource environment reference properties.




com.sybase.jaguar.applicationclient.resource-ref

Description

Specifies aliased JNDI names for database connections, JavaMail sessions, and URL factories used by the application client.

Syntax

See Resource reference properties.

Usage

In EAServer Manager, set this property using the Resource Refs tab in the Application Client Properties dialog box.

See also

Resource reference properties.