1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
<jnlp
spec="1.0+"
codebase="http://iut-tool.homelinux.net:8080/__JWSappclients/__appclient/Pharma-Stocks-Commandes-Dechets/Pharma-Stocks-Commandes-Dechets-GUI"
href="http://iut-tool.homelinux.net:8080/__JWSappclients/__appclient/Pharma-Stocks-Commandes-Dechets/Pharma-Stocks-Commandes-Dechets-GUI/main.jnlp">
<information>
<title>Pharma-Stocks-Commandes-Dechets-GUI</title>
<vendor>Client d'application</vendor>
<homepage href="/main-jnlp.html"/>
<description kind="one-line">Pharma-Stocks-Commandes-Dechets-GUI</description>
<description kind="short">Description de l''application</description>
<offline-allowed/>
</information>
<security>
<all-permissions/>
</security>
<resources>
<j2se version="1.5+" />
<jar href="http://iut-tool.homelinux.net:8080/__JWSappclients/__appserver/aslib/appserv-jwsacc.jar" main="true"/>
<!--
Refer to the extension main JNLP document (which lists unsigned app server jars) and
the app client's JNLP document (which lists the user's app client and supporting jars).
-->
<extension name="mainext" href="main-ext.jnlp"/>
<extension name="appclient" href="client-client.jnlp"/>
<!--
Properties specified on the request as query parameters (if any)
-->
<property name="javax.xml.parsers.SAXParserFactory" value="com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl"/>
<property name="javax.xml.parsers.DocumentBuilderFactory" value="com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl"/>
<property name="javax.xml.transform.TransformerFactory" value="com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl"/>
<property name="org.xml.sax.parser" value="org.xml.sax.helpers.XMLReaderAdapter"/>
<property name="org.xml.sax.driver" value="com.sun.org.apache.xerces.internal.parsers.SAXParser"/>
<!-- from the command line -->
<property name="java.util.logging.manager" value="com.sun.enterprise.server.logging.ACCLogManager"/>
<property name="javax.enterprise.resource.corba.level" value="FINE"/>
<!--
The next three properties are set in the appserv-rt.jar's jndi.properties file. Set them
here so they are detected in the Java Web Start environment.
-->
<property name="java.naming.factory.initial" value="com.sun.enterprise.naming.SerialInitContextFactory"/>
<property name="java.naming.factory.url.pkgs" value="com.sun.enterprise.naming"/>
<!--
# Required to add a javax.naming.spi.StateFactory for CosNaming that
# supports dynamic RMI-IIOP.
-->
<property name="java.naming.factory.state" value="com.sun.corba.ee.impl.presentation.rmi.JNDIStateFactoryImpl"/>
<property name="com.sun.aas.jws.iiop.defaultHost" value="iut-tool.homelinux.net"/>
<property name="com.sun.aas.jws.iiop.defaultPort" value="3700"/>
<property name="com.sun.aas.jws.retainTempFiles" value="false"/>
<property name="com.sun.aas.jws.isJWS" value="true"/>
<property name="com.sun.aas.jws.download.host" value="iut-tool.homelinux.net"/>
<property name="com.sun.aas.user.code.signed" value="true"/>
</resources>
<application-desc main-class="com.sun.enterprise.appclient.jws.boot.JWSACCMain">
<argument>-mainclass</argument>
<argument>com.pharmastras.Main</argument>
<!--
Further arguments may be added dynamically.
-->
</application-desc>
</jnlp> |
Partager