cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Config File Issue?

Former Member
0 Likes
245

HI @,

In my application I had some parameters which will change based upon the systems and other factors so I had put those parameters in the properties file and using it in my WD4J application. My objective was to chnage the parameter and then use it withoput compiling the code.

But after deploying and reading it thriough WDConfig class I have observed that it is still takinght eold values only and not taking the changed value.

Is it the normal behaviour or I am missing osmething. How can I achiev this fucnitonality.

Regards,

Amit

View Entire Topic
Former Member
0 Likes

Hi,

Check out the values in the Configuration Manager. It is in the Visual Administrator (ask the admin). My guess is that the values you changed in the configuration file are not updated on the server. Your admin can do that, without you having to deploy things.

Jeschael

Former Member
0 Likes

Hi ,

I am on CE 7.1 so no Visual Admin also how this config is getting populatede as I am reading the config data from the File?

Regards,

Amit