X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=src%2Fdolda%2Fjsvc%2Fj2ee%2FJ2eeContext.java;h=e8f65a6ee64c86f46e1a6e76bbd659da0344fb82;hb=a7d2eb2686c6e87d97d66051ba577178e5432511;hp=f2531280ff7da64c8030e57f230269a73e05eaba;hpb=6f1acdb2f8879097cdd8c6cedfc0d6752f2b29ef;p=jsvc.git 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")); + } }