Skip to content

Commit 8779f8b

Browse files
Update links to fix "link not found" error
1 parent 58cf702 commit 8779f8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,20 +115,20 @@ tomcat::config::server::connector { 'tomcat7-ajp':
115115
116116
### I want to upgrade the version of Tomcat to use
117117

118-
See information about running multiple versions above. Instead of upgrading in-place, install a second version to a new directory and then point the `catalina_home` of your instance to it. This gives you the ability to validate and rollback if needed. After validation, you may remove the older instance if you'd like.
118+
See information about running multiple versions above. Instead of upgrading in-place, install a second version to a new directory and then point the `catalina_home` of your instance to it. This gives you the ability to validate and rollback if needed. After validation, you may remove the older instance if you'd like. The links can be updated in order to match programmer preferences:
119119

120120
```puppet
121121
class { 'java': }
122122
123123
tomcat::install { '/opt/tomcat/9.0.24':
124-
source_url => 'https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.24/bin/apache-tomcat-9.0.24.tar.gz'
124+
source_url => 'https://archive.apache.org/dist/tomcat/tomcat-9/v9.0.24/bin/apache-tomcat-9.0.24.tar.gz'
125125
}
126126
tomcat::install { '/opt/tomcat/9.0.44':
127-
source_url => 'https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.44/bin/apache-tomcat-9.0.44.tar.gz'
127+
source_url => 'https://www-us.apache.org/dist/tomcat/tomcat-9/v9.0.46/bin/apache-tomcat-9.0.46.tar.gz'
128128
}
129129
tomcat::instance { 'my_tomcat_app':
130130
# catalina_home => '/opt/tomcat/9.0.24',
131-
catalina_home => '/opt/tomcat/9.0.44',
131+
catalina_home => '/opt/tomcat/9.0.46',
132132
catalina_base => '/opt/my_tomcat_app',
133133
}
134134
```

0 commit comments

Comments
 (0)