Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 588360 Details for
Bug 825338
Broken links on installer/start.jsf page
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
HTML source
start.jsf.html (text/html), 42.26 KB, created by
Jeeva Kandasamy
on 2012-06-01 08:44:49 UTC
(
hide
)
Description:
HTML source
Filename:
MIME Type:
Creator:
Jeeva Kandasamy
Created:
2012-06-01 08:44:49 UTC
Size:
42.26 KB
patch
obsolete
> > > > > > > > > > > ><html> > <head> > <script type="text/javascript"> > function hideDiv( _levelId) { > var thisDiv = document.getElementById( _levelId ); > thisDiv.style.display = "none"; > } > > function showDiv( _levelId) { > var thisDiv = document.getElementById( _levelId ); > thisDiv.style.display = "block"; > } > function checkForPassword() { > if ( document.getElementById('propForm:databasepassword').value == '' ) { > alert("Please enter database password."); > return false; > } > return true; > } > </script> > </head> > > <body> > > > > > > > > > > > > <head> > <link rel="stylesheet" type="text/css" href="style.css" /> > <title>Welcome to JBoss ON!</title> > > <meta http-equiv="Pragma" content="no-cache" /> > <meta http-equiv="Expires" content="-1" /> > <meta http-equiv="Cache-Control" content="no-cache" /> > > > > > <script type="text/javascript" language="JavaScript"> > function popUp(url, title) > { > window.open(url, title, 'toolbar=0,scrollbars=1,location=1,statusbar=0,menubar=0,resizable=1'); > } > </script> > > </head> > > > > > <body> > > > > <p align="center"> > <img src="/installer/images/logo.png" alt="logo" /> > </p> > > <h1 align="left">Welcome to JBoss ON!</h1> > > > > <p align="left"> > These are the configuration settings for this JBoss ON Server installation. >You may customize some, all or none as required. Click on the setting name for setting-specific help. Changes to settings marked as "Restart Required" >will not take effect until after restarting the server. In this case restart the server immediately after successful installation. > </p> > > ><form id="j_id_jsp_1311806870_3" name="j_id_jsp_1311806870_3" method="post" action="/installer/start.jsf" enctype="application/x-www-form-urlencoded"> ><input type="hidden" name="j_id_jsp_1311806870_3" value="j_id_jsp_1311806870_3" /> > > <p align="left"> > <h4 align="left"> > Click this checkbox to see both standard and advanced configuration settings. > </h4> > <input id="j_id_jsp_1311806870_3:showAdvancedSettings" type="checkbox" name="j_id_jsp_1311806870_3:showAdvancedSettings" checked="checked" onclick="submit()" /><label for="j_id_jsp_1311806870_3:showAdvancedSettings"> >Show Advanced Settings</label> > > </p> > <input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="5495581261237035869:-4100123991402239046" autocomplete="off" /> ></form> ><form id="propForm" name="propForm" method="post" action="/installer/start.jsf" enctype="application/x-www-form-urlencoded"> ><input type="hidden" name="propForm" value="propForm" /> > > <br/> > <h4 align="left"> > Database Settings define the database configured for this installation. All are required. Use the "Test Connection" button to validate the settings. > </h4> > <div id="experimentalDbMsg" style="display: none;"> > <table> > <tr> > <td><img alt="warning" src="images/warning.gif"/></td> > <td><span class="javascriptWarning">Usage of the selected database is for demo purposes only. It should not be used in production installations. No support is available for installations that use H2 or MS SQL Server for their database.</span></td> > </tr> > </table> > > </div> > > <table> ><tbody> ><tr> ><td><table> ><tbody> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#DatabaseType', 'propertyHelp')">Database Type</a></td> ><td><select id="propForm:databasetype" name="propForm:databasetype" size="1" onchange="document.getElementById('propForm:databaseusername').value = 'rhqadmin'; > document.getElementById('propForm:databasepassword').value = 'rhqadmin'; > > if (this.options[this.selectedIndex].value == 'PostgreSQL'){ > document.getElementById('propForm:databaseconnectionurl').value = 'jdbc:postgresql://127.0.0.1:5432/rhq'; > document.getElementById('propForm:databasedriverclass').value = 'org.postgresql.Driver'; > document.getElementById('propForm:databasexadatasourceclass').value = 'org.postgresql.xa.PGXADataSource'; > hideDiv('experimentalDbMsg'); > } else if (this.options[this.selectedIndex].value == 'Oracle') { > document.getElementById('propForm:databaseconnectionurl').value = 'jdbc:oracle:thin:@127.0.0.1:1521:rhq'; > document.getElementById('propForm:databasedriverclass').value = 'oracle.jdbc.driver.OracleDriver'; > document.getElementById('propForm:databasexadatasourceclass').value = 'oracle.jdbc.xa.client.OracleXADataSource'; > hideDiv('experimentalDbMsg'); > } else if (this.options[this.selectedIndex].value == 'H2') { > document.getElementById('propForm:databaseconnectionurl').value = 'jdbc:h2:/opt/jon/jon310CR1/jon-server-3.1.0.CR1/jbossas/server/default/data/rhq;MVCC=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOG=2'; > document.getElementById('propForm:databasedriverclass').value = 'org.h2.Driver'; > document.getElementById('propForm:databasexadatasourceclass').value = 'org.h2.jdbcx.JdbcDataSource'; > alert('Usage of the selected database is for demo purposes only. It should not be used in production installations. No support is available for installations that use H2 or MS SQL Server for their database.'); > showDiv('experimentalDbMsg'); > } else if (this.options[this.selectedIndex].value == 'sqlserver') { > document.getElementById('propForm:databaseconnectionurl').value = 'jdbc:jtds:sqlserver://localhost:1433;databaseName=rhq'; > document.getElementById('propForm:databasedriverclass').value = 'net.sourceforge.jtds.jdbc.Driver'; > document.getElementById('propForm:databasexadatasourceclass').value = 'net.sourceforge.jtds.jdbcx.JtdsDataSource'; > alert('Usage of the selected database is for demo purposes only. It should not be used in production installations. No support is available for installations that use H2 or MS SQL Server for their database.'); > showDiv('experimentalDbMsg'); > } else if (this.options[this.selectedIndex].value == 'MySQL') { > document.getElementById('propForm:databaseconnectionurl').value = 'jdbc:mysql://127.0.0.1/rhq'; > document.getElementById('propForm:databasedriverclass').value = 'com.mysql.jdbc.Driver'; > document.getElementById('propForm:databasexadatasourceclass').value = 'com.mysql.jdbc.jdbc2.optional.MysqlXADataSource'; > alert('Usage of the selected database is for demo purposes only. It should not be used in production installations. No support is available for installations that use H2 or MS SQL Server for their database.'); > showDiv('experimentalDbMsg'); > } > "> <option value="PostgreSQL" selected="selected">PostgreSQL</option> > <option value="Oracle">Oracle</option> ></select></td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#DatabaseConnectionURL', 'propertyHelp')">Database Connection URL</a></td> ><td><input id="propForm:databaseconnectionurl" type="text" name="propForm:databaseconnectionurl" value="jdbc:postgresql://127.0.0.1:5432/rhq" size="60" /></td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#DatabaseJDBCDriverClass', 'propertyHelp')">Database JDBC Driver Class</a></td> ><td><input id="propForm:databasedriverclass" type="text" name="propForm:databasedriverclass" value="org.postgresql.Driver" size="60" /></td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#DatabaseXADataSourceClass', 'propertyHelp')">Database XA DataSource Class</a></td> ><td><input id="propForm:databasexadatasourceclass" type="text" name="propForm:databasexadatasourceclass" value="org.postgresql.xa.PGXADataSource" size="60" /></td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#DatabaseUserName', 'propertyHelp')">Database User Name</a></td> ><td><input id="propForm:databaseusername" type="text" name="propForm:databaseusername" value="rhqadmin" size="60" /></td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#DatabasePassword', 'propertyHelp')">Database Password</a></td> ><td><input id="propForm:databasepassword" type="password" name="propForm:databasepassword" value="" size="60" /></td> ></tr> ></tbody> ></table> ></td> ></tr> ><tr> ><td><table border="1"> ><tbody> ><tr> ><td><table> ><tbody> ><tr> ><td><span style="font-size: 100%">Confirm database settings</span></td> ></tr> ><tr> ><td><table> ><tbody> ><tr> ><td><input id="propForm:testDatabaseButton" type="submit" name="propForm:testDatabaseButton" value="Test Connection" onclick="if (!checkForPassword()) return false" /></td> ></tr> ></tbody> ></table> ></td> ></tr> ></tbody> ></table> ></td> ></tr> ></tbody> ></table> ></td> ></tr> ></tbody> ></table> ><table> ><tbody> ><tr> ><td class="warningColor"><span style="font-size: 80%">A database schema already exists. What do you want to do?</span></td> ><td><select name="propForm:j_id_jsp_1311806870_42" size="1" onchange="submit()"> <option value="OVERWRITE">Overwrite (lose existing data)</option> > <option value="KEEP" selected="selected">Keep (maintain existing data)</option> > <option value="SKIP">Skip (leave database as-is)</option> ></select></td> ></tr> ></tbody> ></table> > > > > > > <br/> > <h4 align="left"> > Installation Settings define the required server endpoint for this installation. > </h4> > <table> ><tbody> ><tr> ><td><table> ><tbody> ><tr> ><td>If performing an upgrade or re-installation then select from the list of registered servers: </td> ></tr> ><tr> ><td> > > > <br/> > > </td> ></tr> ><tr> ><td><table> ><tbody> ><tr> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#-RegisteredServers', 'propertyHelp')">Registered Servers:</a></td> ><td><select name="propForm:j_id_jsp_1311806870_51" size="1" onchange="{ document.getElementById('propForm:haservername').value = this.options[this.selectedIndex].value; > document.getElementById('propForm:haendpointaddress').value = ''; > document.getElementById('propForm:haendpointport').value = ''; > document.getElementById('propForm:haendpointsecureport').value = ''; > if (document.getElementById('propForm:haaffinitygroup') != null) { > document.getElementById('propForm:haaffinitygroup').value = ''; } > submit(); }"> <option value="New Server">New Server</option> > <option value="mercury.lab.eng.pnq.redhat.com">mercury.lab.eng.pnq.redhat.com</option> ></select></td> ></tr> ></tbody> ></table> ></td> ></tr> ><tr> ><td> > > <br/> > </td> ></tr> ><tr> ><td>If installing a new server enter the server endpoint settings below:</td> ></tr> ></tbody> ></table> ></td> ></tr> ><tr> ><td><table> ><tbody> ><tr class="evenRow"> ><td> </td> ><td> </td> ><td><span style="font-weight:bold">Requires Restart?</span></td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#ServerName', 'propertyHelp')">Server Name</a></td> ><td><input id="propForm:haservername" type="text" name="propForm:haservername" value="mercury.lab.eng.pnq.redhat.com" size="60" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#-ServerPublicAddress', 'propertyHelp')">Server Public Address</a></td> ><td><input id="propForm:haendpointaddress" type="text" name="propForm:haendpointaddress" value="mercury.lab.eng.pnq.redhat.com" size="60" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#HTTPPort', 'propertyHelp')">HTTP Port</a></td> ><td><input id="propForm:haendpointport" type="text" name="propForm:haendpointport" value="7080" size="6" /></td> ><td>Yes</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#SecureHTTPSPort', 'propertyHelp')">Secure HTTPS Port</a></td> ><td><input id="propForm:haendpointsecureport" type="text" name="propForm:haendpointsecureport" value="7443" size="6" /></td> ><td>Yes</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#-ServerAffinityGroup', 'propertyHelp')">Server Affinity Group Name</a></td> ><td><input id="propForm:haaffinitygroup" type="text" name="propForm:haaffinitygroup" size="60" /></td> ><td>No</td> ></tr> ></tbody> ></table> ></td> ></tr> ></tbody> ></table> > > > <br/> > <h4 align="left"> > Server Settings configure the server for this installation. All server settings are required. > </h4> > <table> ><thead> ><tr> ><th class="evenRow" scope="col"></th> ><th class="evenRow" scope="col"></th> ><th class="evenRow" scope="col">Requires Restart?</th> ></tr> ></thead> ><tbody> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#ServerBindAddress', 'propertyHelp')">Server Bind Address</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:0:j_id_jsp_1311806870_88" value="0.0.0.0" size="60" /></td> ><td>Yes</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#WebServicePort', 'propertyHelp')">Web Service Port</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:1:j_id_jsp_1311806870_87" value="9093" size="6" /></td> ><td>Yes</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#NamingServicePort', 'propertyHelp')">Naming Service Port</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:2:j_id_jsp_1311806870_87" value="2099" size="6" /></td> ><td>Yes</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#NamingServiceRMIPort', 'propertyHelp')">Naming Service RMI Port</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:3:j_id_jsp_1311806870_87" value="2098" size="6" /></td> ><td>Yes</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#JRMPInvokerRMIPort', 'propertyHelp')">JRMP Invoker RMI Port</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:4:j_id_jsp_1311806870_87" value="7444" size="6" /></td> ><td>Yes</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#PooledInvokerRMIPort', 'propertyHelp')">Pooled Invoker RMI Port</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:5:j_id_jsp_1311806870_87" value="7445" size="6" /></td> ><td>Yes</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#AJPPort', 'propertyHelp')">AJP Port</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:6:j_id_jsp_1311806870_87" value="9009" size="6" /></td> ><td>Yes</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#UnifiedInvokerPort', 'propertyHelp')">Unified Invoker Port</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:7:j_id_jsp_1311806870_87" value="5446" size="6" /></td> ><td>Yes</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#AspectDeployerPort', 'propertyHelp')">Aspect Deployer Port</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:8:j_id_jsp_1311806870_87" value="4873" size="6" /></td> ><td>Yes</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatClientAuthMode', 'propertyHelp')">Tomcat Client Auth Mode</a></td> ><td><select name="propForm:j_id_jsp_1311806870_80:9:j_id_jsp_1311806870_93" size="1"> <option value="false">false</option> > <option value="want" selected="selected">want</option> > <option value="true">true</option> ></select></td> ><td>Yes</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatSSLProtocol', 'propertyHelp')">Tomcat SSL Protocol</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:10:j_id_jsp_1311806870_88" value="TLS" size="60" /></td> ><td>Yes</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatAlgorithm', 'propertyHelp')">Tomcat Keystore/Truststore Algorithm</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:11:j_id_jsp_1311806870_88" value="SunX509" size="60" /></td> ><td>Yes</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatKeystore', 'propertyHelp')">Tomcat Keystore</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:12:j_id_jsp_1311806870_88" value="conf/rhq.keystore" size="60" /></td> ><td>Yes</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatKeystoreType', 'propertyHelp')">Tomcat Keystore Type</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:13:j_id_jsp_1311806870_88" value="JKS" size="60" /></td> ><td>Yes</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatKeystorePassword', 'propertyHelp')">Tomcat Keystore Password</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:14:j_id_jsp_1311806870_88" value="RHQManagement" size="60" /></td> ><td>Yes</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatKeystoreAlias', 'propertyHelp')">Tomcat Keystore Alias</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:15:j_id_jsp_1311806870_88" value="RHQ" size="60" /></td> ><td>Yes</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatTruststore', 'propertyHelp')">Tomcat Truststore</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:16:j_id_jsp_1311806870_88" value="conf/rhq.truststore" size="60" /></td> ><td>Yes</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatTruststoreType', 'propertyHelp')">Tomcat Truststore Type</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:17:j_id_jsp_1311806870_88" value="JKS" size="60" /></td> ><td>Yes</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatTruststorePassword', 'propertyHelp')">Tomcat Truststore Password</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:18:j_id_jsp_1311806870_88" value="RHQManagement" size="60" /></td> ><td>Yes</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingAgentCommunicationsTransport', 'propertyHelp')">Incoming Agent Communications Transport</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:19:j_id_jsp_1311806870_88" value="servlet" size="60" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingAgentCommunicationsTransportParameters', 'propertyHelp')">Incoming Agent Communications Transport Parameters</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:20:j_id_jsp_1311806870_88" value="/jboss-remoting-servlet-invoker/ServerInvokerServlet" size="60" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#AgentMulticastDetectorEnabled', 'propertyHelp')">Agent Multicast Detector Enabled</a></td> ><td><table> > <tr> ><td> ><input type="radio" name="propForm:j_id_jsp_1311806870_80:21:j_id_jsp_1311806870_90" id="propForm:j_id_jsp_1311806870_80:21:j_id_jsp_1311806870_90:0" value="true" /><label for="propForm:j_id_jsp_1311806870_80:21:j_id_jsp_1311806870_90:0"> Yes</label></td> ><td> ><input type="radio" checked="checked" name="propForm:j_id_jsp_1311806870_80:21:j_id_jsp_1311806870_90" id="propForm:j_id_jsp_1311806870_80:21:j_id_jsp_1311806870_90:1" value="false" /><label for="propForm:j_id_jsp_1311806870_80:21:j_id_jsp_1311806870_90:1"> No</label></td> > </tr> ></table></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#AgentMulticastDetectorBindAddress', 'propertyHelp')">Agent Multicast Detector Bind Address</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:22:j_id_jsp_1311806870_88" value="${jboss.bind.address}" size="60" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#AgentMulticastDetectorMulticastAddress', 'propertyHelp')">Agent Multicast Detector Multicast Address</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:23:j_id_jsp_1311806870_88" value="224.16.16.16" size="60" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#AgentMulticastDetectorPort', 'propertyHelp')">Agent Multicast Detector Port</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:24:j_id_jsp_1311806870_87" value="16162" size="6" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingSecureSocketProtocol', 'propertyHelp')">Incoming Security - Secure Socket Protocol</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:25:j_id_jsp_1311806870_88" value="TLS" size="60" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingKeystoreFile', 'propertyHelp')">Incoming Security - Keystore File</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:26:j_id_jsp_1311806870_88" value="${jboss.server.home.dir}/conf/rhq.keystore" size="60" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingKeystoreAlgorithm', 'propertyHelp')">Incoming Security - Keystore Algorithm</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:27:j_id_jsp_1311806870_88" value="SunX509" size="60" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingKeystoreType', 'propertyHelp')">Incoming Security - Keystore Type</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:28:j_id_jsp_1311806870_88" value="JKS" size="60" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingKeystorePassword', 'propertyHelp')">Incoming Security - Keystore Password</a></td> ><td><input type="password" name="propForm:j_id_jsp_1311806870_80:29:j_id_jsp_1311806870_89" value="" size="60" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingKeystoreKeyPassword', 'propertyHelp')">Incoming Security - Keystore Key Password</a></td> ><td><input type="password" name="propForm:j_id_jsp_1311806870_80:30:j_id_jsp_1311806870_89" value="" size="60" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingKeystoreAlias', 'propertyHelp')">Incoming Security - Keystore Alias</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:31:j_id_jsp_1311806870_88" value="RHQ" size="60" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingTruststoreFile', 'propertyHelp')">Incoming Security - Truststore File</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:32:j_id_jsp_1311806870_88" value="${jboss.server.home.dir}/conf/rhq.truststore" size="60" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingTruststoreAlgorithm', 'propertyHelp')">Incoming Security - Truststore Algorithm</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:33:j_id_jsp_1311806870_88" value="SunX509" size="60" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingTruststoreType', 'propertyHelp')">Incoming Security - Truststore Type</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:34:j_id_jsp_1311806870_88" value="JKS" size="60" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingTruststorePassword', 'propertyHelp')">Incoming Security - Truststore Password</a></td> ><td><input type="password" name="propForm:j_id_jsp_1311806870_80:35:j_id_jsp_1311806870_89" value="" size="60" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingClientAuthenticationMode', 'propertyHelp')">Incoming Security - Client Authentication Mode</a></td> ><td><select name="propForm:j_id_jsp_1311806870_80:36:j_id_jsp_1311806870_93" size="1"> <option value="none" selected="selected">none</option> > <option value="want">want</option> > <option value="need">need</option> ></select></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingSecureSocketProtocol', 'propertyHelp')">Outgoing Security - Secure Socket Protocol</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:37:j_id_jsp_1311806870_88" value="TLS" size="60" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingKeystoreFile', 'propertyHelp')">Outgoing Security - Keystore File</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:38:j_id_jsp_1311806870_88" value="${jboss.server.home.dir}/conf/rhq.keystore" size="60" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingKeystoreAlgorithm', 'propertyHelp')">Outgoing Security - Keystore Algorithm</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:39:j_id_jsp_1311806870_88" value="SunX509" size="60" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingKeystoreType', 'propertyHelp')">Outgoing Security - Keystore Type</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:40:j_id_jsp_1311806870_88" value="JKS" size="60" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingKeystorePassword', 'propertyHelp')">Outgoing Security - Keystore Password</a></td> ><td><input type="password" name="propForm:j_id_jsp_1311806870_80:41:j_id_jsp_1311806870_89" value="" size="60" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingKeystoreKeyPassword', 'propertyHelp')">Outgoing Security - Keystore Key Password</a></td> ><td><input type="password" name="propForm:j_id_jsp_1311806870_80:42:j_id_jsp_1311806870_89" value="" size="60" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingKeystoreAlias', 'propertyHelp')">Outgoing Security - Keystore Alias</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:43:j_id_jsp_1311806870_88" value="RHQ" size="60" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingTruststoreFile', 'propertyHelp')">Outgoing Security - Truststore File</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:44:j_id_jsp_1311806870_88" value="${jboss.server.home.dir}/conf/rhq.truststore" size="60" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingTruststoreAlgorithm', 'propertyHelp')">Outgoing Security - Truststore Algorithm</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:45:j_id_jsp_1311806870_88" value="SunX509" size="60" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingTruststoreType', 'propertyHelp')">Outgoing Security - Truststore Type</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:46:j_id_jsp_1311806870_88" value="JKS" size="60" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingTruststorePassword', 'propertyHelp')">Outgoing Security - Truststore Password</a></td> ><td><input type="password" name="propForm:j_id_jsp_1311806870_80:47:j_id_jsp_1311806870_89" value="" size="60" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingServerAuthenticationModeEnabled', 'propertyHelp')">Outgoing Security - Server Authentication Mode Enabled</a></td> ><td><table> > <tr> ><td> ><input type="radio" name="propForm:j_id_jsp_1311806870_80:48:j_id_jsp_1311806870_90" id="propForm:j_id_jsp_1311806870_80:48:j_id_jsp_1311806870_90:0" value="true" /><label for="propForm:j_id_jsp_1311806870_80:48:j_id_jsp_1311806870_90:0"> Yes</label></td> ><td> ><input type="radio" checked="checked" name="propForm:j_id_jsp_1311806870_80:48:j_id_jsp_1311806870_90" id="propForm:j_id_jsp_1311806870_80:48:j_id_jsp_1311806870_90:1" value="false" /><label for="propForm:j_id_jsp_1311806870_80:48:j_id_jsp_1311806870_90:1"> No</label></td> > </tr> ></table></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#EmailSMTPHostname', 'propertyHelp')">Email SMTP Hostname</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:49:j_id_jsp_1311806870_88" value="localhost" size="60" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#EmailSMTPPort', 'propertyHelp')">Email SMTP Port</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:50:j_id_jsp_1311806870_87" value="25" size="6" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#EmailFromAddress', 'propertyHelp')">Email From Address</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:51:j_id_jsp_1311806870_88" value="rhqadmin@localhost" size="60" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OperationInvocationDefaultTimeout', 'propertyHelp')">Operation Invocation Default Timeout</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:52:j_id_jsp_1311806870_87" value="600" size="6" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#WebConnections', 'propertyHelp')">Concurrency Limit - Maximum Web Connections</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:53:j_id_jsp_1311806870_87" value="200" size="6" /></td> ><td>Yes</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#GlobalConcurrencyLimit', 'propertyHelp')">Concurrency Limit - Global</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:54:j_id_jsp_1311806870_87" value="30" size="6" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#InventoryReport', 'propertyHelp')">Concurrency Limit - Inventory Reports</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:55:j_id_jsp_1311806870_87" value="5" size="6" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#AvailabilityReport', 'propertyHelp')">Concurrency Limit - Availability Reports</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:56:j_id_jsp_1311806870_87" value="25" size="6" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#InventorySynchronization', 'propertyHelp')">Concurrency Limit - Inventory Synchronizations</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:57:j_id_jsp_1311806870_87" value="10" size="6" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#ContentReport', 'propertyHelp')">Concurrency Limit - Content Reports</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:58:j_id_jsp_1311806870_87" value="5" size="6" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#ContentDownload', 'propertyHelp')">Concurrency Limit - Content Downloads</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:59:j_id_jsp_1311806870_87" value="5" size="6" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#MeasurementReport', 'propertyHelp')">Concurrency Limit - Measurement Reports</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:60:j_id_jsp_1311806870_87" value="10" size="6" /></td> ><td>No</td> ></tr> ><tr class="evenRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#MeasurementScheduleRequest', 'propertyHelp')">Concurrency Limit - Measurement Schedule Requests</a></td> ><td><input type="text" name="propForm:j_id_jsp_1311806870_80:61:j_id_jsp_1311806870_87" value="10" size="6" /></td> ><td>No</td> ></tr> ><tr class="oddRow"> ><td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#MaintenanceModeAtStart', 'propertyHelp')">Maintenance Mode At Start</a></td> ><td><table> > <tr> ><td> ><input type="radio" name="propForm:j_id_jsp_1311806870_80:62:j_id_jsp_1311806870_90" id="propForm:j_id_jsp_1311806870_80:62:j_id_jsp_1311806870_90:0" value="true" /><label for="propForm:j_id_jsp_1311806870_80:62:j_id_jsp_1311806870_90:0"> Yes</label></td> ><td> ><input type="radio" checked="checked" name="propForm:j_id_jsp_1311806870_80:62:j_id_jsp_1311806870_90" id="propForm:j_id_jsp_1311806870_80:62:j_id_jsp_1311806870_90:1" value="false" /><label for="propForm:j_id_jsp_1311806870_80:62:j_id_jsp_1311806870_90:1"> No</label></td> > </tr> ></table></td> ><td>No</td> ></tr> ></tbody> ></table> > > > <br/> > <p align="left"> > > <table border="1"><tr> > <td><input id="propForm:save" type="submit" name="propForm:save" value="Install Server!" onclick="if (!checkForPassword()) return false" /> > </td> > </tr></table> > </p> > <input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="5495581261237035869:-4100123991402239046" autocomplete="off" /> ></form> > > > > </body> > ></html> > > >
<html> <head> <script type="text/javascript"> function hideDiv( _levelId) { var thisDiv = document.getElementById( _levelId ); thisDiv.style.display = "none"; } function showDiv( _levelId) { var thisDiv = document.getElementById( _levelId ); thisDiv.style.display = "block"; } function checkForPassword() { if ( document.getElementById('propForm:databasepassword').value == '' ) { alert("Please enter database password."); return false; } return true; } </script> </head> <body> <head> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Welcome to JBoss ON!</title> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> <meta http-equiv="Cache-Control" content="no-cache" /> <script type="text/javascript" language="JavaScript"> function popUp(url, title) { window.open(url, title, 'toolbar=0,scrollbars=1,location=1,statusbar=0,menubar=0,resizable=1'); } </script> </head> <body> <p align="center"> <img src="/installer/images/logo.png" alt="logo" /> </p> <h1 align="left">Welcome to JBoss ON!</h1> <p align="left"> These are the configuration settings for this JBoss ON Server installation. You may customize some, all or none as required. Click on the setting name for setting-specific help. Changes to settings marked as "Restart Required" will not take effect until after restarting the server. In this case restart the server immediately after successful installation. </p> <form id="j_id_jsp_1311806870_3" name="j_id_jsp_1311806870_3" method="post" action="/installer/start.jsf" enctype="application/x-www-form-urlencoded"> <input type="hidden" name="j_id_jsp_1311806870_3" value="j_id_jsp_1311806870_3" /> <p align="left"> <h4 align="left"> Click this checkbox to see both standard and advanced configuration settings. </h4> <input id="j_id_jsp_1311806870_3:showAdvancedSettings" type="checkbox" name="j_id_jsp_1311806870_3:showAdvancedSettings" checked="checked" onclick="submit()" /><label for="j_id_jsp_1311806870_3:showAdvancedSettings"> Show Advanced Settings</label> </p> <input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="5495581261237035869:-4100123991402239046" autocomplete="off" /> </form> <form id="propForm" name="propForm" method="post" action="/installer/start.jsf" enctype="application/x-www-form-urlencoded"> <input type="hidden" name="propForm" value="propForm" /> <br/> <h4 align="left"> Database Settings define the database configured for this installation. All are required. Use the "Test Connection" button to validate the settings. </h4> <div id="experimentalDbMsg" style="display: none;"> <table> <tr> <td><img alt="warning" src="images/warning.gif"/></td> <td><span class="javascriptWarning">Usage of the selected database is for demo purposes only. It should not be used in production installations. No support is available for installations that use H2 or MS SQL Server for their database.</span></td> </tr> </table> </div> <table> <tbody> <tr> <td><table> <tbody> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#DatabaseType', 'propertyHelp')">Database Type</a></td> <td><select id="propForm:databasetype" name="propForm:databasetype" size="1" onchange="document.getElementById('propForm:databaseusername').value = 'rhqadmin'; document.getElementById('propForm:databasepassword').value = 'rhqadmin'; if (this.options[this.selectedIndex].value == 'PostgreSQL'){ document.getElementById('propForm:databaseconnectionurl').value = 'jdbc:postgresql://127.0.0.1:5432/rhq'; document.getElementById('propForm:databasedriverclass').value = 'org.postgresql.Driver'; document.getElementById('propForm:databasexadatasourceclass').value = 'org.postgresql.xa.PGXADataSource'; hideDiv('experimentalDbMsg'); } else if (this.options[this.selectedIndex].value == 'Oracle') { document.getElementById('propForm:databaseconnectionurl').value = 'jdbc:oracle:thin:@127.0.0.1:1521:rhq'; document.getElementById('propForm:databasedriverclass').value = 'oracle.jdbc.driver.OracleDriver'; document.getElementById('propForm:databasexadatasourceclass').value = 'oracle.jdbc.xa.client.OracleXADataSource'; hideDiv('experimentalDbMsg'); } else if (this.options[this.selectedIndex].value == 'H2') { document.getElementById('propForm:databaseconnectionurl').value = 'jdbc:h2:/opt/jon/jon310CR1/jon-server-3.1.0.CR1/jbossas/server/default/data/rhq;MVCC=TRUE;DB_CLOSE_ON_EXIT=FALSE;LOG=2'; document.getElementById('propForm:databasedriverclass').value = 'org.h2.Driver'; document.getElementById('propForm:databasexadatasourceclass').value = 'org.h2.jdbcx.JdbcDataSource'; alert('Usage of the selected database is for demo purposes only. It should not be used in production installations. No support is available for installations that use H2 or MS SQL Server for their database.'); showDiv('experimentalDbMsg'); } else if (this.options[this.selectedIndex].value == 'sqlserver') { document.getElementById('propForm:databaseconnectionurl').value = 'jdbc:jtds:sqlserver://localhost:1433;databaseName=rhq'; document.getElementById('propForm:databasedriverclass').value = 'net.sourceforge.jtds.jdbc.Driver'; document.getElementById('propForm:databasexadatasourceclass').value = 'net.sourceforge.jtds.jdbcx.JtdsDataSource'; alert('Usage of the selected database is for demo purposes only. It should not be used in production installations. No support is available for installations that use H2 or MS SQL Server for their database.'); showDiv('experimentalDbMsg'); } else if (this.options[this.selectedIndex].value == 'MySQL') { document.getElementById('propForm:databaseconnectionurl').value = 'jdbc:mysql://127.0.0.1/rhq'; document.getElementById('propForm:databasedriverclass').value = 'com.mysql.jdbc.Driver'; document.getElementById('propForm:databasexadatasourceclass').value = 'com.mysql.jdbc.jdbc2.optional.MysqlXADataSource'; alert('Usage of the selected database is for demo purposes only. It should not be used in production installations. No support is available for installations that use H2 or MS SQL Server for their database.'); showDiv('experimentalDbMsg'); } "> <option value="PostgreSQL" selected="selected">PostgreSQL</option> <option value="Oracle">Oracle</option> </select></td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#DatabaseConnectionURL', 'propertyHelp')">Database Connection URL</a></td> <td><input id="propForm:databaseconnectionurl" type="text" name="propForm:databaseconnectionurl" value="jdbc:postgresql://127.0.0.1:5432/rhq" size="60" /></td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#DatabaseJDBCDriverClass', 'propertyHelp')">Database JDBC Driver Class</a></td> <td><input id="propForm:databasedriverclass" type="text" name="propForm:databasedriverclass" value="org.postgresql.Driver" size="60" /></td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#DatabaseXADataSourceClass', 'propertyHelp')">Database XA DataSource Class</a></td> <td><input id="propForm:databasexadatasourceclass" type="text" name="propForm:databasexadatasourceclass" value="org.postgresql.xa.PGXADataSource" size="60" /></td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#DatabaseUserName', 'propertyHelp')">Database User Name</a></td> <td><input id="propForm:databaseusername" type="text" name="propForm:databaseusername" value="rhqadmin" size="60" /></td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#DatabasePassword', 'propertyHelp')">Database Password</a></td> <td><input id="propForm:databasepassword" type="password" name="propForm:databasepassword" value="" size="60" /></td> </tr> </tbody> </table> </td> </tr> <tr> <td><table border="1"> <tbody> <tr> <td><table> <tbody> <tr> <td><span style="font-size: 100%">Confirm database settings</span></td> </tr> <tr> <td><table> <tbody> <tr> <td><input id="propForm:testDatabaseButton" type="submit" name="propForm:testDatabaseButton" value="Test Connection" onclick="if (!checkForPassword()) return false" /></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table> <tbody> <tr> <td class="warningColor"><span style="font-size: 80%">A database schema already exists. What do you want to do?</span></td> <td><select name="propForm:j_id_jsp_1311806870_42" size="1" onchange="submit()"> <option value="OVERWRITE">Overwrite (lose existing data)</option> <option value="KEEP" selected="selected">Keep (maintain existing data)</option> <option value="SKIP">Skip (leave database as-is)</option> </select></td> </tr> </tbody> </table> <br/> <h4 align="left"> Installation Settings define the required server endpoint for this installation. </h4> <table> <tbody> <tr> <td><table> <tbody> <tr> <td>If performing an upgrade or re-installation then select from the list of registered servers: </td> </tr> <tr> <td> <br/> </td> </tr> <tr> <td><table> <tbody> <tr> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#-RegisteredServers', 'propertyHelp')">Registered Servers:</a></td> <td><select name="propForm:j_id_jsp_1311806870_51" size="1" onchange="{ document.getElementById('propForm:haservername').value = this.options[this.selectedIndex].value; document.getElementById('propForm:haendpointaddress').value = ''; document.getElementById('propForm:haendpointport').value = ''; document.getElementById('propForm:haendpointsecureport').value = ''; if (document.getElementById('propForm:haaffinitygroup') != null) { document.getElementById('propForm:haaffinitygroup').value = ''; } submit(); }"> <option value="New Server">New Server</option> <option value="mercury.lab.eng.pnq.redhat.com">mercury.lab.eng.pnq.redhat.com</option> </select></td> </tr> </tbody> </table> </td> </tr> <tr> <td> <br/> </td> </tr> <tr> <td>If installing a new server enter the server endpoint settings below:</td> </tr> </tbody> </table> </td> </tr> <tr> <td><table> <tbody> <tr class="evenRow"> <td> </td> <td> </td> <td><span style="font-weight:bold">Requires Restart?</span></td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#ServerName', 'propertyHelp')">Server Name</a></td> <td><input id="propForm:haservername" type="text" name="propForm:haservername" value="mercury.lab.eng.pnq.redhat.com" size="60" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#-ServerPublicAddress', 'propertyHelp')">Server Public Address</a></td> <td><input id="propForm:haendpointaddress" type="text" name="propForm:haendpointaddress" value="mercury.lab.eng.pnq.redhat.com" size="60" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#HTTPPort', 'propertyHelp')">HTTP Port</a></td> <td><input id="propForm:haendpointport" type="text" name="propForm:haendpointport" value="7080" size="6" /></td> <td>Yes</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#SecureHTTPSPort', 'propertyHelp')">Secure HTTPS Port</a></td> <td><input id="propForm:haendpointsecureport" type="text" name="propForm:haendpointsecureport" value="7443" size="6" /></td> <td>Yes</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#-ServerAffinityGroup', 'propertyHelp')">Server Affinity Group Name</a></td> <td><input id="propForm:haaffinitygroup" type="text" name="propForm:haaffinitygroup" size="60" /></td> <td>No</td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <br/> <h4 align="left"> Server Settings configure the server for this installation. All server settings are required. </h4> <table> <thead> <tr> <th class="evenRow" scope="col"></th> <th class="evenRow" scope="col"></th> <th class="evenRow" scope="col">Requires Restart?</th> </tr> </thead> <tbody> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#ServerBindAddress', 'propertyHelp')">Server Bind Address</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:0:j_id_jsp_1311806870_88" value="0.0.0.0" size="60" /></td> <td>Yes</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#WebServicePort', 'propertyHelp')">Web Service Port</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:1:j_id_jsp_1311806870_87" value="9093" size="6" /></td> <td>Yes</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#NamingServicePort', 'propertyHelp')">Naming Service Port</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:2:j_id_jsp_1311806870_87" value="2099" size="6" /></td> <td>Yes</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#NamingServiceRMIPort', 'propertyHelp')">Naming Service RMI Port</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:3:j_id_jsp_1311806870_87" value="2098" size="6" /></td> <td>Yes</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#JRMPInvokerRMIPort', 'propertyHelp')">JRMP Invoker RMI Port</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:4:j_id_jsp_1311806870_87" value="7444" size="6" /></td> <td>Yes</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#PooledInvokerRMIPort', 'propertyHelp')">Pooled Invoker RMI Port</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:5:j_id_jsp_1311806870_87" value="7445" size="6" /></td> <td>Yes</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#AJPPort', 'propertyHelp')">AJP Port</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:6:j_id_jsp_1311806870_87" value="9009" size="6" /></td> <td>Yes</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#UnifiedInvokerPort', 'propertyHelp')">Unified Invoker Port</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:7:j_id_jsp_1311806870_87" value="5446" size="6" /></td> <td>Yes</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#AspectDeployerPort', 'propertyHelp')">Aspect Deployer Port</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:8:j_id_jsp_1311806870_87" value="4873" size="6" /></td> <td>Yes</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatClientAuthMode', 'propertyHelp')">Tomcat Client Auth Mode</a></td> <td><select name="propForm:j_id_jsp_1311806870_80:9:j_id_jsp_1311806870_93" size="1"> <option value="false">false</option> <option value="want" selected="selected">want</option> <option value="true">true</option> </select></td> <td>Yes</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatSSLProtocol', 'propertyHelp')">Tomcat SSL Protocol</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:10:j_id_jsp_1311806870_88" value="TLS" size="60" /></td> <td>Yes</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatAlgorithm', 'propertyHelp')">Tomcat Keystore/Truststore Algorithm</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:11:j_id_jsp_1311806870_88" value="SunX509" size="60" /></td> <td>Yes</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatKeystore', 'propertyHelp')">Tomcat Keystore</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:12:j_id_jsp_1311806870_88" value="conf/rhq.keystore" size="60" /></td> <td>Yes</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatKeystoreType', 'propertyHelp')">Tomcat Keystore Type</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:13:j_id_jsp_1311806870_88" value="JKS" size="60" /></td> <td>Yes</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatKeystorePassword', 'propertyHelp')">Tomcat Keystore Password</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:14:j_id_jsp_1311806870_88" value="RHQManagement" size="60" /></td> <td>Yes</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatKeystoreAlias', 'propertyHelp')">Tomcat Keystore Alias</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:15:j_id_jsp_1311806870_88" value="RHQ" size="60" /></td> <td>Yes</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatTruststore', 'propertyHelp')">Tomcat Truststore</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:16:j_id_jsp_1311806870_88" value="conf/rhq.truststore" size="60" /></td> <td>Yes</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatTruststoreType', 'propertyHelp')">Tomcat Truststore Type</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:17:j_id_jsp_1311806870_88" value="JKS" size="60" /></td> <td>Yes</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#TomcatTruststorePassword', 'propertyHelp')">Tomcat Truststore Password</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:18:j_id_jsp_1311806870_88" value="RHQManagement" size="60" /></td> <td>Yes</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingAgentCommunicationsTransport', 'propertyHelp')">Incoming Agent Communications Transport</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:19:j_id_jsp_1311806870_88" value="servlet" size="60" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingAgentCommunicationsTransportParameters', 'propertyHelp')">Incoming Agent Communications Transport Parameters</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:20:j_id_jsp_1311806870_88" value="/jboss-remoting-servlet-invoker/ServerInvokerServlet" size="60" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#AgentMulticastDetectorEnabled', 'propertyHelp')">Agent Multicast Detector Enabled</a></td> <td><table> <tr> <td> <input type="radio" name="propForm:j_id_jsp_1311806870_80:21:j_id_jsp_1311806870_90" id="propForm:j_id_jsp_1311806870_80:21:j_id_jsp_1311806870_90:0" value="true" /><label for="propForm:j_id_jsp_1311806870_80:21:j_id_jsp_1311806870_90:0"> Yes</label></td> <td> <input type="radio" checked="checked" name="propForm:j_id_jsp_1311806870_80:21:j_id_jsp_1311806870_90" id="propForm:j_id_jsp_1311806870_80:21:j_id_jsp_1311806870_90:1" value="false" /><label for="propForm:j_id_jsp_1311806870_80:21:j_id_jsp_1311806870_90:1"> No</label></td> </tr> </table></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#AgentMulticastDetectorBindAddress', 'propertyHelp')">Agent Multicast Detector Bind Address</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:22:j_id_jsp_1311806870_88" value="${jboss.bind.address}" size="60" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#AgentMulticastDetectorMulticastAddress', 'propertyHelp')">Agent Multicast Detector Multicast Address</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:23:j_id_jsp_1311806870_88" value="224.16.16.16" size="60" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#AgentMulticastDetectorPort', 'propertyHelp')">Agent Multicast Detector Port</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:24:j_id_jsp_1311806870_87" value="16162" size="6" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingSecureSocketProtocol', 'propertyHelp')">Incoming Security - Secure Socket Protocol</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:25:j_id_jsp_1311806870_88" value="TLS" size="60" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingKeystoreFile', 'propertyHelp')">Incoming Security - Keystore File</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:26:j_id_jsp_1311806870_88" value="${jboss.server.home.dir}/conf/rhq.keystore" size="60" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingKeystoreAlgorithm', 'propertyHelp')">Incoming Security - Keystore Algorithm</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:27:j_id_jsp_1311806870_88" value="SunX509" size="60" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingKeystoreType', 'propertyHelp')">Incoming Security - Keystore Type</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:28:j_id_jsp_1311806870_88" value="JKS" size="60" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingKeystorePassword', 'propertyHelp')">Incoming Security - Keystore Password</a></td> <td><input type="password" name="propForm:j_id_jsp_1311806870_80:29:j_id_jsp_1311806870_89" value="" size="60" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingKeystoreKeyPassword', 'propertyHelp')">Incoming Security - Keystore Key Password</a></td> <td><input type="password" name="propForm:j_id_jsp_1311806870_80:30:j_id_jsp_1311806870_89" value="" size="60" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingKeystoreAlias', 'propertyHelp')">Incoming Security - Keystore Alias</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:31:j_id_jsp_1311806870_88" value="RHQ" size="60" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingTruststoreFile', 'propertyHelp')">Incoming Security - Truststore File</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:32:j_id_jsp_1311806870_88" value="${jboss.server.home.dir}/conf/rhq.truststore" size="60" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingTruststoreAlgorithm', 'propertyHelp')">Incoming Security - Truststore Algorithm</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:33:j_id_jsp_1311806870_88" value="SunX509" size="60" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingTruststoreType', 'propertyHelp')">Incoming Security - Truststore Type</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:34:j_id_jsp_1311806870_88" value="JKS" size="60" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingTruststorePassword', 'propertyHelp')">Incoming Security - Truststore Password</a></td> <td><input type="password" name="propForm:j_id_jsp_1311806870_80:35:j_id_jsp_1311806870_89" value="" size="60" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#IncomingClientAuthenticationMode', 'propertyHelp')">Incoming Security - Client Authentication Mode</a></td> <td><select name="propForm:j_id_jsp_1311806870_80:36:j_id_jsp_1311806870_93" size="1"> <option value="none" selected="selected">none</option> <option value="want">want</option> <option value="need">need</option> </select></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingSecureSocketProtocol', 'propertyHelp')">Outgoing Security - Secure Socket Protocol</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:37:j_id_jsp_1311806870_88" value="TLS" size="60" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingKeystoreFile', 'propertyHelp')">Outgoing Security - Keystore File</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:38:j_id_jsp_1311806870_88" value="${jboss.server.home.dir}/conf/rhq.keystore" size="60" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingKeystoreAlgorithm', 'propertyHelp')">Outgoing Security - Keystore Algorithm</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:39:j_id_jsp_1311806870_88" value="SunX509" size="60" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingKeystoreType', 'propertyHelp')">Outgoing Security - Keystore Type</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:40:j_id_jsp_1311806870_88" value="JKS" size="60" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingKeystorePassword', 'propertyHelp')">Outgoing Security - Keystore Password</a></td> <td><input type="password" name="propForm:j_id_jsp_1311806870_80:41:j_id_jsp_1311806870_89" value="" size="60" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingKeystoreKeyPassword', 'propertyHelp')">Outgoing Security - Keystore Key Password</a></td> <td><input type="password" name="propForm:j_id_jsp_1311806870_80:42:j_id_jsp_1311806870_89" value="" size="60" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingKeystoreAlias', 'propertyHelp')">Outgoing Security - Keystore Alias</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:43:j_id_jsp_1311806870_88" value="RHQ" size="60" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingTruststoreFile', 'propertyHelp')">Outgoing Security - Truststore File</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:44:j_id_jsp_1311806870_88" value="${jboss.server.home.dir}/conf/rhq.truststore" size="60" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingTruststoreAlgorithm', 'propertyHelp')">Outgoing Security - Truststore Algorithm</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:45:j_id_jsp_1311806870_88" value="SunX509" size="60" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingTruststoreType', 'propertyHelp')">Outgoing Security - Truststore Type</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:46:j_id_jsp_1311806870_88" value="JKS" size="60" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingTruststorePassword', 'propertyHelp')">Outgoing Security - Truststore Password</a></td> <td><input type="password" name="propForm:j_id_jsp_1311806870_80:47:j_id_jsp_1311806870_89" value="" size="60" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OutgoingServerAuthenticationModeEnabled', 'propertyHelp')">Outgoing Security - Server Authentication Mode Enabled</a></td> <td><table> <tr> <td> <input type="radio" name="propForm:j_id_jsp_1311806870_80:48:j_id_jsp_1311806870_90" id="propForm:j_id_jsp_1311806870_80:48:j_id_jsp_1311806870_90:0" value="true" /><label for="propForm:j_id_jsp_1311806870_80:48:j_id_jsp_1311806870_90:0"> Yes</label></td> <td> <input type="radio" checked="checked" name="propForm:j_id_jsp_1311806870_80:48:j_id_jsp_1311806870_90" id="propForm:j_id_jsp_1311806870_80:48:j_id_jsp_1311806870_90:1" value="false" /><label for="propForm:j_id_jsp_1311806870_80:48:j_id_jsp_1311806870_90:1"> No</label></td> </tr> </table></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#EmailSMTPHostname', 'propertyHelp')">Email SMTP Hostname</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:49:j_id_jsp_1311806870_88" value="localhost" size="60" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#EmailSMTPPort', 'propertyHelp')">Email SMTP Port</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:50:j_id_jsp_1311806870_87" value="25" size="6" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#EmailFromAddress', 'propertyHelp')">Email From Address</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:51:j_id_jsp_1311806870_88" value="rhqadmin@localhost" size="60" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#OperationInvocationDefaultTimeout', 'propertyHelp')">Operation Invocation Default Timeout</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:52:j_id_jsp_1311806870_87" value="600" size="6" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#WebConnections', 'propertyHelp')">Concurrency Limit - Maximum Web Connections</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:53:j_id_jsp_1311806870_87" value="200" size="6" /></td> <td>Yes</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#GlobalConcurrencyLimit', 'propertyHelp')">Concurrency Limit - Global</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:54:j_id_jsp_1311806870_87" value="30" size="6" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#InventoryReport', 'propertyHelp')">Concurrency Limit - Inventory Reports</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:55:j_id_jsp_1311806870_87" value="5" size="6" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#AvailabilityReport', 'propertyHelp')">Concurrency Limit - Availability Reports</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:56:j_id_jsp_1311806870_87" value="25" size="6" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#InventorySynchronization', 'propertyHelp')">Concurrency Limit - Inventory Synchronizations</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:57:j_id_jsp_1311806870_87" value="10" size="6" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#ContentReport', 'propertyHelp')">Concurrency Limit - Content Reports</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:58:j_id_jsp_1311806870_87" value="5" size="6" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#ContentDownload', 'propertyHelp')">Concurrency Limit - Content Downloads</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:59:j_id_jsp_1311806870_87" value="5" size="6" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#MeasurementReport', 'propertyHelp')">Concurrency Limit - Measurement Reports</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:60:j_id_jsp_1311806870_87" value="10" size="6" /></td> <td>No</td> </tr> <tr class="evenRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#MeasurementScheduleRequest', 'propertyHelp')">Concurrency Limit - Measurement Schedule Requests</a></td> <td><input type="text" name="propForm:j_id_jsp_1311806870_80:61:j_id_jsp_1311806870_87" value="10" size="6" /></td> <td>No</td> </tr> <tr class="oddRow"> <td><a href="javascript:popUp('http://docs.redhat.com/docs/en-US/JBoss_Operations_Network/3.1/html/Admin_Configuring_JON_Servers_and_Agents/server-properties.html#MaintenanceModeAtStart', 'propertyHelp')">Maintenance Mode At Start</a></td> <td><table> <tr> <td> <input type="radio" name="propForm:j_id_jsp_1311806870_80:62:j_id_jsp_1311806870_90" id="propForm:j_id_jsp_1311806870_80:62:j_id_jsp_1311806870_90:0" value="true" /><label for="propForm:j_id_jsp_1311806870_80:62:j_id_jsp_1311806870_90:0"> Yes</label></td> <td> <input type="radio" checked="checked" name="propForm:j_id_jsp_1311806870_80:62:j_id_jsp_1311806870_90" id="propForm:j_id_jsp_1311806870_80:62:j_id_jsp_1311806870_90:1" value="false" /><label for="propForm:j_id_jsp_1311806870_80:62:j_id_jsp_1311806870_90:1"> No</label></td> </tr> </table></td> <td>No</td> </tr> </tbody> </table> <br/> <p align="left"> <table border="1"><tr> <td><input id="propForm:save" type="submit" name="propForm:save" value="Install Server!" onclick="if (!checkForPassword()) return false" /> </td> </tr></table> </p> <input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="5495581261237035869:-4100123991402239046" autocomplete="off" /> </form> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 825338
: 588360