Re: [Resin-interest] 3.1.3

2008-02-15 Thread Arthur Naylor
scott is there anything in the resin config that would enable to disable the url-regexp for servlet mappings ... ?? also ... how does the url-regexp affect the request attributes such as request URI ... On Feb 14, 2008, at 6:05 PM, Scott Ferguson wrote: On Feb 14, 2008, at 2:56 PM, A

Re: [Resin-interest] 3.1.3

2008-02-15 Thread Arthur Naylor
it's GET ... these seem to work ... but this does not ... and the log is has, File does not exist: /var/www/SITE/htdocs/style ... while the following mappings with regexp seem to work fine ... On Feb 14, 2008, at 7:42 PM, Knut Forkalsrud wrote: your http request, is it "GET /food/",

Re: [Resin-interest] 3.1.3

2008-02-14 Thread Knut Forkalsrud
your http request, is it "GET /food/", or is there more in the path, such as "GET /food/dinner.html". If so, you should have wildcards in the mapping, for example: servlet-name="Categories"/> -Knut Arthur Naylor wrote: servlet-name="Categories"/> does not work either On Feb 14, 2

Re: [Resin-interest] 3.1.3

2008-02-14 Thread Arthur Naylor
name="Categories"/> does not work either On Feb 14, 2008, at 6:55 PM, Knut Forkalsrud wrote: Arthur Naylor wrote: if i use the url-pattern such as in the following ... things work fine ... the servlet is called and the page is delivered ... if i try using the regexp as it in t

Re: [Resin-interest] 3.1.3

2008-02-14 Thread Knut Forkalsrud
Arthur Naylor wrote: if i use the url-pattern such as in the following ... things work fine ... the servlet is called and the page is delivered ... if i try using the regexp as it in the following ... the servlet is not called ... servlet-name="Categories"/> Spaces? Maybe

Re: [Resin-interest] 3.1.3

2008-02-14 Thread Arthur Naylor
if i use the url-pattern such as in the following ... things work fine ... the servlet is called and the page is delivered ... if i try using the regexp as it in the following ... the servlet is not called ... name="Categories"/> On Feb 14, 2008, at 6:05 PM, Scott Ferguson wro

Re: [Resin-interest] 3.1.3

2008-02-14 Thread Scott Ferguson
On Feb 14, 2008, at 2:56 PM, Arthur Naylor wrote: i cannot get the url-regexp in the servlet-mapping tag to work ... in the web.xml ... with 3.1.3 anybody have similar issues or suggestions Can you post an example which is failing? -- Scott thanks !! arthur _

[Resin-interest] 3.1.3

2008-02-14 Thread Arthur Naylor
i cannot get the url-regexp in the servlet-mapping tag to work ... in the web.xml ... with 3.1.3 anybody have similar issues or suggestions thanks !! arthur ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailma