reset password
Author Message
DavidGilbert
Posts: 40
Posted 18:19 May 19, 2012 |

Does anyone know where this gets set?  Or can we just set it to any arbitrary location for saving our files that we upload?

cysun
Posts: 2935
Posted 20:53 May 19, 2012 |

It's one of the properties set in build.properties: app.dir.file. In spring.xml there's a bean called applicationProperties. The sole purpose of this bean is to hold the values of some properties. This bean can be wired into other beans that need to access these properties, e.g. DownloadController.