Help coderanch get a
new server
by contributing to the fundraiser

shigang zhang

Greenhorn
+ Follow
since Feb 03, 2014
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by shigang zhang

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.
10 years ago