I just finish the installation of struts but when
i access a url with logo.do i do not have the page.

The page cant be found.


I have the line about the .do action servlet mapping and the tld
files where they are supposed to be but nothing ...

In my tomcat/lib folder, i have the jasp parser ... jar ressources.


What is the problem ?

tanx in advance
maxime


  <!-- Action Servlet Mapping -->
  <servlet-mapping>
    <servlet-name>action</servlet-name>
    <url-pattern>*.do</url-pattern>
  </servlet-mapping>


  <!-- Struts Tag Library Descriptors -->
  <taglib>
    <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
  </taglib>

  <taglib>
    <taglib-uri>/WEB-INF/struts-html.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
  </taglib>

  <taglib>
    <taglib-uri>/WEB-INF/struts-logic.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
  </taglib>



_______________________________________________
 Maxime Saby            http://www.linkvest.com
 Linkvest SA            mailto:[EMAIL PROTECTED]
 av des Baumettes 19,    Tel : 41/21/632 90 00
 1020 Renens            Fax : 41/21/632 90 90
 Switzerland

Reply via email to