Changes

View Cache Launcher

145 bytes added, 12:34, 17 December 2024
{| class="wikitable" | width = "100%"
|-
! Attribute!!Purpose!!Optional!!Obsolete (since V4.8+)
|-
| '''Protocol'''|| choose your wanted transport-protocol (https, http) || ||
|-
| '''Url'''|| URL of the webserver || ||
|-
| '''Port'''|| port which is assigned to the webserver || ||
|-
| '''Path'''|| specify the path where the CONTENT webservice is placed || ||
|-
| '''App'''|| application name of your use-case|| ||
|-
| '''Context'''|| context name of your use-case|| ||
|-
| '''TriggerInterval'''|| specify the interval in seconds how often a viewcache rebuild is triggered || ||
|-
| '''OfflineCheckInterval'''|| specify the interval in seconds how often the server-status is checked ||||
|-
| '''Inactive'''|| possibility to configure a timespan in which no rebuild is triggered (from;to) in (hh:mm;hh:mm) || X||
|-
| '''LogPath'''|| specify the path where your logs should be placed || ||
|-
| '''USAMUrl'''|| Webserver URL of the USAM || || X
|-
| '''USAMPort'''|| port which is assigned to the USAM webserver || || X
|-
| '''USAMProtocol'''|| choose your wanted transport-protocol (https, http) || || X
|-
| '''USAMPath'''|| specify the path where the USAM webservice is placed || || X
|-
| '''USAMLogin'''|| specify the login name which is used for triggering the viewcache build || || X
|-
| '''USAMPwd'''|| specify the password which is used for triggering the viewcache build|| || X
|-
| '''USAMDeviceName'''|| specify the device name which is used for triggering the viewcache build || || X
|-|-
| '''PushUrl'''|| Webserver URL of the PUSH || X || X
|-
| '''PushPort'''|| port which is assigned to the PUSH webserver || X || X
|-
| '''PushProtocol'''|| choose your wanted transport-protocol (https, http) || X || X
|-
| '''PushPath'''|| specify the path where the PUSH webservice is placed || X || X
|-
| '''Action'''|| Two options: ''ViewCacheUpdate'' (default value if the parameter is not set specifically); ''GetContent'' (can update one specific content object via an UID set with the Content parameter) || X ||
|-
| '''Content'''|| UID of a content object || X ||
|}
</startup>
<appSettings>
<add key="Protocol" value="yourWantedTransportProtocolhttps"/> <add key="Url" value="yourServerName127.0.0.1"/> <add key="Port" value="yourServerPort443"/> <add key="Path" value="yourServerPathUBIKService/CONTENT"/> <add key="App" value="yourApplicationNameAPP_01"/> <add key="Context" value="yourContextNameCXT_01"/> <add key="TriggerInterval" value="yourTriggerInterval3000" /> <add key="OfflineCheckInterval" value="yourCheckingInterval64" /> <add key ="InactiveLogPath" value = "01C:45;05:15"/> <add key="LogPath" value="yourLogPath\UBIK\VCL\log\log.txt"/> <add key="USAMUrl" value="yourUSAMServerName"/> <add key="USAMPort" value="yourUSAMServerPort"/> <add key="USAMProtocol" value="yourWantedTransportProtocol"/> <add key="USAMPath" value="yourUSAMServerPath"/> <add key="USAMLogin" value="yourLoginName"/> <add key="USAMPwd" value="yourLoginPassword"/> <add key="USAMDeviceName" value="yourDeviceName"/>
</appSettings>
</configuration>

Help improve this page!