web-console depends on UseJBossWebLoader
----------------------------------------

         Key: JBAS-1674
         URL: http://jira.jboss.com/jira/browse/JBAS-1674
     Project: JBoss Application Server
        Type: Bug
  Components: Management Service  
    Versions:  JBossAS-4.0.2RC1    
    Reporter: Thomas Diesler


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 ????


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to