John Pedersen wrote:
Hi,

I want to experiment on using different styles and layouts in my pages.

use a javascript CSS style switcher, or select a different CSS sheet based on a URL parameter.

In order to get www.appName.com pointing at my app, I have had to put the
app into the ROOT folder of tomcat. Is there a way to have several different
versions of my app in Tomcat, and easily switch from one to the other?

put the app into another folder, alongside the ROOT one.

webapps/ROOT/        maps to -> www.appName.com/
webapps/version1/    maps to -> www.appName.com/version1
webapps/version2/    maps to -> www.appName.com/version2
webapps/version3/    maps to -> www.appName.com/version3


how easy do you need development to be?


p



Thanks,

John Pedersen



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to