When Java developers start talking about application servers, Tomcat is often thrown into the mix. After all, it’s one of the most popular options for lightweight development scenarios, and in many ...
Like other Java enterprise tools, Tomcat has migrated from the original Java EE specification to Jakarta EE. Tomcat 9 and earlier were based on Java EE; Tomcat 10 and later are based on Jakarta EE.
Hosting multiple Java Web-enabled applications with Apache/SSL in combination with Tomcat is potentially highly detailed. Separating the dynamic from the static content requires URL rewriting and ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Community driven content discussing all aspects of software development from DevOps to design patterns. The portal server isn’t dead, despite the ongoing consensus within the Java community that the ...
In a previous article, I discussed Apache Tomcat, which is the ideal way to run Java applications from your server. I explained that you can run those apps from Tomcat's default 8080 port, or you can ...