1 Reply Latest reply on Nov 28, 2007 11:06 PM by raist_majere

    Execute code on start up.

    pedroluppi

      I have a agents.war in the deploy folder. I want to automatically start some code execution when the jboss is started, without any user interaction. Is it possible ?

        • 1. Re: Execute code on start up.
          raist_majere

          Well, a few years ago, when I needed something similar, I created an MBean...
          You can create dependencies with any other MBean (for datasources, web-apps...) if the things you need to do depend on other services.
          If you can tell more about your needs, I'll try to help.