| Author |
single tomcat server multiple domain names
|
Tad Dicks
Ranch Hand
Joined: Nov 16, 2004
Posts: 264
|
|
I have 3 different domain names pointed at the same ip address with tomcat running on it. Is there a way to have requests for domain name 1 go to one context(webapp) request for domain name 2 go to another and domain name 3 go to another? -Tad
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
Look at your server.xml file. You can create multiple hosts and set the domain for each.
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: single tomcat server multiple domain names
|
|
|