Administrative tasks for UA include the topics included in this guide, as well as the following:
Setting the session time out value in web.xml.
Helping users create web service and data source connections to applications, such as SAP, Remedy, Domino Business Objects, PeopleSoft, and so forth. See Chapter 3, “Post-Installation Configuration.”
Adding JNDI database connections. See “Setting up a JNDI data source resource”:
Adding JDBC database connections. See “Setting up a JDBC connection cache”.
Managing Unwired Accelerator security for your environment. See Chapter 7, “Security” for security information, and see the Unwired Accelerator Installation Guide for information about using LDAP, or a combination of CSI and LDAP.
Cleaning up the PortalDB by removing agents/alerts associated with deleted users, as well as templates, applications, pages, and so forth. See the procedure for cleaning up the PortalDB in “Mobile Web Studio accounts”.
Managing various template types used with Unwired Accelerator. See “Managing templates”.
Managing Unwired Accelerator clients for multiple device types. See “Managing Unwired Accelerator clients”.
Managing and monitoring synchronization between the UA server and mobile devices as needed. See “Managing synchronization”.
Setting session length
Session information is controlled by Unwired Accelerator.
Open web.xml in a text editor. This file is located in SYBASE\tomcat\conf.
Search for Default Session Configuration
.
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>
Save the file and close the text editor.
Restart the database server and the application server.
If 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.
Configuring web service connections
You must also set the WebServiceRoot property in the UWP property group.
Open webservices.properties.xml in a text editor. This file is located in SYBASE\tomcat\webapps\onepage\config if you are using Tomcat.
Search for these properties, and change them if you want:
ArraySize1 – the default array size. The default is 2.
WSCache – indicates whether to use caching for processed complexTypes and definitions of wsdl. The default is “true.”
DefaultExpireLength – the default expiration length for cached WS elements. The default is 259200000 (or 3 days).
Save and close the file.
Restart the application server to put the changes into effect.