This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
File Download/Upload to remote server Path problem
venkat anagani
Greenhorn
Joined: Aug 28, 2008
Posts: 5
posted
0
Hi All,
I am working on JSF application. basically application should upload/download files from server. i am using Mojarra Scales library for that. If i deploy application on my machine and accessing with http://localhost:8080/application it's working fine and I am able to upload and download files to specified location in my local system.
problem: if i deploy same application on my company's servermachine which contains tomcat 6.0 server. when i try to download it's saying resource not found. can any body help on this.
Thanks in advance.
Thanks, Venkat
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
Are you using IE? Are you getting the file from the request by its full name and path instead of by its contents? [ December 18, 2008: Message edited by: Bauke Scholtz ]