Administrative tasks

Administrative tasks for UA include the topics included in this guide, as well as the following:

StepsSetting session length

Session information is controlled by Unwired Accelerator.

  1. Open web.xml in a text editor. This file is located in SYBASE\tomcat\conf.

  2. Search for Default Session Configuration.

  3. Change the <session-timeout> value to the desired number of minutes. The default is 30, meaning the session times out after 30 minutes of disuse.

    <session-config>    <session-timeout>30</session-timeout> </session-config>

  4. Save the file and close the text editor.

  5. Restart the database server and the application server.

NoteIf you are using BlackBerry with the MDS/BES server, the MDS/BES server holds the cookies containing the JSESSIONID that Tomcat uses to keep track of sessions.

StepsConfiguring web service connections

You must also set the WebServiceRoot property in the UWP property group.

  1. Open webservices.properties.xml in a text editor. This file is located in SYBASE\tomcat\webapps\onepage\config if you are using Tomcat.

  2. Search for these properties, and change them if you want:

  3. Save and close the file.

  4. Restart the application server to put the changes into effect.