You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Leonard Wolters <l....@chello.nl> on 2002/08/30 15:59:37 UTC

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 !?!?


Thanks,


Leonard Wolters