Sun GlassFish Enterprise Server v2.1.1 Application Deployment Guide

java-web-start-access

Specifies changes to default Java Web Start parameters for an embedded or stand-alone application client module.

Superelements

sun-application-client (sun-application-client.xml)

Subelements

The following table describes subelements for the java-web-start-access element.

Table A–54 java-web-start-access subelements

Element 

Required 

Description 

context-root

zero or one 

Contains the context root for the Java Web Start enabled application client module. If none is specified, a default is generated. 

The default for an application is as follows: 


http://host:port/app-name/relative-URI-to-appclient-jar

The default for a stand-alone application client module is as follows: 


http://host:port/module-name

If the app-name or module-name is not specified during deployment, the name of the EAR or JAR file without the extension is used. If the application or module is not in EAR or JAR file format, a name is generated and written to the server log.

eligible

zero or one 

Specifies whether the application client module is eligible to be Java Web Start enabled. Allowed values are true (the default) and false.

vendor

zero or one 

Specifies the name of the vendor as it appears in Java Web Start download and launch screens. The default value is Application Client.