How to Publish Multiple Websites Using a Single Tomcat Web Application

by Vivek Gite · 0 comments

This is nifty way to publish multiple websites using a single tomcat application.

While the idea of mapping several names onto one Apache instance with VirtualHost directives is well known, what do you do when you are serving web apps with Tomcat? Satya Komatineni has both the code and the configs that you'll need to make this work.

FTA, "Knowledge Folders is a web application that holds and displays content for multiple users. I had been wondering if I could expose the content from this single web application as multiple websites with their own domain names. Could I use virtual hosts to do this? Or would I need to use reverse proxies? How and where would I register domain names? What entries would I need to make in Tomcat configuration files? How would I handle emails for these independent domains? What else would I need to do in my web application? What would the end result look like?"

Read more at onjava.com...

Featured Articles:

Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post:

Next post: