Bugs item #1259203, was opened at 2005-08-14 19:20 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1259203&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Gili Tzabari (cowwoc) Assigned to: Nobody/Anonymous (nobody) Summary: Fix Tomcat usability issues Initial Comment: There are numerous issues when using Wicket webapps under Tomcat. At the very least, it is impossible to cleanly reload your webapp because you get a bunch of serialization errors (because we didn't set the serialization id for our components). There are other issues as well. For example, I routinely get a ThreadDeath exception every second time I reload the webapp. Netbeans bundles an internal Tomcat server for webapp development. The above issues seriously hamper my productivity as I have to reload the webapps twice for it to reload properly once. Then every X number of reloads, it runs out of PermGen space (memory leak of some sort) and the server needs to be killed. This is probably somehow related to the first issue. Finally, these issues occur only with Wicket webapps, not with anything else like JSP so we should really fix this. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1259203&group_id=119783 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
