You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,10 @@ It is written in Java, and the solution consists of two standalone applications:
17
17
* JRE 8 for V1.6.x releases of Wilma
18
18
* JRE 7 in case version earlier than V1.6.x in use
19
19
* The latest [release](https://github.com/epam/Wilma/releases) of Wilma application downloaded and extracted into a folder.
20
-
### Note on V1.6 and V2.0 versions
20
+
####Note on V1.6 and V2.0 versions
21
21
Please be noted that there were non-backward compatible changes when Wilma is upgraded from V1.6 to V2.0. Configurations used in V1.6 (that was xml based) cannot be used for configuring V2.0 (which is json based). You should also know that V1.6 release works reliable with HTTP only, because the supported HTTPS protocols (SSLv3, TLS1) become obsolete in the meantime. On the other hand, V2.0 can be used for TLS1.1, TLS 1.2 and even for TLS1.3 - however extra configurations may be necessary and unexpected events may occur (like the used jdk does not support some of these protocols fully). HTTP part shall work without issue.
22
22
23
-
####Configuring Components/Services to use Wilma
23
+
### Configuring Components/Services to use Wilma
24
24
The most simple way to do this is by configuring the Component/Service to use Wilma **as HTTP(S) proxy**.
25
25
In case of Java components/services, this can be done by adding a few VM arguments to the run configuration:
To run Wilma with simplest configuration, just download the release, extract it and run:
35
35
`java -jar wilma-x.y.z.jar wilma.conf.properties`
@@ -58,7 +58,7 @@ Feel free to seek for assistance/advise, or discuss usage scenarios by submittin
58
58
***Docker image** of combined Wilma and Wilma Message Search application is available on DockerHub, see details [here](https://github.com/epam/Wilma/wiki/Docker-image-of-Wilma)
59
59
60
60
#### Requirements
61
-
* JDK 11 (pls use earlier Wilma [releases](https://github.com/epam/Wilma/releases) than V2.0.x when you need to use Java 8 version)
61
+
* JDK 15 (pls use earlier Wilma [releases](https://github.com/epam/Wilma/releases) than V2.0.x when you need to use Java 8 version)
62
62
* The latest [release](https://github.com/epam/Wilma/releases) of Wilma Message Search application downloaded and extracted into a folder.
63
63
64
64
#### Running
@@ -72,7 +72,7 @@ There are several ways you can help us:
72
72
***Write some code.** We would love to see pull requests to this tool. Feel free to contribute (send pull request) on GitHub.
0 commit comments