2 Replies Latest reply on Jul 2, 2002 4:59 AM by jules

    Unable to deploy webapp via Jetty MBean

    bsiggelkow

      I am using JBoss 3.0.0 with Jetty ...
      If I deploy a web application WAR using the addWebApplication method of the Jetty MBean (from the agent view (port 8082)), the server reports that the web application deployed; however, I always get a 404 when I try and access the page.

      Deploying the same WAR by simply copying it into the jboss/default/deploy directory works fine.

      Should the addWebApplication method deploy the webapp or I am misunderstanding how the MBeans work?