Thanks but I already use servlet mapping.
More preciasely my question is in which file I have to put the following
instructions

  LoadModule rewrite_module module/mod_rewrite.dll
>     <IfModule mod_rewrite.c>
>      RewriteEngine On
>      RewriteBase /ContextServlet/
>      RewriteRule ^file.html
> /ContextServlet/MyServletName?parameter=file.html.
>     </IfModule>

Have a good day

Reply via email to