Re: Strange JSP compilation issues in tomcat 7 and 8

2015-07-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul, On 7/7/15 5:21 AM, p...@kuruma.co.uk wrote: Hi Christopher, I can confirm that in tomcat 8.0.23 the application does not work with or without ##'s in the file name, however in tomcat 8.0.15 it works without the hashes. I compiled a

Re: Strange JSP compilation issues in tomcat 7 and 8

2015-07-07 Thread paul
Hi Christopher, I can confirm that in tomcat 8.0.23 the application does not work with or without ##'s in the file name, however in tomcat 8.0.15 it works without the hashes. I compiled a list of my tests and the exceptions that occurred, they are different in tomcat 7 and tomcat 8: I have them

Re: Strange JSP compilation issues in tomcat 7 and 8

2015-07-06 Thread Felix Schumacher
Am 4. Juli 2015 11:04:13 MESZ, schrieb p...@kuruma.co.uk: I am working on a spring\tiles application which I have been deploying to tomcat7 (7.0.32 and 7.0.53) and tomcat8 (8.2.0.23) and my war files are built with maven using jdk1.7.0_09. In my pom file I declare the final name using the ##

Re: Strange JSP compilation issues in tomcat 7 and 8

2015-07-06 Thread paul
I was really hoping that there would be something tomcat related in the WEB-INF\lib folder but nothing, they are all marked as provided in the pom file. There was a mistake in my original post, in tomcat 8.0.23 my application does not work with jdk's 1.7.0_09 or 1.8.0_11 so basically it doesnt

Re: Strange JSP compilation issues in tomcat 7 and 8

2015-07-06 Thread Violeta Georgieva
Hi, 2015-07-06 16:20 GMT+03:00 p...@kuruma.co.uk: I was really hoping that there would be something tomcat related in the WEB-INF\lib folder but nothing, they are all marked as provided in the pom file. Another thing that you can check is that you do not pack ECJ library or in the Tomcat lib

Re: Strange JSP compilation issues in tomcat 7 and 8

2015-07-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul, On 7/6/15 9:20 AM, p...@kuruma.co.uk wrote: I was really hoping that there would be something tomcat related in the WEB-INF\lib folder but nothing, they are all marked as provided in the pom file. There was a mistake in my original