RE: Tomcat mapping of URLs -> servlets

2008-12-03 Thread Caldarale, Charles R
> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat mapping of URLs -> servlets > > Except if there was, for /foo/bar, an appropriate element, > inside a foo#bar.xml file, itself located under > (tomcat_base)/conf/Catalina/(hostname)/ Or an [appBase]/foo

Re: Tomcat mapping of URLs -> servlets

2008-12-03 Thread Mark Thomas
André Warnier wrote: > Caldarale, Charles R wrote: >>> From: André Warnier [mailto:[EMAIL PROTECTED] >>> Subject: Re: Tomcat mapping of URLs -> servlets >>> >>> At deployment time thus (in my hypothetical case above when >>> Tomcat starts and fin

Re: Tomcat mapping of URLs -> servlets

2008-12-03 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat mapping of URLs -> servlets At deployment time thus (in my hypothetical case above when Tomcat starts and finds a such webapps top dir), does it recursively go through the webapp dirs and subdirs,

RE: Tomcat mapping of URLs -> servlets

2008-12-03 Thread Caldarale, Charles R
> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat mapping of URLs -> servlets > > At deployment time thus (in my hypothetical case above when > Tomcat starts and finds a such webapps top dir), does it > recursively go through the webapp dirs and subdirs, t

Re: Tomcat mapping of URLs -> servlets

2008-12-03 Thread André Warnier
Mark Thomas wrote: André Warnier wrote: Mark Thomas wrote: André Warnier wrote: Then I guess I have (at least) 2 webapps : a "/foo" webapp, and a "/foo/bar" webapp. Now a request comes in with the url "/foo/bar/baz/various.jsp" How does Tomcat determine that /foo/bar/baz is not itself a weba

Re: [OT] Tomcat mapping of URLs -> servlets

2008-12-03 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat mapping of URLs -> servlets I was using Firefox 2.0.0.15, on a Windows XP station. Hmmm... I haven't used Firefox 2 in a very long time - not since Firefox 3 was in beta. ht

RE: Tomcat mapping of URLs -> servlets

2008-12-03 Thread Caldarale, Charles R
> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat mapping of URLs -> servlets > > I was using Firefox 2.0.0.15, on a Windows XP station. Hmmm... I haven't used Firefox 2 in a very long time - not since Firefox 3 was in beta. > http___cds-esd.sun.com_

Re: Tomcat mapping of URLs -> servlets

2008-12-03 Thread Mark Thomas
André Warnier wrote: > Mark Thomas wrote: >> André Warnier wrote: >>> Then I guess I have (at least) 2 webapps : a "/foo" webapp, and a >>> "/foo/bar" webapp. >>> >>> Now a request comes in with the url "/foo/bar/baz/various.jsp" >>> >>> How does Tomcat determine that /foo/bar/baz is not itself a w

Re: Tomcat mapping of URLs -> servlets

2008-12-03 Thread André Warnier
Mark Thomas wrote: André Warnier wrote: Then I guess I have (at least) 2 webapps : a "/foo" webapp, and a "/foo/bar" webapp. Now a request comes in with the url "/foo/bar/baz/various.jsp" How does Tomcat determine that /foo/bar/baz is not itself a webapp, but merely a sub-dir of webapp "/foo/b

Re: Tomcat mapping of URLs -> servlets

2008-12-03 Thread André Warnier
Caldarale, Charles R wrote: [...] Forgot to add : mine is an Official Firefox, running on an Official Windows XP. ;-) - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: Tomcat mapping of URLs -> servlets

2008-12-03 Thread André Warnier
Caldarale, Charles R wrote: From: Caldarale, Charles R Subject: RE: Tomcat mapping of URLs -> servlets Note that the "servlet-2_5-mrel2-spec.pdf" button cannot be right-clicked and processed with "Save As" I was mistaken; you can do a right-click and "Save As"

Re: Tomcat mapping of URLs -> servlets

2008-12-03 Thread Mark Thomas
André Warnier wrote: > Then I guess I have (at least) 2 webapps : a "/foo" webapp, and a > "/foo/bar" webapp. > > Now a request comes in with the url "/foo/bar/baz/various.jsp" > > How does Tomcat determine that /foo/bar/baz is not itself a webapp, but > merely a sub-dir of webapp "/foo/bar" ? T

Re: Tomcat mapping of URLs -> servlets

2008-12-03 Thread André Warnier
Markus Schönhaber wrote: André Warnier: It appears anyway that my previous attempted logic was quite wrong. But I still find the spec quite confusing. There is some kind of mixture between "servlet" and "web application" that is not very clear, at least to me. As I understand it now, there

RE: Tomcat mapping of URLs -> servlets

2008-12-03 Thread Caldarale, Charles R
> From: Caldarale, Charles R > Subject: RE: Tomcat mapping of URLs -> servlets > > Note that the "servlet-2_5-mrel2-spec.pdf" button cannot be > right-clicked and processed with "Save As" I was mistaken; you can do a right-click and "Save As", with

RE: Tomcat mapping of URLs -> servlets

2008-12-03 Thread Caldarale, Charles R
> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat mapping of URLs -> servlets > > Even when you get there though, it is still difficult to download this > thing. The proposed filename is not a valid path and must be changed.. What browser and platform ar

Re: Tomcat mapping of URLs -> servlets

2008-12-03 Thread Markus Schönhaber
André Warnier: > It appears anyway that my previous attempted logic was quite wrong. > But I still find the spec quite confusing. There is some kind of > mixture between "servlet" and "web application" that is not very clear, > at least to me. > > As I understand it now, there are 2 steps : >

Re: Tomcat mapping of URLs -> servlets

2008-12-03 Thread André Warnier
Markus Schönhaber wrote: André Warnier: I have tried to download and find this in the Servlet 2.5 Specification, but I seem to get a series of html pages describing the API, without telling me much about the general principles. Yep, for some reason unknown to me it's unnecessarily difficult

Re: Tomcat mapping of URLs -> servlets

2008-12-03 Thread Markus Schönhaber
André Warnier: > I have tried to download and find this in the Servlet 2.5 Specification, > but I seem to get a series of html pages describing the API, without > telling me much about the general principles. Yep, for some reason unknown to me it's unnecessarily difficult to find the PDF with t

Tomcat mapping of URLs -> servlets

2008-12-03 Thread André Warnier
Hi. This is a beginner-like question. I have tried to download and find this in the Servlet 2.5 Specification, but I seem to get a series of html pages describing the API, without telling me much about the general principles. So just in case this is not nicely explained in English in the spec