1 Reply Latest reply on Jun 20, 2008 1:18 AM by jaikiran

    Deployment: Deploying as ear !!!!!URGENT!!!!!!!

    sankul123

      HI ALL,

      I have an ear myApp.ear file and deployed it under ${JBOSS_HOME}/server/default/deploy.
      On start[run] it got exploded to default/temp folder. I have few configurations done on few property files. Once I restart the server again I dont see the configuraions it is again exploded to a new temp folder.

      myApp.ear
      |
      |
      |------- web1.war
      | |
      | |--------application.properties[any updates done are lost on restart]
      |
      |------- web2.war
      |
      
      

      Does this mean all configurations done any file uploaded to context is lost after restart? Is there any configuration I am missing?


      Sandeep