Re: [programmazione] Re: Tomcat Newbie

2008-08-01 Thread Luca Cicale
If you can use the root application create a dev directory into ROOT or create a new context named dev Bye Luca -- From: "Mr Junior" <[EMAIL PROTECTED]> Sent: Thursday, July 31, 2008 9:45 PM To: Subject: [programmazione] Re: To

Re: Tomcat Newbie

2008-08-01 Thread David Smith
Just create a folder named dev in tomcat's webapps directory and put your redirect page in there. You won't need the xml file unless you are defining database pools and/or other resources. If the redirect page is a jsp, you will have to go further, creating a WEB-INF folder in the dev folder

Re: Tomcat Newbie

2008-07-31 Thread Mr Junior
I need dev to have its own context root. The only file I will have in /dev will be a redirect to the arsys webapp, so i don't need a totally new webapp. I just need to be able to have an http:///dev instead of http:///arsys/dev. Thanks Alessandro Ferrucci-3 wrote: > > This sounds like you're

Re: Tomcat Newbie

2008-07-31 Thread Alessandro Ferrucci
This sounds like you're simply trying to deploy another webapp with the context root of /dev. Am I mistaken? or do you want to put a folder inside the arsys webapp called dev, but want dev to have its own context root? Please explain in more detail. -- Signed, Alessandro Ferrucci Does your we