Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-2388

HttpTunnelingServlet / Netty cannot classload HttpServlet (main.xml in module is wrong)

    XMLWordPrintable

Details

    Description

      Using the HttpTunnelingServlet inside a WAR's web.xml is not possible (e.g. to tunnel HornetQ), because the module 'netty' cannot access the module 'servlet-api / javaee'

      Fix is simple. Adjust modules/org/jboss/netty/main/module.xml with the following dependency:
      <dependencies>
      ..
      <module name="javax.servlet.api" />
      </dependencies>

      Attachments

        Activity

          People

            dlloyd@redhat.com David Lloyd
            SebastianJancke Sebastian Jancke (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: