Administer > System configuration parameters > Enter a parameter in the web client URL

Enter a parameter in the web client URL

Applies to User roles: System Administrator

You can enter web client parameters in the web client's URL. These parameters are only valid for the current web client session, and revert to the default values (as defined in the web.xml file) when the session closes.

To enter a parameter in the web client URL, type the parameter at the end of the URL after a question mark (?). To do this, use the following syntax:

http://servername:portnumber/sm/index.do?<parameter_name>=<parameter_value>

You can also use the ampersand (&) character to enter multiple parameters in a single URL. To do this, use the following syntax:

http://servername:portnumber/sm/index.do?<parameter_name>=<parameter_value>&<parameter_name>=<parameter_value>

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
View parameters by function
Client parameters for web clients