2 Replies Latest reply on Sep 11, 2007 11:07 AM by nm-156

    Struts bridge - Necessary to modify web.xml?

    nm-156

      Hi. According to the Apache Portal web site:

      http://portals.apache.org/bridges/index.html

      JBoss 2.0 has Struts bridge support. For an existing web application, do I have to replace org.apache.struts.action.ActionServlet with org.apache.portals.bridges.struts.PortletServlet inside of web.xml on my servlet mapping? (I got this information from the free Portal book that is mentioned in this post):

      http://www.jboss.com/index.html?module=bb&op=viewtopic&t=105065

      Has this class name changed (I am using JBoss Portal 2.6.1)? If so, which .jar file do I need for this? I am getting a ClassNotFoundException on org.apache.portals.bridges.struts.PortletServlet when the app is loading.

      Thanks.