Hello,
 
--- Vincent Massol <[EMAIL PROTECTED]> wrote:
> I don't know what is going wrong (so many things could go wrong
> ...) ! Just
> an idea, how is your mapping done for the JSP Redirector ?
> My guess: I would bet you wrote something like :
> 
>     <servlet-mapping>
>         <servlet-name>JspRedirector</servlet-name>
>         <url-pattern>/*.jsp</url-pattern>
>     </servlet-mapping>

    I have just attached plain-text the modifications I  did to the
web.xml file for my web server. I have not entered /*.jsp as
mentioned. What else could be wrong ?

<!-- Servlet Redirector URL configuration -->
<servlet>       
 <servlet-name>ServletRedirector</servlet-name>

<servlet-class>org.apache.commons.cactus.server.ServletTestRedirector</servlet-class>
  </servlet>
  
<!-- Servlet Redirector URL mapping -->
  <servlet-mapping>
        <servlet-name>ServletRedirector</servlet-name>
        <url-pattern>/ServletRedirector/</url-pattern>
  </servlet-mapping>
  
  <!-- JSP Redirector URL configuration -->
  <servlet>
        <servlet-name>JspRedirector</servlet-name>
        <jsp-file>redirector.jsp</jsp-file>
  </servlet>
  
  <!-- JSP Redirector URL mapping -->
  <servlet-mapping>
        <servlet-name>JspRedirector</servlet-name>
        <url-pattern>/JspRedirector/*</url-pattern>
  </servlet-mapping>




=====
Thanks.
Rakesh Bhalla.

__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/

Reply via email to