diff --git a/src/helma/framework/core/ApplicationBean.java b/src/helma/framework/core/ApplicationBean.java index cf1edc02..599e4c46 100644 --- a/src/helma/framework/core/ApplicationBean.java +++ b/src/helma/framework/core/ApplicationBean.java @@ -118,6 +118,10 @@ public class ApplicationBean implements Serializable { return app.getCacheNode (); } + public String getdir () { + return app.getAppDir ().getAbsolutePath (); + } + public Date getupSince () { return new Date (app.starttime); }