X-Git-Url: http://dolda2000.com/gitweb/?p=jsvc.git;a=blobdiff_plain;f=src%2Fdolda%2Fjsvc%2Fj2ee%2FJ2eeContext.java;h=e8f65a6ee64c86f46e1a6e76bbd659da0344fb82;hp=f2531280ff7da64c8030e57f230269a73e05eaba;hb=7114c38b358d27e6c390a689a50c7f9d2d2a048c;hpb=eb0e45b75c3d0b40f4f8c742e354791f7cb7c0c4 diff --git a/src/dolda/jsvc/j2ee/J2eeContext.java b/src/dolda/jsvc/j2ee/J2eeContext.java index f253128..e8f65a6 100644 --- a/src/dolda/jsvc/j2ee/J2eeContext.java +++ b/src/dolda/jsvc/j2ee/J2eeContext.java @@ -18,4 +18,8 @@ public class J2eeContext implements ServerContext { public String rootpath() { return(req.getContextPath()); } + + public long starttime() { + return((Long)cfg.getServletContext().getAttribute("jsvc.starttime")); + } }