• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

File Download/Upload to remote server Path problem

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Straws are for suckers. Now suck on this tiny ad!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic