0 Replies Latest reply on Jul 16, 2003 12:06 PM by sysuser1

    Auto start of a deployed application

    sysuser1

      Hi
      I am new to JBoss.

      I am deploying an application myapp.war to JBoss. When JBoss starts up, the application is deployed and is available under http://server:port/myapp

      My question is - When JBoss deploys the application, is there any way I can ask JBoss to automatically execute a method startApp in a class x.y.z.SomeClass?

      TIA.