I am using a struts application.
I want to upload a file in JSP and read the contents of that file in the Java.
Case 1:
I deployed this application.war in my local tomcat server, and ran the app, it works fine. (Local machine OS is windows)
Case 2:
When I deployed this application.war in the tomcat server on Unix machine, and ran, it gives the error "No such file or directory". it could not read file stored on my local machine when ran on the unix machine.
Please help me.
I want to upload a file in JSP and read the contents of that file in the Java.
Case 1:
I deployed this application.war in my local tomcat server, and ran the app, it works fine. (Local machine OS is windows)
Case 2:
When I deployed this application.war in the tomcat server on Unix machine, and ran, it gives the error "No such file or directory". it could not read file stored on my local machine when ran on the unix machine.
Please help me.