RE: webapp servlet vers web services

2011-04-27 Thread Martin Gainty
t obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: robert.jen...@surecomp.com > To: users@tomcat.apache.org > Date: Wed, 27 Apr 2011 20:02:22 +0300 > Subject: we

RE: webapp servlet vers web services

2011-04-27 Thread Caldarale, Charles R
> From: Calum [mailto:cal...@gmail.com] > Subject: Re: webapp servlet vers web services > On 27 April 2011 18:02, wrote: > >   > >    InitServlet > >    / > >   > > > If I understand spec correctly and this being the only mapping, > it will become t

Re: webapp servlet vers web services

2011-04-27 Thread Calum
On 27 April 2011 18:02, wrote: > >   >    InitServlet >    / >   > > If I understand spec correctly and this being the only mapping, it will > become the default and all requests will be routed to the servlet. No - I think it would have to be /* > I also have a bunch of web services which when

webapp servlet vers web services

2011-04-27 Thread Robert.Jenkin
Hi all, Not sure where to direct this question.. I thought I try here... In a webapp you have a servlet where by means of servlet mapping we can direct all traffic, example InitServlet / If I understand spec correctly and this being the only mapping, it will become the default a