RE: I want to Redirect to a different app

2007-05-29 Thread Caldarale, Charles R
> From: Roger Parkinson [mailto:[EMAIL PROTECTED] > Subject: I want to Redirect to a different app > > I want these requests to invoke Demo, not a second instance > of Demo called Testapp, but actually Demo itself. Deploy a simple Testapp webapp that does nothing but forward r

I want to Redirect to a different app

2007-05-29 Thread Roger Parkinson
I have an app running in Tomcat and it works fine. Let's say it is called Demo. I want to leave that instance of the app running just as it is. But I want to be able to do this: http://www.mydomain.com/Testapp Testapp does not exist. I want these requests to invoke Demo, not a second instance