File tree Expand file tree Collapse file tree 4 files changed +179
-131
lines changed
els-for-applications/apache-tomcat
els-for-libraries/apache-tomcat Expand file tree Collapse file tree 4 files changed +179
-131
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,11 @@ const techData = [
114114 versions: " 2.4.8" ,
115115 link: " ./apache-spark/" ,
116116 },
117+ {
118+ name: " Apache Tomcat" ,
119+ versions: " 8.5.100 | 9.0.75 | 9.0.83" ,
120+ link: " ./apache-tomcat/" ,
121+ },
117122 {
118123 name: " Okio" ,
119124 versions: " 2.8.0" ,
Original file line number Diff line number Diff line change @@ -128,6 +128,10 @@ export default {
128128 path : '/els-for-libraries/apache-spark/' ,
129129 icon : '/images/apache-spark.webp' ,
130130 } ,
131+ {
132+ path : '/els-for-libraries/apache-tomcat/' ,
133+ icon : '/images/tomcat.webp' ,
134+ } ,
131135 {
132136 path : '/els-for-libraries/apache-kafka/' ,
133137 icon : '/images/apache-kafka.webp' ,
You can’t perform that action at this time.
0 commit comments