add option to JAVA_OPTS
-XX:MaxPermSize=256m
to avoid error “Error in application xxx – PermGen space”
helma: PermGen space
16 08 2006Kommentare : 1 Kommentar »
Kategorien : howtos
helma: make objects persistent in request
2 08 2006to make objects persistent during a request, use
res.commit();
our problem was, that we had an import process that sometimes was adorted due to timeout.
res.commit() saves the objects that have been created until it’s call. so we only “lose” the objects that would be created after the timeout.
Kommentare : Kommentar schreiben »
Kategorien : howtos







Letzte Kommentare