If using several VelocityViewServlet servlets (for instance one that requires authentification, one that doesn't), tools are initialized for each servlet, although application/session scoped tools should be shared.
To allow several VVS to share their ToolboxManager, we would need the ServletToolboxManager class to be a singleton. If veltools developers agree, I submit such a patch. Thanx, CloD
