[java ee programming] Re: CONNECTING PROBLEM

2009-10-10 Thread Fitrah Elly Firdaus
Mahesh a wrote: > how to connect front end(jsp) and back end (mysql)? what is this > library files? wat does it contain and how do we create this? > any help would be appreciated, thank you... > > Using JDBC MySql Connector Library. For this, U can read README file in the package. Regards Firda

[java ee programming] Re: How can i display image file from absolute path with JSP in Tomcat

2009-05-31 Thread Fitrah Elly Firdaus
EaKG wrote: > Hi everyone! > i'm creating a web project and i have a folder in a local hard-disk > (ex. D:\image_storage\imagesname.jpg). > But i want to show list of images in jsp but i dont want to copy all > of these images to webapps of Tomcat. > Is it possible ? > > Thanks :) > > I think i