| Oracle® Universal Content Management Release 10gR3 |
|
![]() Previous |
![]() Next |
Home > Web Parts User Guide > Modifying Configuration Set... > The WebSupportServer.exe.co... > App Settings
Several other AppSettings used by WSS and the Web Parts can be changed, including cache folder location, WSS session timeout, and Content Server port. The following example shows several of these configuration. The text in bold font indicates the pertinent section.
Example:
<appSettings> <!-- The Cache folder used to cache global and user session data --> <add key="WebSupportServer.CacheDirectory" value= "C:\Program Files\Stellent\WSS\WebSupportServerCache" /> <!-- Debug and Tracing - This turns logging on for all WSS Activity --> <add key="WebSupportServer.Trace" value="false" /> <!-- Debug and Tracing - If logging is on this should be turned on --> <add key="WebSupportServer.UseConsole" value="false" /> <!-- Debug and Tracing - This turns on logging for Entry points into WSS--> <add key="WebSupportServer.KeyPoints" value="false" />
<!-- Session Infrastructure - This is the WSS Session timeout. Any session with no activity for this number of minutes is cleaned up on WSS -->
<add key="WebSupportServer.SessionStore.SessionTimeoutMinutes" value="20" />
<!-- Session Infrastructure - This is the WSS Global Cache timeout. After this number of minutes WSS will flush its cache causeing any access of global cache to be refreshed. Things like Folder Structure in the Contribution folders or Field Definitions are cached at WSS for efficiency. -->
<add key="WebSupportServer.SessionStore.GlobalCacheTimeoutMinutes" value="480" />
<!-- List Row Counts - These are the default row counts in the pages presented to the user -->
<add key="WebSupportServer.DefaultUserSetting.Content.PageRowCount" value="10" />
<add key="WebSupportServer.DefaultUserSetting.WSS.Logs.PageRowCount" value="50" />
<!-- Stellent Content Server Settings - This is the URL to the Content Server web services used by WSS -->
<add key="StellentContentServer.WebServiceConnectionUrl" value="http://cos-jjumper/stellentcs/idcplg" />
<!-- Stellent Content Server Settings - This is the System user used for Web Services User Proxy along with that password used for the user -->
<add key="Stellent.Scs.DirectServiceSupport.StellentRequest.Communication.
SystemUser" value="sysadmin" />
<add key="Stellent.Scs.WebServiceSupport.SystemUserName" value="sysadmin" />
<add key="Stellent.Scs.WebServiceSupport.SystemUserPassword" value="idc" />
<!-- Stellent Content Server Settings - This is the Content Server port used to comunicate through the socket layer to content server -->
<add key="Stellent.Scs.DirectServiceSupport.StellentRequest.Communication.
EndPoint" value="4444" />