File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ of the sub-libraries:
22
22
---------------------------
23
23
24
24
1. Install "Java OpenJDK 8" by using the standard package management system of
25
- Ubuntu.
25
+ Ubuntu. (e.g. openjdk-8-jdk-headless)
26
26
2. Create a directory "openjdk-8" into this directory.
27
27
3. Locate the file "rt.jar" of "Java OpenJDK 8" on the disc. It typically
28
28
resides at location:
@@ -48,9 +48,11 @@ Alternative installation:
48
48
(2) Apache Tomcat 9
49
49
-------------------
50
50
51
- 1. Download Tomcat 9 from the web "http://tomcat.apache.org/download-90.cgi".
52
- You can try this direct link:
53
- http://mirrors.ukfast.co.uk/sites/ftp.apache.org/tomcat/tomcat-9/v9.0.0.M20/bin/apache-tomcat-9.0.0.M20.zip
51
+ 1. Download Tomcat 9 from:
52
+ http://tomcat.apache.org/download-90.cgi
53
+ Choose the core binary distribution in zip format. You can also use this
54
+ direct link (which may not be the most recent version):
55
+ http://archive.apache.org/dist/tomcat/tomcat-9/v9.0.0.M21/bin/apache-tomcat-9.0.0.M21.zip
54
56
2. Unpack the downloaded ZIP file into this directory and rename its root
55
57
directory to: apache-tomcat-9
56
58
You can’t perform that action at this time.
0 commit comments