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

    new jmx service

    kryptontri

      Sorry if this is in the wrong place, it has been posted in the installation/configuration forum aswell.

      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