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
Enter a parameter in sm.cfg or the server’s OS command prompt
Applies to User Roles:
System Administrator
You can enter client and server parameters in the server's sm.cfg file or operating system command line. When you do this, prefix each parameter with a space and a dash (-).
To enter a parameter in sm.cfg or the server’s operating system command prompt, follow these steps:
-
Open the operating system command prompt, and then navigate to the directory in which the Service Manager executable file is located. By default, the file is located in the C:\Program Files\Micro Focus\Service Manager <x.xx>\Server\RUN folder.
Alternatively, open the <SM installation path>\Server\RUN\sm.cfg file in a text editor.
- Type the command and the parameters, as demonstrated in the following examples:
One parameter
sm -<parameter_name>:<parameter_value>
Multiple parameters
sm -<parameter_name>:<parameter_value> -<parameter_name>:<parameter_value>
Setting startup parameters from the server's operating system command prompt
Startup parameters that you set by using the server's operating system command prompt must always follow the sm command. Precede startup parameters with a dash (-) when you call them from the command line.
When you call a startup parameter from the server's operating system command prompt, use the following syntax:
C:\<installation directory>\RUN>sm -<start up parameter>:<setting>
For example, you type the following command:
C:\Program Files\Micro Focus\ Service Manager\Server\RUN>sm -httpPort:12345
Related topics
System configuration parameters
System parameters
Web tier parameters
Related topics
Enter a parameter in the sm.ini file
Enter a parameter in the web client URL
Enter a parameter in the web.xml file
View parameters by function