[java ee programming] Re: Problem with Hibernate Lab

2009-06-02 Thread EaKG
i think that the path to hibernate.cfg.xml file need to be pointed out SessionFactory sessions = new Configuration().configure (PATH_TO_HIBERNATE.CFG.XML).buildSessionFactory(); On May 26, 11:42 pm, pxk5...@njit.edu wrote: > I am having a problem with this line of code in the Main.java file

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

2009-05-31 Thread EaKG
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 :) --~--~-~--~~~