1
votes

We are developing MobileFirst 8.0 Cordova Application and hosting it on Bluemix cloud using Mobile Foundation Service. Here in our project we have couple of URL's which tries to read/write data from customer's server's. So we need to add those URL's as JNDI properties in server configuration and retrieve those properties using "getServerJNDIProperty". So the question is there any chance that we can add custom JNDI properties? If yes, how can we configure new JNDI properties?

1

1 Answers

1
votes

You can configure custom JNDI properties in the "Server Configuration" table of the Mobile Foundation service on Bluemix. An example of this is discussed here - the blog post I have linked to talks about using this capability to configure Mobile Analytics, but you can generalize the method to add your own custom JNDI properties.