1 Reply Latest reply on Sep 9, 2010 2:13 PM by zarathos

    The Struts dispatcher cannot be found

    dimastejero

      Hello,

      We are migrating an application based on Spring, Struts2 and Hibernate, from Tomcat application server to JBOSS 5.

      We have already resolved problems about library dependencies, but we are facing error about using struts2 filter, because JBOSS is not able to to link each request:
      (The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are only usable when the request has passed through its servlet filter, which initializes the Struts dispatcher needed for this tag)

      The application runs ok on Tomcat and also on JBOSS4.

      Thank you very much in advance.