Re: Implications of setting createDirs attribute on host declarations to false in Tomcat

2020-09-01 Thread Paul
Hi Chris, First of all tnx for your response. For my own purpose it was about the conf/[engine]/[host] folder and I'm now creating that in my dockerfile and thus I got rid of the error. However, this question is not so much to solve it for just myself, but more to be able to give proper

Re: Implications of setting createDirs attribute on host declarations to false in Tomcat

2020-09-01 Thread Mark Thomas
On 01/09/2020 08:42, Paul wrote: > Hi Chris, > > First of all tnx for your response. > > For my own purpose it was about the conf/[engine]/[host] folder and I'm > now creating that in my dockerfile and thus I got rid of the error. > > However, this question is not so much to solve it for just

Re: Class loader does not find class in WEB-INF/classes

2020-09-01 Thread Carles Franquesa
Missatge de Mark Eggers del dia dt., 1 de set. 2020 a les 21:47: > Carles, > > > On 9/1/2020 11:23 AM, Christopher Schultz wrote: > > Carles, > > > > On 9/1/20 14:08, Carles Franquesa wrote: > >> This message is a reply to those that asked me for uploading a > >> simple version of my webapp

Release date of latest Tomcat version - 9.0.38

2020-09-01 Thread Arshiya Shariff
Hi all, The following reported issue - "HTTP/2 Stream.receivedData method throwing continuous NullPointerException in the logs" has been fixed in the latest tomcat. https://bz.apache.org/bugzilla/show_bug.cgi?id=64671 Can you please share us the release date of tomcat version 9.0.38 . We are

Class loader does not find class in WEB-INF/classes

2020-09-01 Thread Carles Franquesa
Hi, This message is a reply to those that asked me for uploading a simple version of my webapp reproducing the problem of not finding classes when a JSP is inside a subfolder, thus not hanging directly from web root directly. I have slimmed down the code as much as possible. You'll see is almost

Re: Class loader does not find class in WEB-INF/classes

2020-09-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Carles, On 9/1/20 14:08, Carles Franquesa wrote: > This message is a reply to those that asked me for uploading a > simple version of my webapp reproducing the problem of not finding > classes when a JSP is inside a subfolder, thus not hanging

Re: Release date of latest Tomcat version - 9.0.38

2020-09-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arshiya, On 9/1/20 08:13, Arshiya Shariff wrote: > Hi all, > > The following reported issue - "HTTP/2 Stream.receivedData method > throwing continuous NullPointerException in the logs" has been > fixed in the latest tomcat. >

Re: Release date of latest Tomcat version - 9.0.38

2020-09-01 Thread Mark Thomas
On 01/09/2020 14:01, Christopher Schultz wrote: > Arshiya, > > On 9/1/20 08:13, Arshiya Shariff wrote: >> Hi all, > >> The following reported issue - "HTTP/2 Stream.receivedData method >> throwing continuous NullPointerException in the logs" has been >> fixed in the latest tomcat. >>

Re: Class loader does not find class in WEB-INF/classes

2020-09-01 Thread Mark Eggers
Carles, On 9/1/2020 11:23 AM, Christopher Schultz wrote: > Carles, > > On 9/1/20 14:08, Carles Franquesa wrote: >> This message is a reply to those that asked me for uploading a >> simple version of my webapp reproducing the problem of not finding >> classes when a JSP is inside a subfolder,