1 Reply Latest reply on May 22, 2007 5:48 AM by mputz

    Monitoring deployed Processes

    rainstar79

      Hi,
      there is a nice service from jBoss at http://localhost:8080/jbossws/services, which is a page that shows all my deployed services/BPEL processes.
      I would like to integrate a list of my deployed services/processes into my Web Portal.
      How can I integrate/extend this Feature from jBoss? Or, how can I customize this Site (I assume it is jsp), in order to align it to my design of my Web Application?
      Propably I just need an entry point where to start!!
      Thanks for your help!!
      Cheers

      I am using jBoss AS 4.0.5.GA & jBPM BPEL extension 1.1Beta3

        • 1. Re: Monitoring deployed Processes
          mputz

          The page you are referring to is from the JBoss Web Services project (http://labs.jboss.com/jbossws/). You could download the sources and look for ContextServlet.java or JBossContextServlet.java, depending on the WS version, and have a look at how the markup is generated there. JBoss 4.0.5.GA ships with JBoss WS 1.0.3.SP1 by default.

          Regards, Martin