Ejemplo n.º 1
0
 /** Gästebuchdatenbank initialisieren */
 public void init() throws ServletException {
   Guestbook instance = Guestbook.getInstance();
   instance.init(getServletContext().getRealPath("/WEB-INF"));
 }