made application directory available as app.dir-property

This commit is contained in:
stefanp 2002-09-12 18:25:06 +00:00
parent 9da41c78e6
commit 6b06734adc

View file

@ -118,6 +118,10 @@ public class ApplicationBean implements Serializable {
return app.getCacheNode (); return app.getCacheNode ();
} }
public String getdir () {
return app.getAppDir ().getAbsolutePath ();
}
public Date getupSince () { public Date getupSince () {
return new Date (app.starttime); return new Date (app.starttime);
} }