From d4f8161d2be8a59f7a33b1705696d005465848c0 Mon Sep 17 00:00:00 2001
From: dchandler
- Now run 'ant -Dkeystore=foo -Dkeystore.password=foo
- -Ddgkey.password=foo -Dkey.alias=foo program-jws'
,
+ Now run
+
ant -Dkeystore="file:///c:/thdl/sandboxes/Jskad/your.keystore"
+ -Dkeystore.password=baz
+ -Ddgkey.password=foo
+ -Dkey.alias="Johnny Developer"
+ -Djnlp.codebase="http://your.web.server/THDL_STUFF"
+ program-jws'
+
+
where program is one of jskad
, tt
,
savant
, or qd
. This cleans first, so your
changes will be respected. This then creates a WAR file
@@ -869,11 +877,11 @@ module
If you're deploying to a plain-vanilla web server, first ensure that
its MIME type associations are correct (see above). Now ignore the .war
- file and copy the appropriate .jnlp
file(s) from
- Jskad/dist/
to the webserver, and copy the appropriate
- JAR(s) from Jskad/dist/java-web-start/
to the
- webserver. Those two files are all you need, but you must edit the
- .jnlp
file appropriately for your webserver.
+ file and copy the appropriate .jnlp
file(s) and the
+ appropriate JAR(s) from Jskad/dist/java-web-start/
to
+ the webserver. Those two files are all you need, and you don't need
+ to edit the .jnlp
file because you specified the
+ jnlp.codebase
property.