Re: Mapping a servlet to the application's context root results in IAE

2012-06-05 Thread Terence M. Bandoian
On 1:59 PM, Violeta Georgieva wrote: Here it is: https://issues.apache.org/bugzilla/show_bug.cgi?id=53356 Thanks Violeta 2012/6/4 Mark Thomas On 04/06/2012 19:25, Violeta Georgieva wrote: Hi, I'm using Tomcat 7.0.27. I have an application and I want to map my servlet to the application's

Re: Mapping a servlet to the application's context root results in IAE

2012-06-04 Thread Violeta Georgieva
Here it is: https://issues.apache.org/bugzilla/show_bug.cgi?id=53356 Thanks Violeta 2012/6/4 Mark Thomas > On 04/06/2012 19:25, Violeta Georgieva wrote: > > Hi, > > > > I'm using Tomcat 7.0.27. > > > > I have an application and I want to map my servlet to the application's > > context root, but

Re: Mapping a servlet to the application's context root results in IAE

2012-06-04 Thread Mark Thomas
On 04/06/2012 19:25, Violeta Georgieva wrote: > Hi, > > I'm using Tomcat 7.0.27. > > I have an application and I want to map my servlet to the application's > context root, but I do not want to override the "/" mapping for the > "default" servlet. > > It is specified in the Servlet spec that the