5 Replies Latest reply on Oct 20, 2003 4:15 PM by aparaapara

    Running a client inside of JBOSS JVM...

    aparaapara

      I have a number of clients which are simple java processes which connect to the application server, JBOSS in this case, to do certain type of processing.

      I could run those clients outside of JBOSS in other JVMs, but I would like to be able to run the client inside of JBOSS by packaging it in to my application.xml deployment descriptor. This way, I can hot deploy entire configuration without having to manually restart/deploy the clieints.

      In Orion Server, there is a feature where you could specify to "autostart" a client app by specifying the location of the Main() API in the manifest.mf file packaged with the client.jar. Is there a way to do something similar in JBOSS?

      Thanks.
      -AP_