I'm setting up a Mac OS X Server (10.5) machine, and that will include setting up Tomcat. The machine will be the host for at least two different domain names -- let's say myapp.example.com and myapp.anotherexample.com -- each of which will need to be hooked up to a different servlet. In other words, HTTP requests to http://myapp.example.com/ should get routed to the myappexample servlet, and HTTP requests to http://myapp.anotherexample.com/ should get routed to the myappanotherexample servlet.
How do I do this? I've looked for a guide or tutorial but I haven't found anything. If you aren't sure how Mac OS X Server 10.5 works, that's okay; I'm willing to settle for a more general tutorial about setting up just the Tomcat side of things! T -- "A good programmer is someone who always looks both ways before crossing a one-way street." -- Doug Linder --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org