On Wed, Aug 30, 2017 at 5:51 PM, James H. H. Lampert < jam...@touchtonecorp.com> wrote:
> I want to put Tomcat 8.5 on the box I've spent the past week configuring. > What my apt-get got me was Tomcat 8.0.14. > Can I get Tomcat 8.5 via an apt-get? If so, how? > The apt-cache command says that the backports repository has Tomcat 8.5.14. My mentally-lazy way to get everything I needed to install it looked as follows: apt-get install tomcat8=8.5.14-1~bpo8+1 tomcat8-common=8.5.14-1~bpo8+1 libtomcat8-java=8.5.14-1~bpo8+1 libecj-java=3.11.0-5~bpo8+1 > JHHL >