You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/09/15 21:43:37 UTC

DO NOT REPLY [Bug 45774] jspDestroy called after deployment, the second jspInit follows

https://issues.apache.org/bugzilla/show_bug.cgi?id=45774


Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #1 from Mark Thomas <ma...@apache.org>  2008-09-15 12:43:37 PST ---
Thanks for the test case. A good test case makes it so much easier to
investigate an issue.

Unfortunately in this case I can't reproduce this on the latest 5.5.x code with
your test case. I also tested trunk with the same result.

I would point out that Servlet containers are free to create and destroy
servlet instances as they see fit. See SRV.2.3.4 for the exact wording.

I would guess that for your use case a ServletContextListener would be a better
choice.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org