Hi, I am using Tomcat5.5 and Struts2. I am creating a image in my action class and i am storing it on my machine's disk giving the absolute path of the project. After its success i am redirecting to the jsp page where in i want to display this image. I am using
tag in jsp to do this. ...