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
- System information parameters
- System performance parameters
Service Manager Server and Web Tier configuration files
The following table describes the configuration files of the Service Manager (SM) Server and Web Tier.
Component | Location | File | Description |
---|---|---|---|
Server | <SM installation path>/Server/RUN/ | sm.ini | Service Manager Server configuration file. For more information, see Enter a parameter in the sm.ini file. |
Server | <SM installation path>/Server/RUN/ | sm.cfg |
Service Manager Server configuration file. Parameters behave in the same way no matter whether they are specified in the server's operating system command prompt or in the sm.cfg file. For more information, see Enter a parameter in sm.cfg or the server’s OS command prompt. |
Server | <SM installation path>/Server/RUN/ | lwssofmconf.xml |
Service Manager Server LW-SSO configuration file. For more information, see Configure LW-SSO in the Service Manager server. |
Web Tier | <Web Tier>/WEB-INF/ | web.xml | Web Tier configuration file. For more information, see Web tier parameters. |
Web Tier |
|
webtier.properties |
Web Tier configuration file. For more information, see Web tier parameters. Important The web.xml file defines lots of parameters (context-param of the web application and init-param of servlets), all of which except the customize-folder parameter can be overridden by the same parameters defined in the webtier.properties file. We strongly recommend that you configure your Web Tier using webtier.properties instead of web.xml to simplify future Web Tier upgrades. |
Web Tier | <Web Tier>/WEB-INF/classes/ | application-context.xml | Web Tier Single Sign-On configuration file (TSO, LW-SSO, and CAC) |
Web Tier | <Web Tier>/WEB-INF/classes/ | lwssofmconf.xml | Web Tier LW-SSO configuration file |
Related topics
System configuration parameters
System parameters
Web tier parameters
Enter a parameter in the sm.ini file
Enter a parameter in the web.xml file
Enter a parameter in sm.cfg or the server’s OS command prompt