0 Replies Latest reply on Jun 2, 2005 9:56 AM by kryptontri

    extending jboss with a new container mbean

    kryptontri

      Hi

      If i want to extend jboss by adding a new container service, which in turn uses say a servlet/webservice/webapplication/ejb ... am i able to keep the code inside the container directory

      e.g
      deploy/mycontainer/jmx
      deploy/mycontainer/webapplication
      deploy/mycontainer/myejbs
      deploy/mycontainer/webservice

      or am i forced to move it out to the deploy root so i have

      deploy/mycontainer/jmx
      deploy/webapplication
      deploy/myejbs
      deploy/webservice

      Is there a guide anywhere for extending jboss by adding a new container mbean, currently i am looking at tomcat as an example ?

      Any ideas people ?

      Thanks
      James