• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Best practice for FTP folders in weblogic

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic