X-Git-Url: http://dolda2000.com/gitweb/?p=jsvc.git;a=blobdiff_plain;f=src%2Fdolda%2Fjsvc%2Fj2ee%2FServlet.java;h=165b0f2e2cfe489515da86777d8430b85e4749c0;hp=4d0d3bdfb268df7060c8b4df773d7d47ec8fcf5c;hb=7114c38b358d27e6c390a689a50c7f9d2d2a048c;hpb=eb0e45b75c3d0b40f4f8c742e354791f7cb7c0c4 diff --git a/src/dolda/jsvc/j2ee/Servlet.java b/src/dolda/jsvc/j2ee/Servlet.java index 4d0d3bd..165b0f2 100644 --- a/src/dolda/jsvc/j2ee/Servlet.java +++ b/src/dolda/jsvc/j2ee/Servlet.java @@ -48,6 +48,8 @@ public class Servlet extends HttpServlet { } catch(InvocationTargetException e) { throw(new ServletException("JSvc bootstrapper failed", e)); } + ServletContext ctx = getServletContext(); + ctx.setAttribute("jsvc.starttime", System.currentTimeMillis()); } public void destroy() {