Hello Everyone,
We have a web application which which is deployed and used within an intranet. The application reads in text files from a specified location on the web server itself.
Now we have a requirement of reading in text files from other machines as well, so i'm exploring possible options to implement this. Possible options i've been thinking of are:
- Maybe start a ftp server on each local machine and then write a servlet to ftp given machines n read-in data.
- Maybe run some utility program thats would read in file contents and push it back to the server using xml etc ?)
Ne help about above/or new ideas would be highly appreciated!
Technologies i'm using are : Tomcat/Struts/JSP/AJAX.
P.S i want to handle non NFS situations as well!
Thanks, Abhishek.