So, I assume I put a <context> tag inside each <host> tag, each pointing to the same codebase? Also, if I need a different instance for every single Host, is there a way around this with a new version of tomcat?
-----Original Message----- From: Cox, Charlie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 3:01 PM To: 'Tomcat Users List' Subject: RE: Can I have all virtual hosts share one context on tomcat 3.2.4? you can, but they will have different instances of your code for each virtual host. Charlie > -----Original Message----- > From: Brandon Cruz [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 15, 2002 1:11 PM > To: Tomcat Users List > Subject: Can I have all virtual hosts share one context on > tomcat 3.2.4? > > > Is it possible with tomcat 3.2.4 to have all virtual hosts share one > context. I want them to all share one web application. Is > this possible? > > Brandon > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
