Java Server Pages App in Tomcat
Getting ramped back up on Java is fun! With Hello World running at the command prompt, it’s time for a web version. I’d previously installed Tomcat 8 and verified it was functioning with a couple of the sample apps with the help of this tutorial. To start the web app, …