One other point is that, in my deployment, all of Konakart's images are also in my content repository (so that they can be changed via the CMS).
If you only want to access your own images from another webapp, then you would need to change your servlet mapping a little:
Code Select
<servlet-mapping>
<servlet-name>Mount Servlet</servlet-name>
<url-pattern>/images/myimages/*</url-pattern>
</servlet-mapping>
So now, to configure the image in Konakartadmin, you would use: myimages/path/to/image.gif