typo: should read "none of which are named in the web.xml" (not "which
are NOT" as below)
On 12/2/20 11:31 AM, Rob Sargent wrote:
I'm old and easily confused: does an embedded tomcat server read (any)
context.xml file? I find conflicting answers /out there./
Using tomcat 9.0.40
embeddedT
I'm old and easily confused: does an embedded tomcat server read (any)
context.xml file? I find conflicting answers /out there./
Using tomcat 9.0.40
embeddedTomcat =new Tomcat();
embeddedTomcat.setPort(tomcatPort);
embeddedTomcat.enableNaming();
embeddedTomcat.getConnector();// an
Stefan,
On 11/30/20 19:17, Stefan Mayr wrote:
Hi,
Am 30.11.2020 um 17:09 schrieb Amit Pande:
I guess I will have to investigate the RHEL 7.3 entropy issue separately
(possibly as hobby project) and look for other options to make progress.
I still find it odd that something related to randomn
Mark,
On 11/26/20 05:14, Mark Thomas wrote:
On 26/11/2020 04:57, Christopher Schultz wrote:
After a normal clean-up the parent then calls close on the two file
descriptors associated with the pipe for a second time."
So the child cleans them up AND the parent cleans them up? Or the parent