1 Reply Latest reply on May 25, 2009 7:16 PM by peterj

    Scripts for Creating Server Profile

    arvindkatoch


      I need to create separate jboss server profile for deployment of some web archives and their dependencies like the queues to which message driven pojo's wrapped inside web archives will be listening.
      I can't go with default server profile.
      Is ther any help on jboss regarding it. I want to deploy web archives through scripts on the new profile created.

      Can any one can help in this regard !!!!!!!!!

      Thanks.

        • 1. Re: Scripts for Creating Server Profile
          peterj

          First, this has nothing to do with the JBoss Forums project.

          To create a new server configuration, make a copy of an existing configuration, and then run that. For example, copy server/default as server/myserver. Deploy your apps to server/myserver/deploy. Run your server configuration using "run -c myserver".