I'm creating a web application where I want to define each region
(Development, User Acceptance Testing, and Production) as separate contexts. 
Ultimately, clients will use www.mycompany.com/production/index.jsp to
access my web application.

While designing this application, I would like the ability to serve multiple
application versions within the same context.  This would allow me the
flexibility to control access to a new release.  Is there a way within
Tomcat to manage multiple applications within the same context allowing me
to direct Company A to www.mycompany.com/production/1.0/index.jsp and
Company B to www.mycompany.com/production/1.1/index.jsp?

I was thinking of creating this functionality through a database using the
usersession to determine which application version to serve.  I've read
Tomcat documentation and haven't found a definite answer, but I'm relatively
new to configuring Tomcat 6.0.18.  I don't want to recreate this
functionality if Tomcat already has it available.

Thank you in advance for your help.

Brandon
-- 
View this message in context: 
http://www.nabble.com/Serving-Multiple-Application-Versions-within-the-same-Context-tp22715207p22715207.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to