https://issues.apache.org/bugzilla/show_bug.cgi?id=56649
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56649
--- Comment #4 from Daniel Koh ---
(In reply to Mark Thomas from comment #2)
> The JSP servlet is not designed to support more than one instance per web
> application. Before this gets resolved as invalid (possibly with an update
> to the d
https://issues.apache.org/bugzilla/show_bug.cgi?id=56649
--- Comment #3 from Konstantin Kolinko ---
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.getI
https://issues.apache.org/bugzilla/show_bug.cgi?id=56649
--- Comment #2 from Mark Thomas ---
The JSP servlet is not designed to support more than one instance per web
application. Before this gets resolved as invalid (possibly with an update to
the docs to make the single instance point clear) wh
https://issues.apache.org/bugzilla/show_bug.cgi?id=56649
Daniel Koh changed:
What|Removed |Added
OS||All
--- Comment #1 from Daniel Koh -