hi,
We are using Oracle App. server 10g server. Our application is so critical, we can not restart server frequently for small changes. Our client might need to change error message and other user message on regular basis. We use ApplicationResources.properties for messages. How we can update these messages at run time without restarting server.
I tried to copy ApplicationResources.properties in application folder on server, but it does not give effect. Generally, we used to do this with
JBoss server, but I am new to Oracle App. server, is it possible? If possible - how?
One probable solution is to access these messages from database, but do we have any other option if we want to use ApplicationResources.properties ?
thanks in advance.