Version 1

    Hi folks,

     

    I have an webapp (spring etc.) which loads all properties (debug on/off, feature foobar on/off, ...) from jndi.

    I have different environments (dev, qa, live).

    I can deploy the same war to each of them, the war doesn't contains any property.

    The container delivers the properties to the war.

     

    I'm using tomcat for that.

     

    How can do this with AS7? I want use auto deployment (put the war into standalone/deployment and thats it g).

    Any hints?

     

    Regards

    Andreas