Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- System configuration parameters
- Service Manager Server and Web Tier configuration files
- System parameters
- Web tier parameters
- Enter a parameter in the web client URL
- Enter a parameter in the sm.ini file
- Enter a parameter in the web.xml file
- Enter a parameter in the webtier.properties files
- Enter a parameter in sm.cfg or the server’s OS command prompt
- View parameters by function
- Alert parameters
- Application development parameters
- Background and scheduled process parameters
- Client parameters for Web clients
- Client parameters for Windows clients
- Connection parameters
- Database parameters
- Debugging parameters
- Help parameters
- Information retrieval (IR) expert parameters
- LDAP parameters
- Localization parameters
- Regional settings parameters
- Security parameters
- Servlet parameters
- SSL parameters
- Parameter: acceptsharedcert
- Parameter: cacsignon
- Parameter: ciphers
- Parameter: fipsmode
- Parameter: keystoreFile
- Parameter: keystorePass
- Parameter: keystoreType
- Parameter: onewayssl4ws
- Parameter: ssl
- Parameter: sslConnector
- Parameter: sslEnabledProtocols
- Parameter: ssl_reqClientAuth
- Parameter: ssl_trustedClientsJKS
- Parameter: ssl_trustedClientsPwd
- Parameter: trustedsignon
- Parameter: truststoreType
- Web Parameter: cacerts
- Web parameter: CACLogin
- Web parameter: secureLogin
- Web Parameter: ssl
- Web parameter: sslPort
- System information parameters
- System performance parameters
SSL parameters
The following table lists the startup parameters you can set from the Service Manager server's operating system command prompt or from the Service Manager initialization file (sm.ini).
These parameters determine how the Service Manager server manages SSL connections.
SSL Parameter | Brief description |
---|---|
Parameter: acceptsharedcert | Defines how the Service Manager server handles signed SSL certificates from incoming client requests in a Trusted Sign-On configuration |
Parameter: cacsignon | Defines whether trusted clients can log on to the Service Manager server with a Common Access Card (CAC), without entering log-on information |
Parameter: keystoreFile | Defines the path and file name to the Java keystore that contains the certificate of the Service Manager server |
Parameter: keystorePass | Defines the password to the Java keystore that contains the certificate of the Service Manager server |
Parameter: onewayssl4ws | Disables or enables one-way/anonymous SSL for web services clients in a Trusted Sign-On (TSO) or Common Access Card (CAC) configuration |
Web parameter: cacerts | Defines the path to the cacerts file required for web clients to make SSL connections to the web tier |
Web parameter: secureLogin | Controls the encryption of network communication between the web application server and the web browser. |
Web parameter: ssl | Causes all web clients to use SSL connections to the web tier |
Parameter: ssl | Defines whether the Service Manager server requires SSL connections from all incoming client requests that are sent from Service Manager's Windows client or web client. |
Parameter: sslConnector | Defines whether servlet container processes have an HTTPS (SSL-encrypted HTTP) communications port available. |
Web parameter: sslPort | Defines the SSL port of the web application server (this is required only when the secureLogin parameter is set to true) |
Parameter: sslEnabledProtocols |
Defines the supported SSL protocols for HTTPS connections to the Service Manager Server. |
Parameter: ssl_reqClientAuth | Defines whether the Service Manager server requires signed certificates from all incoming client requests |
Parameter: ssl_trustedClientsJKS | Defines the path and file name to the Java keystore that contains the list of trusted client certificates from which the Service Manager server allows connection requests |
Parameter: ssl_trustedClientsPwd | Defines the password to the Java keystore that contains the list of trusted client certificates from which the Service Manager server allows connection requests |
Parameter: trustedsignon | Defines whether trusted clients can log in to the Service Manager server without having to provide login information |
Related topics