Costin Manolache wrote:
Amy Roh wrote:


Amy Roh wrote:


It seems like when context is stopped and restarted, servlet always
returns "unavailable".  You can generate an error by saving your
changes
in admin by "commit".  Then any process after that returns admin
servlet unavailalbe.

Mar 31, 2003 4:48:29 PM org.apache.catalina.core.StandardWrapperValve
invoke INFO: Servlet admin.login_jsp is currently unavailable


I tought I fixed it. Are you doing stop/destroy/init/start or just
stop/start ?

I'm not manually doing anything. When I commit my changes in admin, I think the admin context gets restarted and the application is set to unavailable right away. Therefore any consequent requests fail.


I'll try to fix it - probably moving the unregister/register from destroy
to stop will do it.

Or maybe we can send a notification "context reloading" and have the mapper
reset its data ?

I'm not sure. Are you able to reproduce it?




Costin



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to