Re: Problem with image display in WAS environment

2005-11-01 Thread Deepa Khetan
In WS you need to specify the entire path of the image, as in, //images/g.gif .. I faced this problem and it works fine if i give the entire path On 11/2/05, Jacob Wilson <[EMAIL PROTECTED]> wrote: > > > Hi All- > > > > I have a problem with image display in Websphere environment. It works > fin

Re: Problem with image display in WAS environment

2005-11-01 Thread Frank W. Zammetti
What is ActionServlet mapped to? Based on the log output, ActionServlet is being hit to serve the GIF... is this what you intend? I suspect not. Although, even if I'm right, I can't explain why it works in Tomcat but not WS... -- Frank W. Zammetti Founder and Chief Software Architect Omnytex T

Problem with image display in WAS environment

2005-11-01 Thread Jacob Wilson
Hi All- I have a problem with image display in Websphere environment. It works fine in tomcat. I would appreciate if somebody could help me out here... Details... I am trying to call an action class and the forwarded jsp has I have the images folder in the root directory. Th