Re: running different versions of the same app

2008-02-17 Thread Pid
John Pedersen wrote: 'how easy do you need development to be?' How easy can it get? Yes, I can switch the css easy enough, but the changes are more than just styles. And I want to test the app with real customers. I don't want them using subdirectories. What I would like is webapps/version1/ <

Re: running different versions of the same app

2008-02-17 Thread John Pedersen
'how easy do you need development to be?' How easy can it get? Yes, I can switch the css easy enough, but the changes are more than just styles. And I want to test the app with real customers. I don't want them using subdirectories. What I would like is webapps/version1/

Re: running different versions of the same app

2008-02-17 Thread Pid
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

running different versions of the same app

2008-02-16 Thread John Pedersen
Hi, I want to experiment on using different styles and layouts in my pages. 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?