problem with image src tag

2002-08-30 Thread Leonard Wolters

I'm running an entreprise application deployed
on jboss with tomcat / catalina.


How come

img src=/displayPhoto

does not work but 
 
img src=http://localhost:8080/IZJNApp/displayPhoto;

does work ?


Does anyone know how to solve this !?!?


Thanks,


Leonard Wolters


RE: problem with image src tag

2002-08-30 Thread Karr, David

 -Original Message-
 From: Leonard Wolters [mailto:[EMAIL PROTECTED]]
 Sent: Friday, August 30, 2002 7:00 AM
 To: Struts Users Mailing List (E-mail)
 Subject: problem with image src tag
 
 I'm running an entreprise application deployed
 on jboss with tomcat / catalina.
 
 How come
 img src=/displayPhoto
 
 does not work but 
 img src=http://localhost:8080/IZJNApp/displayPhoto;
 
 does work ?
 
 Does anyone know how to solve this !?!?

This is the struts-user mailing list, not a list for general problems with
HTML.

Nevertheless, I'll give it a stab.

I'm going to guess your application context root is /IZJNApp?  You should
probably try:

  img src=/IZJNApp/displayPhoto