How can one have multiple discreet web apps running from Tomcat, each with its own URL?
I wrote to ask this question a week ago and I recieved a response saying that seperate connectors must be setup, each to listen to specific IPs. And that <host> nodes must be setup for each discreet webapp, each containing a <context> node. BUT, I do not see how the two connect. I mean, so the host defines a webapp. And, a connector listens to an IP.... but how do you (or do you?) connect a connector to a host? How does tomcat know which IP/URL maps to which host/webapp? The documentation has only confused me more ... if anyone would be kind enough to explain this to me, I would greatly appreciate it. :) Thanks. Neal -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>