Hello,

We are running tomcat 5.0.28, and we have a problem with the standardManager when restarting our application. We have a NullPointerException when the StandardManager loads a session object.This object has static fields calling another class method (to obtain the bundles key for some page title). However, this second class has not been iniatlized yet, and I can see that the standard Manager initialize this class after. But it's too late, the NullPointerException makes it impossible to access the index page properly. We need to restart. How does the standard manager works ? Does it try to load all static objects first ? Why the startup is working fine when the standard manager is not launched (no session persisted )?

Thanks,

Mélanie

_________________________________________________________________
Gagnez des pc Windows Vista avec Live.com http://www.image-addict.fr/


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to