Re: Changing embedded Tomcat from v6 to v7 causes InitialContext lookup to fail

2011-05-04 Thread Andrew Brock
Ah, that was it - thanks. Andrew On 3 May 2011 21:57, Andrew Brock wrote: > -- Forwarded message -- > From: Mark Thomas > Date: 3 May 2011 21:51 > Subject: Re: Changing embedded Tomcat from v6 to v7 causes > InitialContext lookup to fail > To: Tomcat Users Li

Re: Changing embedded Tomcat from v6 to v7 causes InitialContext lookup to fail

2011-05-03 Thread Mark Thomas
On 03/05/2011 12:54, Andrew Brock wrote: > (Note: this question is also on StackExchange at > http://stackoverflow.com/questions/5866237/) > > I'm using JUnit test cases to exercise my web service using embedded > Tomcat. Under Tomcat 6 everything was working fine, but when I > switched my project

Changing embedded Tomcat from v6 to v7 causes InitialContext lookup to fail

2011-05-03 Thread Andrew Brock
(Note: this question is also on StackExchange at http://stackoverflow.com/questions/5866237/) I'm using JUnit test cases to exercise my web service using embedded Tomcat. Under Tomcat 6 everything was working fine, but when I switched my project to Tomcat 7 I'm coming unstuck. The code I was usin