• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Unable to upload a file into application

 
Ranch Hand
Posts: 80
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am new to struts. We have a web application which we have developed in eclipse 3.2 based on struts and java 1.6. We are running the application on tomcat through eclipse. We have a excel download and upload functionality which is pretty much working fine when we are launching the application from eclipse on tomcat.
Now this application needs to deployment in some machine from where everybody should be able to access it. We have installed Tomcat on that machine and we have deployed this application as a WAR into tomcat.

Now the problem is that, file download works perfectly, but we do file upload, it is giving file not found exception as in below..I have been trying hard, but clueless on why it is working in eclipse, but not as a standalone . Any help is appreciated.



Thanks in Advance,
Ram
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ram,

I am facing problem with excel upload and download.Can you please send me the code for that immediately?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic