Re: Re: re servlet mapping question

2008-02-29 Thread TA
Mitch and Thierry thank you both very much, I understand now and got it working.

RE: Re: re servlet mapping question

2008-02-29 Thread Mitch Stewart
Ted, You do not want to duplicate the servlet mappings with Router URL attachments, as that will only work with "double" URLs. So in your example your URL would have to be: http://localhost/testServlet/dog/testServlet/dog This is assuming that you are installing your webapp under /ROOT (for Tomc