/hg/icedtea-web: Actualized man page for javaws
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Mon Mar 10 14:41:48 UTC 2014
changeset 2217cdd13ad6 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=2217cdd13ad6
author: Jiri Vanek <jvanek at redhat.com>
date: Mon Mar 10 15:48:24 2014 +0100
Actualized man page for javaws
diffstat:
ChangeLog | 5 +++++
netx/javaws.1 | 52 +++++++++++++++++++++++++++++++++++++++-------------
2 files changed, 44 insertions(+), 13 deletions(-)
diffs (110 lines):
diff -r ffc228f3c71f -r 2217cdd13ad6 ChangeLog
--- a/ChangeLog Mon Mar 10 15:05:42 2014 +0100
+++ b/ChangeLog Mon Mar 10 15:48:24 2014 +0100
@@ -1,3 +1,8 @@
+2014-03-10 Jiri Vanek <jvanek at redhat.com>
+
+ Actualized man page for javaws
+ * netx/javaws.1: made sync with current state
+
2014-03-10 Jiri Vanek <jvanek at redhat.com>
Fixed rhbz#1072013
diff -r ffc228f3c71f -r 2217cdd13ad6 netx/javaws.1
--- a/netx/javaws.1 Mon Mar 10 15:05:42 2014 +0100
+++ b/netx/javaws.1 Mon Mar 10 15:48:24 2014 +0100
@@ -34,8 +34,7 @@
options can be used to change this behaviour.
.TP 12
\-about
-Shows a sample application that can be used to test the basic functionality
-of this implementation.
+Shows about dialog.
.TP
\-viewer
Shows the trusted certificate viewer. This allows a user to list, examine, remove
@@ -49,8 +48,8 @@
.PP
In the default mode, the following run-options can be used:
.TP 12
-\-basedir dir
-Directory where the cache and certificates to be used are stored.
+\-version
+Prints out version and exit
.TP
\-arg arg
Adds an application argument before launching.
@@ -85,13 +84,23 @@
.B javaws
to abort.
.TP
-\-umask=value
-Sets the umask for files created by an application.
+\-xml
+The jnlp files will be checked more strictly for XML validity
+.TP
+\-allowredirect
+Allow to follow 301, 302, 303, 307 and 308 redirections for javaws
+applications
.TP
\-Xnofork
Do not create another JVM, even if the JNLP file asks for running in
a separate JVM. This is useful for debugging.
.TP
+\-Xclearcache
+Clean the JNLP application cache.
+.TP
+\-Xignoreheaders
+Skip jar header verification.
+.TP
\-Jjava-option
This passes along java-option to the java binary that is running
javaws. For example, to make javaws run with a max heap size
@@ -101,23 +110,40 @@
Print a help message and exit.
.SH FILES
-~/.icedtea/deployment.properties specifies the settings used by javaws
+$XDG_CONFIG_DIR/icedtea-web/deployment.properties specifies the settings used by javaws
+
+$XDG_CONFIG_DIR/icedtea-web/log (may be set to different location by you) contains file log files (if enabled).
+itw-cplugin-date_time.log for native part of plugin, itw-javantx-date_time.log for everything else.
+
+$XDG_CONFIG_DIR/icedtea-web/security/java.policy contains granted permissions for selected unsigned apps
+
+$XDG_CONFIG_DIR/icedtea-web/security/trusted.*certs contains various stored certificates
+
+$XDG_CACHE_DIR/icedtea-web/cache contains cached runtime entries (amy be changed by you)
+
+$XDG_CACHE_DIR/icedtea-web/pcache contains saved application data
+
+$XDG_CACHE_DIR/icedtea-web/tmp contains temporary runtime files
+
+$XDG_RUNTIME_DIR/icedteaplugin-user-*/ contains in and out pipe for native<->java communication and
+(if enabled) debugging pipe
+
+Where $XDG_CONFIG_DIR, $XDG_CACHE_DIR and $XDG_RUNTIME_DIR are set as ~/.config, ~/.cache and /tmp or /var/tmp if not set.
.SH BUGS
There arent any known bugs. If you come across one, please file it at
http://icedtea.classpath.org/bugzilla/
.br
-Please run javaws in verbose mode and include that output along
-with the jnlp file when filing out the bug report.
+Please run javaws in debug (-verbose switch or itw-settings setting or ICEDTEAPLUGIN_DEBUG variable set to true)
+mode and include that output (best is from java console) with URL to jnlp or html file
+(ot the jnlp/html file or application itself) when filing out the bug report.
.SH AUTHOR
Originally written by Jon. A. Maxwell.
.br
-Currently maintained by the IcedTea contributors.
+Currently maintained by the IcedTea contributors. See javaws -about for more info
.SH SEE ALSO
.BR java (1)
.br
-http://icedtea.classpath.org/
-.br
-http://jnlp.sourceforge.net/netx/
+http://icedtea.classpath.org/wiki/IcedTea-Web
More information about the distro-pkg-dev
mailing list