I hace Apache with WebApp warping to tomcat
my jsp page has this image:
<img border="0" src="/bbb/images/butterfly.jpg">
The web-app is named bbb and it has a directory called images.  The jsp page
WILL NOT SHOW THIS IMAGE!!!

If I change it to:
<img border="0" src="http://localhost/bbb/images/butterfly.jpg";>  It works
fine and fast!

WHAT THE F*&(* is up with my config or Tomcat???

my warp definition is:
everything that has a bbb after the url warps to Tomcat
WebAppConnection conn warp localhost:8008
WebAppDeploy examples conn /examples
WebAppDeploy bbb conn /bbb

Am I missing something in my web.xml that should say how to handle the
images folder?

B




--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to