Not sure this is the right place to post this question. Apology if not.
I am developing an FTP process that will put/get files between my weblogic server and an external server. Files will be processed daily and saved in the folder on a daily basis as well for later reference. My question is, what's the best practice as to where to place the ftp folder. Should it be under a folder under weblogic domain? or outside of the weblogic domain? Should be created by Java code or manually created by admin people? or configured in an XML file? Please give details like Java code and XML entries. Or is it possible to create a new folder in Eclipse and the new folder will be auto-created when project is deployed to weblogic?
Thanks.