: Tim Funk [mailto:[EMAIL PROTECTED]
Sent: Friday, June 09, 2006 9:53 AM
To: Tomcat Users List
Subject: Re: Servlet on FileTypes
*.do goes to struts.
Then struts does the appropriate re-mapping to the correct action.
-Tim
Tim Lucia wrote:
> Are you sure? How would Struts handle modules w
.do, etc., all stemming from the single *.do
mapping to the action servlet.
Tim
-Original Message-
From: Kenneth Østby [mailto:[EMAIL PROTECTED]
Sent: Friday, June 09, 2006 8:54 AM
To: Tomcat Users List
Subject: Re: Servlet on FileTypes
On 6/9/06, Parsons Technical Services <[EM
: Kenneth Østby [mailto:[EMAIL PROTECTED]
Sent: Friday, June 09, 2006 8:54 AM
To: Tomcat Users List
Subject: Re: Servlet on FileTypes
On 6/9/06, Parsons Technical Services <[EMAIL PROTECTED]>
wrote:
>
> Try just using *.page only.
That will only work on /*.page, not in e
On 6/9/06, Parsons Technical Services <[EMAIL PROTECTED]>
wrote:
Try just using *.page only.
That will only work on /*.page, not in every subdir.
- Original Message -
From: "Kenneth Østby" <[EMAIL PROTECTED]>
To:
Sent: Friday, June 09, 2006 8:39 AM
Subject: Servlet on FileType
You can do prefix or suffix matching. Not both. (Darn servlet spec)
-Tim
Kenneth Østby wrote:
Hey..
I'm trying to map **/*.page to a spesific servlet, and I can't find any
documentation about.
Is there a way that I can use url-mapper to eat /**/*.page ?
Kenneth
--
Try just using *.page only.
- Original Message -
From: "Kenneth Østby" <[EMAIL PROTECTED]>
To:
Sent: Friday, June 09, 2006 8:39 AM
Subject: Servlet on FileTypes
Hey..
I'm trying to map **/*.page to a spesific servlet, and I can't find any
documentation about.
Is there a way that