Why do some setups front-end Glassfish with Apache? -


I am trying to mess about glassfish and the one thing that is going to come is "how" on the front Glassfish with Apache Unfortunately, I have not found any such details so why do you want to do this!

By my use, the glassfish looks like a fully featured web server-type service; But I'm missing a lot. So, there is an idea to integrate it with an existing solution of Android facing front of glassfish, or to provide additional benefits in front-ending (pure Java environment)?

This is usually used to speed things up because Apache is a very fast web server , So it is used to provide stable content. Like images, css files and so on. Glassfish serves dynamic content (servlets, JSPs) in this scenario.


Comments