DragonFly On-Line Manual Pages
itweb-settings(1) DragonFly General Commands Manual itweb-settings(1)
NAME
itweb-settings - view and modify settings for javaws and the browser
plugin
SYNOPSIS
itweb-settings
itweb-settings command arguments
DESCRIPTION
itweb-settings is a command line and a GUI program to modify and edit
settings used by the icedtea-web implementation of javaws and the
browser plugin.
If executed without any arguments, it starts up a GUI. Otherwise, it
tries to do what is specified in the argument.
The command-line allows quickly searching, making a copy of and
modifying specific settings without having to hunt through a UI.
COMMANDS
help Prints out information about supported command, descriptions and
basic usage.
list Shows a list of all settings.
get <name> Shows the value of the named setting.
info <name> Shows additional information about the named setting.
Includes a description, the current value, the possible
values, and the source of the setting.
set <name> <value>
Sets the setting to the new value, after checking that it
is an appropriate value.
reset all Resets all settings to their original values.
reset <name>
Resets the named setting to its original value.
check <name>
Checks that the current value of the setting is a valid
value.
EXAMPLES
itweb-settings
Show the GUI editor
itweb-settings reset deployment.proxy.type
Resets the value of 'deployment.proxy.type' setting.
FILES
$XDG_CONFIG_HOME/icedtea-web/deployment.properties specifies the
settings used
BUGS
There arent any known bugs. If you come across one, please file it at
http://icedtea.classpath.org/bugzilla/
AUTHOR
Written and maintained by the IcedTea contributors.
SEE ALSO
javaws(1), java(1)
http://icedtea.classpath.org/wiki/IcedTea-Web
07 Mar 2014 itweb-settings(1)