0 Replies Latest reply on Sep 24, 2013 6:02 AM by aherrao.sachin

    JBOSS 7.1 war deployment issue

    aherrao.sachin

      Hello all,

      I am new to JBOSS Application server 7.1.

      I created war for my application and put it in deployments folder.

      Then I started the JBoss 7.1 application server.

      War got extracted at some temporary location.

      Now for my application We have some configurable properties.

      From inside application these properties get modified and get saved in context/web-inf/properties folder.

      This works for me when server is running.

      But if I restart the server then JBOSS 7.1 again redeploys the war at some different temporary location (instead of using previous location).

      Due to this my saved properties get lost.

      Is there any way I can prevent this?

      Any help will be greatly appreciated.

      Thank you in advance.