cancel
Showing results for 
Search instead for 
Did you mean: 

Reading property file external to the application

Former Member
0 Kudos

Hi,

Can I write my webdynpro app in such a way that it reads a certain property(maybe .properties file or something like that) that wont be part of the .EAR file so that the system can change any values and the application can read it without creating a new archive and deploying it on the WAS?

thanx,

Bhupesh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi, Bhupesh!

SAPs Configuration Manager API is meant for configuration steps like that - it e.g. provides a property sheet where you can read and store your properties and also transport them together with the application.

Have a look at http://help.sap.com/saphelp_nw04/helpdata/en/45/e7e14b517b42788a1c166f9f32455e/content.htm.

Regards,

Thomas

Former Member
0 Kudos

Thanx Thomas and Maksim.

regards,

bhupesh

former_member182372
Active Contributor
0 Kudos

Hi Bhupesh,

Check

Best regards, Maksim Rashchynski.