Isomorphic,
We defined most of the configuration details in server.properties file. As of now, this server.properties will be inside my war file. I want to place this file into some location in my server rather than placing inside the artifact(inside the context)
Is there is any way i can differentiate property file such as one for development environment, one for testing etc..
As we have many instances, plan is to give war file + server.properties(which can be configurable accordingly). Is this can be done? Please direct me.
Thanks,
Yathish
We defined most of the configuration details in server.properties file. As of now, this server.properties will be inside my war file. I want to place this file into some location in my server rather than placing inside the artifact(inside the context)
Is there is any way i can differentiate property file such as one for development environment, one for testing etc..
As we have many instances, plan is to give war file + server.properties(which can be configurable accordingly). Is this can be done? Please direct me.
Thanks,
Yathish
Comment