Hi.

We are having some issues with integration Magnolia and was wondering if
anyone else have successfully done this.

We followed the guide here:
http://wiki.magnolia-cms.com/display/WIKI/Magnolia+and+Struts
without success.

Our main problem seems to be that MgnlServletContextListener is not letting
requests to Struts.

Our web.xml:
--------------
...
<web-app>
...
    <filter>
        <filter-name>guiceFilter</filter-name>
        <filter-class>com.google.inject.servlet.GuiceFilter</filter-class>
    </filter>

    <filter-mapping>
        <filter-name>guiceFilter</filter-name>
        <url-pattern>/*</url-pattern>
    </filter-mapping>

    <listener>

<listener-class>no.em1.portia.web.PortiaServletConfig</listener-class>
    </listener>

    <listener>

<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
    </listener>

    <listener>

<listener-class>info.magnolia.cms.servlets.MgnlServletContextListener</listener-class>
    </listener>
</web-app>
----------

Any pointers to where in the documentation we can look would be greatly
appreciated.

PS! We are using the standard "out of the box" magnolia properties

Best regards,
- Kjell Arne

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to