On 17/08/2020 13:14, ma...@apache.org wrote: > This is an automated email from the ASF dual-hosted git repository. > > markt pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > The following commit(s) were added to refs/heads/master by this push: > new bc1adec More debugging
Just an update on where I have got to with this. Specifying jsp-file in web.xml creates a Wrapper instance. Init params are copied from JSP servlet - including load-on-startup. The JSP is compiled and the class and Java files are placed in the same places the JSP servlet would place them. The request arrives and is mapped to the JSP servlet. Locally, the JSP servlet uses the pre-compiled servlet. On s390x the JSP servlet appears to attempt recompilation. Because this happens with the JSP servlet's standard settings, the compilation fails. I am currently trying to figure out why local testing re-uses the pre-compiled servlet but s390x recompiles it. I'm currently looking at timestamps of files. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org