https://issues.apache.org/bugzilla/show_bug.cgi?id=56649
--- Comment #3 from Konstantin Kolinko <[email protected]> --- If there are several JspServlet instances, it is possible to configure them to write to different directories, so that there is no conflict. // EmbeddedServletOptions.java String dir = config.getInitParameter("scratchdir"); If there are several JspServlet instances, each one will have its own copy of a Tag (loaded by a different class loader). -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
