I need to host a Java EE application on Apache Tomcat for my Capstone project what do I need
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
What you would need to do is to start by first installing JDK and Tomcat.
You can do that by following the steps here:
https://www.digitalocean.com/community/tutorials/how-to-install-apache-tomcat-8-on-ubuntu-16-04
Hope that this helps!
Best, Bobby