Bugs item #627478, was opened at 2002-10-23 10:23 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=627478&group_id=4754
Category: Tapestry Group: suggestion >Status: Closed >Resolution: Fixed Priority: 7 Submitted By: Howard Lewis Ship (hship) Assigned to: Howard Lewis Ship (hship) Summary: Don't require servlet subclass Initial Comment: Tapestry 2.2 requires a subclass of ApplicationServlet for purely internal reasons (to help resolve some class loading issues). This isn't necesasry as most (all?) servlet containers will set Thread.contextClassLoader to a class loader that can be used to resolve all classes and resources in the WAR file. Tapestry should simply use the ApplicationServlet and configure the location of the application specification as an init-param. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=627478&group_id=4754 ------------------------------------------------------- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
