File: command_line_arguments.htm

package info (click to toggle)
zeroc-ice 3.3.1-12
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 40,720 kB
  • ctags: 46,971
  • sloc: cpp: 241,481; java: 104,729; cs: 66,568; python: 18,996; makefile: 5,797; xml: 5,397; ruby: 4,788; php: 3,172; yacc: 3,113; lex: 2,223; ansic: 1,249; perl: 1,200; sh: 182; sql: 73
file content (168 lines) | stat: -rw-r--r-- 9,457 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<!-- saved from url=(0029)http://www.helpandmanual.com/ -->
<head><script type="text/javascript" src="helpman_topicinit.js"></script>
<!-- Redirect browser to frame page if page is not in the content frame. -->
<script type="text/javascript">
<!--
if (top.location.search.lastIndexOf("toc=0")<=0) {
  if (top.frames.length==0) { top.location.href="index.html?command_line_arguments.htm"; }
  else { parent.lazysync('command_line_arguments.htm'); }
}
//-->
</script>
<script type="text/javascript" src="highlight.js"></script>
   <title>Command-Line Arguments</title>
   <meta name="generator" content="Help & Manual">
   <meta name="keywords" content="IceGridAdmin.AuthenticateUsingSSL,IceGridAdmin.Username,IceGridAdmin.Password,IceGridAdmin.Trace.Observers,IceGridAdmin.Trace.SaveToRegistry">
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
   <link type="text/css" href="styles.css" rel="stylesheet">
   <link type="text/css" href="custom.css" rel="stylesheet">
   <script type="text/javascript" src="nsh.js"></script>
   
<!-- non-scrolling headers for CHM and browser-based help, local styles-->
<style TYPE="text/css" media="screen"> 
   <!-- 
   body {    
      margin:0; 
      padding:0; 
      overflow: auto; 
      background: #FFFFFF; 
   } 
   #idheader { 
      width:100%; 
      height:auto; 
      padding: 0; 
      margin: 0; 
} 
    #idheaderbg  {
    background: #6F6F6F; 
}
   -->
   </style>
   
<style TYPE="text/css" MEDIA="print">
<!--
/* Hide navigation links and add space between header
     and text in the printed version. Not valid for eBooks. */
#idnav { display:none;	 }
.topichead { padding: 5px 5px 20px 5px; }
-->
</style>   
</head>
<body onload="highlight();">
<div id="hmpopupDiv" style="visibility:hidden; position:absolute; z-index:1000; filter:progid:DXImageTransform.Microsoft.DropShadow(color='b0b0b0', Direction=135, OffX='3', OffY='3') progid:DXImageTransform.Microsoft.Fade(Overlap=1.00);"></div>
<!--ZOOMSTOP-->

<div id="idheader">
<div id="idheaderbg">
<table width="100%" border="0" cellspacing="0" cellpadding="0" 
       style="margin: 0px; color: #6F6F6F; background: url(header_bg.jpg);">

  <tr valign="bottom">
    <td align="left" valign="bottom" class="topichead">
   <p class="crumbs" id="idnav"><b>Navigation:</b>&nbsp;
   
   <a href="introduction.htm">Introduction</a>&nbsp;&gt;</p>
   <p class="p_Heading1"><span class="f_Heading1">Command-Line Arguments</span></p>

    </td>
    <td align="right" width="120" valign="middle" class="topichead" id="idnav">
    <a href="javascript: print();"
    		onmouseover="document.images.prntr.src='print1.gif'" 
        onmouseout="document.images.prntr.src='print2.gif'"
        ><img name="prntr" border="0" alt="Print this Topic" title="Print this Topic" src="print2.gif"
        ></a>
     <a href="starting_icegrid_admin.htm"
        onmouseover="document.images.prev.src='btn_prev_h.gif'" 
        onmouseout="document.images.prev.src='btn_prev_n.gif'"
        ><img name=prev src="btn_prev_n.gif" border=0 alt="Previous page"
        ></a><a href="introduction.htm"
        onmouseover="document.images.main.src='btn_home_h.gif'" 
        onmouseout="document.images.main.src='btn_home_n.gif'"><img name=main src="btn_home_n.gif" border=0 alt="Return to chapter overview"
        ></a><a href="main_window.htm"
        onmouseover="document.images.next.src='btn_next_h.gif'" 
        onmouseout="document.images.next.src='btn_next_n.gif'"><img name=next src="btn_next_n.gif" border=0 alt="Next page"
        ></a>
    </td>
  </tr>
  <tr><td colspan="2" style="height: 3px; background: url(header_bg_shadow.gif)"></td></tr>
</table>
</div>

<!-- The following code displays Expand All/Collapse All links  below the header in topics containing toggles -->
  

</div>  



