> --- "Noel J. Bergman" <[EMAIL PROTECTED]> wrote:
> > my html files have long names like
> > a_b_c_d_xyz213_e_f_g.html,
> a_b_c_d_pqr983_e_f_g.html
>
> > is it possible to have urls like
> > http://localhost:8080/myapp/html/xyz213
> > point to the first file above?
>
> You can use either a Filter, or mod_rewrite in
> Apache httpd.
>

> I had a glance at javax.servlet.Filter - with this I
> cannot avoid entering a servlet, which will then wont
> be 'static' response.

<<shrug>> Something has to modify the request.  Personally, I don't do in
Tomcat what I can do in Apache, so I'd be using mod_rewrite for your task.
But since this is the tomcat mailing list, I mentioned a filter as an
option.

        --- Noel


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to