bootstrap.jar
Apache Tomcat 8 - Servlet and JSP engine -- common files
RUN apt-get update && \
apt-get install -y tomcat6-common
RUN apt-get update && \
apt-get install -y tomcat6-common
RUN pacman -S --noconfirm tomcat8
RUN apt-get update && \
apt-get install -y tomcat9-common
RUN yum install -y tomcat6
RUN dnf install -y tomcat-1
RUN apt-get update && \
apt-get install -y tomcat7-common