Servers
https://www.youtube.com/watch?v=Nu-18s6EeM8 https://www.youtube.com/watch?v=ATObcDPLa40 https://www.javatpoint.com/server-web-vs-application What is Tomcat? Apache Tomcat is an open-source web server and servlet container for rendering Java Server Pages (JSPs) and executing servlets. Web applications can be deployed to a Tomcat server using WAR files (Java web archive files). Tomcat does not support the full EE stack and will not deploy EAR files. If you don’t have a place to run your Tomcat yet, you can check out JavaPipe’s Java web hosting offers and see if that’s what you’re looking for. For now let’s proceed on how to setup your own Tomcat container. https://stackoverflow.com/questions/29397202/does-glassfish-server-consist-of-a-webserver-also Does Glassfish server consist of a webserver also? 1 According to the defintions I have read a web server is something which can serve http requests (e.g Apache). A web co...