how to retrieve an image from mysql using servlet and display it using tomcat?
Printable View
how to retrieve an image from mysql using servlet and display it using tomcat?
What did google tell you? There are tons of examples out there that demonstrate how to do this. Break your problem down into individual steps - store/retrieve image using JDBC, display image, etc...