Skip to content

Roy Tutorials

Technical… Theoretical… Practical…

  • Home
  • FAQs
  • About Me
  • Home
  • Apache

Tag: Apache

Introduction We will see here how to configure mod_jk with Apache http and Tomcat servers. The Apache Tomcat connector allows to use the Apache httpd server as a front-end for Apache Tomcat applications. To run Tomcat and Apache together, Apache needs to load a “adapter” module, which uses a certain protocol, such as Apache JServ…

3 Comments on How to configure mod_jk with Apache http and Tomcat servers
Posted in Server

How to configure mod_jk with Apache http and Tomcat servers

This tutorial will show you how to configure Tomcat Load Balancing with Apache webserver (http server) using Mod Proxy. I have listed here the following steps on how to configure Apache with Tomcat to configure Load Balancer using Mod Proxy. Having load-balanced is always recommended in production environment for better availability and performance of your…

Leave a Comment on Tomcat load balancing with Apache using mod proxy
Posted in Server Spring Boot

Tomcat load balancing with Apache using mod proxy

In my previous tutorials I have shown how to create a Spring Boot MVC application, here I will show you how to create an AJAX based Spring Boot MVC application with Tiles. What is Tiles (https://tiles.apache.org/) A free open-sourced templating framework for modern Java applications. Based upon the Composite pattern it is built to simplify…

Leave a Comment on Spring Boot MVC with Tiles and AJAX
Posted in AJAX Spring Boot Spring MVC

Spring Boot MVC with Tiles and AJAX

Categories

Copyright © 2014 - 2022 Roy Tutorials

Privacy | Terms & Conditions