Oracle GlassFish Server 3.0.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 C–66 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 a web module 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 module-name is not specified during deployment, the name of the EAR or JAR file without the extension is used. If the web 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.