Re: Dynamic image generation servlet...
Johan Hahn <[email protected]> Sat, 13 Nov 2004 10:40:00 +0100
| Newsgroups | gmane.comp.java.sun.servlet |
|---|---|
| Message-ID | <029a01c4c964$bfa39d60$0d00a8c0@MAINFRAME> |
Michael Burbidge wrote: [snip] > Note that the ImageServlet is registered to handle URI from the root > context of the form "/image". I would think then that the URI in the > the html snippet <img src='/image?name=imagename'> would get resolved > by dispatching to my ImageServlet. But it doesn't work. Try <url-pattern>/image*</url-pattern> It should work without explanaition. ...johahn ___________________________________________________________________________ To unsubscribe, send email to [email protected] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html