xpages - Refresh design of WEB-INF/classes in Lotus Domino environment -


i've classes deployed in web-inf/classes. when refresh design database on production, classes not updated? why?

depending on server version need take "brute force" attack:

  • instead of refresh design use replace design
  • use small agent removes java design elements before refresh/replace operation (they stored in regular design note entries

the failure might happen when classes loaded


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -