![]() |
|
Tomcat and Mod_JkTomcat is a project of the Apache Software Foundation. Tomcat is a fully functional web server that supports Java Server Pages, or JSP, as well as static html pages. JSP are dynamically generated web pages, typically written in Java. Tomcat is often used as a free standing web server, but Apache Httpd is considered to be faster and more full featured for serving static web pages. The Apache Software Foundation therefore offers a closely related project known as the Apache Tomcat Connector, or Mod_Jk, for the Apache module name. Mod_Jk allows Tomcat to generate dymamic JSP pages for an Apache Httpd website. Mod_Jk may also be used to connect the JBoss Application Server, which also supports Java JSP pages, to Apache Httpd. Howtos, Examples and ObservationsPrevent JSP page getting stuck in cache - JSP Refresh Interval Using pkcs#7 certificates with Apache and Tomcat - Apache, Tomcat and pkcs#7 certificates Tomcat SSL does not work after version 7 to version 8 upgrade - Tomcat SSL Hangs After Version 7 To 8 Upgrade Simple way to convert a pfx ssl certificate to jks - How to convert a pfx certificate to jks for Tomcat |
![]() |