file download issue

2009-10-19 Thread Tarun Chowdhry
Hi, Getting the following exception when trying to call the FileUpload code: Action class: import java.io.*; import com.opensymphony.xwork2.ActionSupport; import com.opensymphony.xwork2.Action; import org.apache.struts2.ServletActionContext; public class extends ActionSupport{

Re: file download issue

2009-10-19 Thread André Warnier
Tarun Chowdhry wrote: Hi, Getting the following exception when trying to call the FileUpload code: I'm not quite sure, but aren't you mixing up upload and download here, kind of ? upload = workstation -- server download = server -- workstation

RE: file download issue

2009-10-19 Thread Tarun Chowdhry
Sorry I meant for download. The code and the configuration is for the download only. Kind Regards, Tarun -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, October 19, 2009 3:49 PM To: Tomcat Users List Subject: Re: file download issue Tarun Chowdhry wrote

Re: file download issue

2009-10-19 Thread André Warnier
Tarun Chowdhry wrote: Sorry I meant for download. The code and the configuration is for the download only. Ok then the next thing is that this does not look like being a Tomcat issue per se, and more like a Struts issue. Should you not post this rather to the Struts users list ?

RE: file download issue

2009-10-19 Thread Tarun Chowdhry
Hi, I was not sure about the point of issue so I had posted on both Tomcat and Struts lists. Kind Regards, Tarun -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Monday, October 19, 2009 4:03 PM To: Tomcat Users List Subject: Re: file download issue Tarun