Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-1674

web-console depends on UseJBossWebLoader=true

    XMLWordPrintable

Details

    Description

      with the CTS configuration, I get:

      10:27:46,515 ERROR [[/web-console]] Servlet /web-console threw load() exception
      java.lang.ClassNotFoundException: org.jboss.console.plugins.monitor.CreateSnapshotServlet
      at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1332)
      at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1181)

      web-console.war/WEB-INF/web.xml contains

      <servlet>
      <servlet-name>Create Snapshot</servlet-name>
      <servlet-class>org.jboss.console.plugins.monitor.CreateSnapshotServlet</servlet-class>
      <load-on-startup>1</load-on-startup>
      </servlet>

      The class lives in jboss-console.jar, which is not deployed anywhere.

      With <attribute name="UseJBossWebLoader">true</attribute> as it is configured in
      the default configuration all works fine, but jboss-console.jar is not deployed either ????

      Attachments

        Activity

          People

            starksm64 Scott Stark (Inactive)
            tdiesler@redhat.com Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: