Re: Logout

2001-02-06 Thread Gerstmair, Anja
Hi Vittorio, the object "session" (javax.servlet.http.HttpServlet) has the method "invalidate". The documentation says: Invalidates this session and unbinds any objects bound to it. Best regards Anja -Original Message- From: Marino Vittorio [mailto:[EMAIL PROTECTED]] Sent: Freitag

How to get the path of my properties files

2001-01-24 Thread Gerstmair, Anja
My bean needs a properties file. The properties file itself contains for example the name of the database. When I call my bean from outside the JSP pages, I can specify the location of the properties file, eg. java -Dproppath=c:\...\my.properties ... But when I call the bean from within the JSP pa