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

--- Comment #3 from Konstantin Kolinko <knst.koli...@gmail.com> ---
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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to