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