RE: Getting Tomcat server to discriminate between domains

2008-03-07 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: Getting Tomcat server to discriminate between domains > > In other words, I want people accessing my web site through > my IP address (rather than through the domain name) to always > end up on a certain web p

Getting Tomcat server to discriminate between domains

2008-03-07 Thread deioz
Hi, I have Apache Tomcat 5.5 installed on my box and serving requests from mydomainname.com I run several applications on this server, each with its own The URL http://mydomainname.com/A/ takes the user to application A The URL http://mydomainname.com/B/ takes the user to application B and