I have multiple sites (different domain names) being hosted through an apache server. All of the sites have one servlet each mapped to the '/' url pattern(default handling). I am done configuring the first one through apache-tomcat by setting the root content handler. How do I configure the second one. I will add it to the apache httpd.conf using virtual host, but how do I make the servlet a default handler for tomcat, since the servlet for the first website is already registered in the root-context. Let me know your suggestions. Thanks,
Chirag Shah
Greenhorn
Joined: May 02, 2001
Posts: 9
posted
0
suggestions???
Andy Deighton
Ranch Hand
Joined: Apr 01, 2003
Posts: 39
posted
0
I've only done this sort of thing in a Tomcat-only environment..