Sir,
I developed my application using
servlets.
I have two systems connected through LAN.(Aditya,Vijay).The purpose of my application is to read from a file( in Vijay) and write the contents to the database which is on the server.(Aditya system.)But I am running application in Vijay system as shown below:
I am running
tomcat server using
http://Aditya:8080/ on Vijay system.
I gave the path of the file (for ex :E:\work\word.doc)which is in Vijay system and now I want my application to read the data from the file and insert into the database which is in server(Aditya system).
Its giving the exception "FileNotFoundException". It is not able to identify or access the file?
yours friendly,
aditya makam