Re: Upgrade from Tomcat 7 to Tomcat 9.0.17

2019-04-21 Thread Akram Hussain
Hi Mark, Actually, I am declaring a Loader in tomcat\conf\context.xml file as in its startInternal() method, we are creating SharedClassLoader as like this. Field field =

RE: OS

2019-04-21 Thread George Stanchev
FWIW someone is submitting the same identical question (with only the project name different) in the dozen or so Apache projects I am on mailing list of... Just google "Hello, I am doing an investigation. Does Windows Server 2019 support" and see for yourself It looks like a troll

no temp directory creation wanted when embedding Tomcat

2019-04-21 Thread Garret Wilson
As I mentioned in other emails, I am embedding Tomcat 9 (with OpenJDK 11 on Windows 10) to serve static files from `/foo/bar`. Currently I'm not supporting Java webapps. I'm not supporting JSP. I just want to serve static files. From your help in another thread, I called the magic