img tag's src not working for image files in a JSP in tomcat 5.5

2005-06-27 Thread Ryan Champlin
All, I've read quite a few articles on this issue and tried all the solutions given and none of them seem to be working. I'm using Netbeans 4.1 with Tomcat 5.5. My application is using the MVC patter so I have a controller that is using the request dispatcher to forward a request to a JSP

Re: img tag's src not working for image files in a JSP in tomcat 5.5

2005-06-27 Thread Jason Bainbridge
Sounds like a browser caching issue or maybe some referrer checking getting in the way although I don't how that would be setup in Tomcat. Are you using SSL or have any other types of constriants in place? Regards, -- Jason Bainbridge http://kde.org - [EMAIL PROTECTED] Personal Site -

RE: img tag's src not working for image files in a JSP in tomcat 5.5

2005-06-27 Thread Ryan Champlin
I've tried clearing my browser cach and tried both Firefox and IE. Neither seem to be able to access those images at that location. So I don't think it's the browser necessarily. Not using SSL and don't have any security in place for this application. Ryan -Original Message- From:

Re: img tag's src not working for image files in a JSP in tomcat 5.5

2005-06-27 Thread Anoop kumar V
Even I faced this frustrating problem recently - I couldnt really solved it and just switched images - (I created a new image and it somehow worked). I am just trying to get u a workaround (not exactly a cause analysis of your problem) - HTH -Anoop On 6/27/05, Ryan Champlin [EMAIL PROTECTED]