Last modified by uru on 2023/07/11 10:33

From version 3.1
edited by uru
on 2013/12/04 01:12
Change comment: There is no comment for this version
To version 2.1
edited by msp
on 2012/04/23 14:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,0 @@
1 -KWebS Server
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.uru
1 +XWiki.msp
Content
... ... @@ -1,11 +1,13 @@
1 +(% style="" %)
1 1  This section shows the options which are available for configuring the server of KWebS. The identifier of an option is followed by a default value, if it exists, and a description of valid assignments.
2 2  
4 +(% style="" %)
3 3  * **de.cau.cs.kieler.kwebs.jaxws.publishHttp**
4 4  ** Default value: **true**
5 5  ** Valid assignments: **true**, **false**
6 6  ** With this option you can define whether the service variant SOAP over HTTP is being published by the server.
7 7  * **de.cau.cs.kieler.kwebs.jaxws.httpAddress**
8 -** Default value: (% class="nolink" %)**http:~/~/localhost:9442/layout**
10 +** Default value: (% class="nolink" %)**http:~/~/localhost:8442/layout**
9 9  ** Valid assignments: An URL defining HTTP as protocol
10 10  ** With this option you define the address, port and context of the endpoint the server publishes the SOAP over HTTP service variant on.
11 11  * **de.cau.cs.kieler.kwebs.jaxws.publishHttps**
... ... @@ -13,7 +13,7 @@
13 13  ** Valid assignments: **true**, **false**
14 14  ** With this option you can define whether the service variant SOAP over HTTPS is being published by the server.
15 15  * **de.cau.cs.kieler.kwebs.jaxws.httpsAddress**
16 -** Default value: (% class="nolink" %)**http:~/~/localhost:9443/layout**
18 +** Default value: (% class="nolink" %)**http:~/~/localhost:8443/layout**
17 17  ** Valid assignments: An URL defining HTTPS as protocol
18 18  ** With this option you define the address, port and context of the endpoint the server publishes the SOAP over HTTPS service variant on.
19 19  * **de.cau.cs.kieler.kwebs.httpsKeystore.jks.path**
... ... @@ -24,6 +24,50 @@
24 24  ** Default value: **server**
25 25  ** Valid assignments: A string defining the password
26 26  ** With this option you define the password which the server requires to access the key store necessary for securing the HTTPS based SOAP service variant.
29 +* **de.cau.cs.kieler.kwebs.publishJeti**
30 +** Default value: **true**
31 +** Valid assignments: **true**, **false**
32 +** With this option you can define whether the jETI variant of the service is being published by the server.
33 +* **de.cau.cs.kieler.kwebs.jeti.provider.id**
34 +** Default value: **KIELERLAYOUT**
35 +** Valid assignments: A string defining the provider id
36 +** The server internally uses a lightweight version of the jETI tool server. With this option you can define his unique identifier.
37 +* **de.cau.cs.kieler.kwebs.jeti.sessions.timeout**
38 +** Default value: **300000**
39 +** Valid assignments: An integer
40 +** With this option you define the maximum time in milliseconds a jETI session may be inactive. After it's expiration the tool server dismisses an inactive session.
41 +* **de.cau.cs.kieler.kwebs.jeti.sessions.checkinterval**
42 +** Default value: **30000**
43 +** Valid assignments: An integer
44 +** With this option you define the interval in milliseconds, the jETI tool server checks for inactive sessions.
45 +* **de.cau.cs.kieler.kwebs.jeti.debug**
46 +** Default value: **false**
47 +** Valid assignments: **true**, **false**
48 +** With this option you define, wheter the internally used jETI tool server runs in debug mode or not.
49 +* **de.cau.cs.kieler.kwebs.jeti.toolxml**
50 +** Default value: **server/jeti/config/tools/tools.xml**
51 +** Valid assignments: A string defining a path
52 +** With this option you can define the path to the tool descriptor which is required by the internally used jETI tool server. Usage of this option is not advised, since there exists a strong coupling between the tool descriptor and the implementing tool class.
53 +* **de.cau.cs.kieler.kwebs.jeti.server.hostname**
54 +** Default value: **localhost**
55 +** Valid assignments: A string
56 +** This option defines the address, under which the server publishes the jETI service variant. It may declare an IP address or a concrete host name.
57 +* **de.cau.cs.kieler.kwebs.jeti.connector.sepp.port**
58 +** Default value: **9867**
59 +** Valid assignments: An integer
60 +** This option defines the port, under which the server publishes the jETI service variant.
61 +* **de.cau.cs.kieler.kwebs.jeti.sessions.folder**
62 +** Default value: **server/jeti/sessions**
63 +** Valid assignments: A string defining a path
64 +** This option defines the root path, in which the internally used jETI tool server places and manages the temporary session folders.
65 +* **de.cau.cs.kieler.kwebs.jeti.log4j.config**
66 +** Default value: **server/jeti/config/log4j/log4j.properties**
67 +** Valid assignments: A string defining a path
68 +** This option defines the path to the file containing the configuration for \emph{Log4J, the logger internally used by jETI.
69 +* **de.cau.cs.kieler.kwebs.jeti.logpath**
70 +** Default value: **server/jeti/logs/jeti.log**
71 +** Valid assignments: A string defining a path
72 +** This option defines the path to the log file the jETI tool server uses.
27 27  * **de.cau.cs.kieler.kwebs.server.poolsize**
28 28  ** Default value: **10**
29 29  ** Valid assignments: An integer
... ... @@ -53,7 +53,7 @@
53 53  ** Valid assignments: An integer
54 54  ** This option defines the timeout for OGDF-based layout in milliseconds.
55 55  * **de.cau.cs.kieler.kwebs.supportServerAddress**
56 -** Default value: (% class="nolink" %)**http:~/~/localhost:9444**
102 +** Default value: (% class="nolink" %)**http:~/~/localhost:8444**
57 57  ** Valid assignments: An URL defining HTTP as protocol
58 58  ** With this option you define the address and port of the endpoint, the server publishes the support server on.
59 59  * **de.cau.cs.kieler.kwebs.publishSupportServer**
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -885182
1 +8651414
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/885182/Configuration Options for the Server
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/8651414/Configuration Options for the Server