1 Reply Latest reply on May 12, 2010 1:31 PM by dgolovin

    Deploying jboss-log4j.xml from my project folder

    hbender

      Hi

       

      I work with DevStudio 3.0.0.GA.

       

      I want to maintain the jboss-log4j.xml within my project folder and deploy it together with my application. If make the file "deployable" it gets deployed into the root of the deploy folder. But I want it to be deployed into the conf folder. How to achieve that?

       

      Thanks

      Heri

        • 1. Re: Deploying jboss-log4j.xml from my project folder
          dgolovin

          There is a way to workaround it but you need to maintain two servers. One for regular deployment with default servers settings and second with deployment to custom deploy folder which is in your case is something like "/path/to/your/jbossas/server/default/conf".

           

          After you select "Make Deployable..." it shows dialog to select server to deploy so you can select second one with deployment to conf folder.

           

          The only problem is that you have to publish it manually.

          1 of 1 people found this helpful