source: trunk/icedtea-web/netx/itweb-settings.1@ 443

Last change on this file since 443 was 429, checked in by dmik, 11 years ago

icedtea-web: Merge version 1.5.1 from vendor to trunk.

File size: 1.8 KB
Line 
1.TH itweb-settings 1 "07 Mar 2014"
2
3.SH NAME
4
5itweb-settings - view and modify settings for
6.B
7javaws
8and the browser plugin
9
10.SH SYNOPSIS
11
12.B itweb-settings
13.br
14.B itweb-settings
15command arguments
16.SH DESCRIPTION
17.B itweb-settings
18is a command line and a GUI program to modify and edit settings used by the
19icedtea-web implementation of
20.B javaws
21and the browser plugin.
22
23If executed without any arguments, it starts up a GUI. Otherwise, it tries to
24do what is specified in the argument.
25
26The command-line allows quickly searching, making a copy of and modifying
27specific settings without having to hunt through a UI.
28
29
30.SH COMMANDS
31
32.TP
33help
34Prints out information about supported command, descriptions and basic usage.
35.TP 12
36list
37Shows a list of all settings.
38.TP
39get <name>
40Shows the value of the named setting.
41.TP
42info <name>
43Shows additional information about the named setting. Includes a description,
44the current value, the possible values, and the source of the setting.
45.TP
46set <name> <value>
47Sets the setting to the new value, after checking that it is an appropriate
48value.
49.TP
50reset all
51Resets all settings to their original values.
52.TP
53reset <name>
54Resets the named setting to its original value.
55.TP
56check <name>
57Checks that the current value of the setting is a valid value.
58
59.SH EXAMPLES
60
61.TP
62itweb-settings
63
64Show the GUI editor
65
66.TP
67itweb-settings reset deployment.proxy.type
68
69Resets the value of 'deployment.proxy.type' setting.
70
71
72.SH FILES
73
74$XDG_CONFIG_HOME/icedtea-web/deployment.properties specifies the settings used
75
76.SH BUGS
77
78There arent any known bugs. If you come across one, please file it at
79 http://icedtea.classpath.org/bugzilla/
80
81.SH AUTHOR
82
83Written and maintained by the IcedTea contributors.
84
85.SH SEE ALSO
86
87.BR javaws (1),
88.BR java (1)
89.br
90http://icedtea.classpath.org/wiki/IcedTea-Web
Note: See TracBrowser for help on using the repository browser.