Re: tomcat 7 and context (migrating from 5.0)

2010-12-13 Thread Mark Thomas
On 13/12/2010 14:03, Jeremy Monnet wrote: > On Mon, Dec 13, 2010 at 2:47 PM, Caldarale, Charles R > wrote: >>> I just have a process that generate a MYAPP.war (upper case) >> >> So fix your broken process so it generates the correct name. > :-) > >> >> If you insist on using a webapp name that do

Re: tomcat 7 and context (migrating from 5.0)

2010-12-13 Thread Jeremy Monnet
On Mon, Dec 13, 2010 at 2:47 PM, Caldarale, Charles R wrote: >> I just have a process that generate a MYAPP.war (upper case) > > So fix your broken process so it generates the correct name. :-) > > If you insist on using a webapp name that doesn't match the expected URL, > then you must keep the

RE: tomcat 7 and context (migrating from 5.0)

2010-12-13 Thread Caldarale, Charles R
> From: Jeremy Monnet [mailto:jmon...@gmail.com] > Subject: Re: tomcat 7 and context (migrating from 5.0) > I tried that. The URL is still upper case ? As it should be. > I just have a process that generate a MYAPP.war (upper case) So fix your broken process so it generates the

Re: tomcat 7 and context (migrating from 5.0)

2010-12-13 Thread Jeremy Monnet
On Mon, Dec 13, 2010 at 2:07 PM, Mark Thomas wrote: > On 13/12/2010 13:02, Jeremy Monnet wrote: >> Hi, >> >> I try since last friday to use a context file on tomcat 7, without any >> success. >> >> I have a webapp running on an old tomcat 5.0, and i want to migrate it >> to a brand new tomcat 7.0

Re: tomcat 7 and context (migrating from 5.0)

2010-12-13 Thread Mark Thomas
On 13/12/2010 13:02, Jeremy Monnet wrote: > Hi, > > I try since last friday to use a context file on tomcat 7, without any > success. > > I have a webapp running on an old tomcat 5.0, and i want to migrate it > to a brand new tomcat 7.0. The old tomcat was configured with a > Catalina/localhost/

tomcat 7 and context (migrating from 5.0)

2010-12-13 Thread Jeremy Monnet
Hi, I try since last friday to use a context file on tomcat 7, without any success. I have a webapp running on an old tomcat 5.0, and i want to migrate it to a brand new tomcat 7.0. The old tomcat was configured with a Catalina/localhost/myapp.xml which provides a URL like http://localhost:8080/m