<div id="idcontent"><div id="innerdiv"> 
<!--ZOOMRESTART-->
<p>IceGrid Admin can be configured using Ice properties, and like with most Ice applications, these properties can be set using command-line arguments or a configuration file (or both).</p>
<p>Since IceGrid Admin is an Ice application (a client to the IceGrid registry), setting regular Ice properties can be useful as well. For example, you can set the <span class="f_T_Code">Ice.Trace.Network</span> property to get detailed information about network communications sent to stderr.</p>
<p class="p_Example"><span class="f_Example"> $ icegridgui --Ice.Trace.Network=2</span></p>
<p>Ice properties are described in detail in the <span class="f_IndentList2"> <img src="wblnk.png" width="12" height="10" border="0" alt=""> <a href="http://www.zeroc.com/doc/Ice-3.3.1/manual/" target="_blank" class="weblink" title="Distributed Programming with Ice">Ice manual</a>. </span></p>
<p><span class="f_IndentList2">The following table shows properties specific to IceGrid Admin itself:</span></p>
<div style="text-align: center; text-indent: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 10px 0px;"><table align="center" cellspacing="0" cellpadding="0" border="1" style="border: solid 2px #808080; border-spacing:0px; border-collapse: collapse;">
<tr style="text-align:left;vertical-align:top;">
<td valign="top" width="304" style="width:304px; border: solid 1px #808080;"><p class="p_NormalHead"><span class="f_NormalHead">Name</span></p>
</td>
<td valign="top" width="607" style="width:607px; border: solid 1px #808080;"><p class="p_NormalHead"><span class="f_NormalHead">Description</span></p>
</td>
</tr>
<tr style="text-align:left;vertical-align:top;">
<td valign="top" width="304" style="width:304px; border: solid 1px #808080;"><p class="p_TableText"><span class="f_TableText">IceGridAdmin.AuthenticateUsingSSL</span></p>
</td>
<td valign="top" width="607" style="width:607px; border: solid 1px #808080;"><p class="p_TableText"><span class="f_TableText">By default, when logging into an IceGrid registry, IceGrid Admin offers you to use username/password for user authentication. Setting this property to a value &gt; 0 instructs IceGrid Admin to offer SSL authentication by default. See <a href="login.htm">Login</a> for details.</span></p>
</td>
</tr>
<tr style="text-align:left;vertical-align:top;">
<td valign="top" width="304" style="width:304px; border: solid 1px #808080;"><p class="p_TableText"><span class="f_TableText">IceGridAdmin.Username</span></p>
</td>
<td valign="top" width="607" style="width:607px; border: solid 1px #808080;"><p class="p_TableText"><span class="f_TableText">The default username when authenticating with a username/password. See <a href="login.htm">Login</a> for details.</span></p>
</td>
</tr>
<tr style="text-align:left;vertical-align:top;">
<td valign="top" width="304" style="width:304px; border: solid 1px #808080;"><p class="p_TableText"><span class="f_TableText">IceGridAdmin.Password</span></p>
</td>
<td valign="top" width="607" style="width:607px; border: solid 1px #808080;"><p class="p_TableText"><span class="f_TableText">The default password when authenticating with a username/password . See <a href="login.htm">Login</a> for details.</span></p>
</td>
</tr>
<tr style="text-align:left;vertical-align:top;">
<td valign="top" width="304" style="width:304px; border: solid 1px #808080;"><p class="p_TableText"><span class="f_TableText">IceGridAdmin.Trace.Observers</span></p>
</td>
<td valign="top" width="607" style="width:607px; border: solid 1px #808080;"><p class="p_TableText"><span class="f_TableText">When set to a value &gt; 0, IceGrid Admin writes a log message (to stderr) each time it receives information from the IceGrid registry. This is typically used to debug problems in IceGrid Admin.</span></p>
</td>
</tr>
<tr style="text-align:left;vertical-align:top;">
<td valign="top" width="304" style="width:304px; border: solid 1px #808080;"><p class="p_TableText"><span class="f_TableText">IceGridAdmin.Trace.SaveToRegistry</span></p>
</td>
<td valign="top" width="607" style="width:607px; border: solid 1px #808080;"><p class="p_TableText"><span class="f_TableText">When set to a value &gt; 0, IceGrid Admin logs information (to stderr) about all save activities directed to the IceGrid registry. This is typically used to debug problems in IceGrid Admin.</span></p>
</td>
</tr>
</table>
</div>
<p><span class="f_IndentList2">&nbsp;</span></p>
<p>If you need to set many properties, it is a good idea to write a configuration file and use the --Ice.Config command-line argument to specify the location of this file. For example:</p>
<p class="p_Example"><span class="f_Example"> &gt; java -jar C:\Ice-3.3.1\bin\IceGridGUI.jar --Ice.Config=icegridadmin.conf</span></p>

<!--ZOOMSTOP-->
<p>&nbsp;</p><hr size="1"><p class="fsmall">Page url: 
<a href="http://www.zeroc.com/doc/Ice-3.3.1/IceGridAdmin/index.html?command_line_arguments.htm" target="_top">http://www.zeroc.com/doc/Ice-3.3.1/IceGridAdmin/index.html?command_line_arguments.htm</a>
</p>
</div></div>
<script type="text/javascript"> 
<!-- 
var lastSlashPos = document.URL.lastIndexOf("/") >
document.URL.lastIndexOf("\\") ? document.URL.lastIndexOf("/") :
document.URL.lastIndexOf("\\");
if( document.URL.substring( lastSlashPos + 1, lastSlashPos + 4
).toLowerCase() != "~hh" )
{
    nsrInit();
}
--> 
</script> 
</body>
</html>