> Kockert, Timo wrote: > > Hello everyone, > > > > first time posting to this list, so please don't be too hard with me ;-) > >
[snip] > A very good first post. Thanks :-) Although I have to admit that this is in fact my first post to this list, but not my first post to ask for help ;-) > One additional question however : in the html pages you send back, are > the image links just pure html <img ... > links, or are the images being > requested by some plugin or applet or javascript running in the browser ? The image links are pure html img tags. But they are handled by another servlet then the one serving the html pages. The context however is the same. Example: Content url: http://domain.tld/myapp/ Image url: http://domain.tld/myapp/img/image.png Greetings, Timo --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org