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: cc-artifacts/MITREid Connect Preparative Procedures.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,10 @@ NOTE: Refer to https://maven.apache.org/download.cgi for the latest version of M
15
15
4. Confirm addition by running ```mvn -v```
16
16
## Install Apache Ant
17
17
1. Download tarball using ```wget https://dlcdn.apache.org//ant/binaries/apache-ant-1.9.16-bin.tar.gz```
18
-
2. Extract the distribution using ```tar xzvf apache-ant-1.9.16-bin.tar.gz```
19
-
3. Add the ```bin``` directory of the created directory ```apache-ant-1.9.16``` to the ```PATH``` environment variable by adding ```export PATH="<PATH_TO_EXTRACT>/ant-1.9.16/bin:<PATH_TO_EXTRACT>/apache-maven-3.8.7/bin:$PATH``` to ```~/bash.rc``` and executing ```source ~/.bashrc```
20
-
4. Create environmental variable ANT_HOME to <PATH_TO_EXTRACT>/apache-ant-1.9.16/ by adding ```export ANT_HOME=<PATH_TO_EXTRACT>/apache-ant-1.9.16/``` to .bashrc
18
+
2. Extract the distribution using ```tar xzvf apache-ant-1.10.13-bin.tar.gz```
19
+
3. Add the ```bin``` directory of the created directory ```apache-ant-1.10.13``` to the ```PATH``` environment variable by adding ```export PATH="<PATH_TO_EXTRACT>/apache-ant-1.10.13/bin:<PATH_TO_EXTRACT>/apache-maven-3.8.7/bin:$PATH``` to ```~/bash.rc``` and executing ```source ~/.bashrc```
20
+
4. Create environmental variable ANT_HOME to <PATH_TO_EXTRACT>/apache-ant-1.10.13/ by adding ```export ANT_HOME=<PATH_TO_EXTRACT>/apache-ant-1.10.13/``` to .bashrc
21
+
5. Confirm installation using ```ant -version```
21
22
22
23
## Install Apache Tomcat
23
24
@@ -26,9 +27,8 @@ NOTE: Refer to https://maven.apache.org/download.cgi for the latest version of M
2. Download Tomcat using ```wget https://dlcdn.apache.org/tomcat/tomcat-8/v8.5.84/bin/apache-tomcat-8.5.84.tar.gz```
30
-
3. Extract Tomcat using ```tar xzvf apache-tomcat-8.5.84.tar.gz```
31
-
4. Build Tomcat using Apache Ant
30
+
2. Download Tomcat using ```git clone https://github.com/apache/tomcat.git```
31
+
3. Build Tomcat using Apache Ant
32
32
```
33
33
# cd apache-tomcat-8.5.84
34
34
# ant
@@ -41,7 +41,7 @@ Gor testing purposes, self-signed certificates can be used, but it is suggested
41
41
1. Install nginx with ```sudo apt-get install nginx```
42
42
2. Create an intial configuration file the definition for the tomcat server in nginx (note: in this instance, mitre-connect.corp.viden.com is used as an example. Subsitute with your domain)
0 commit comments