Re: [Stripes-users] Deploying project using Stripes to Tomcat 8

2015-02-06 Thread Scharp, Michael
I saw that stack overflow post, but as I’m not doing pre-compilation or using ant I didn’t know if it was relevant. Also, the only .tld file in our project is a security file and it isn’t the one throwing errors. However, I will take a closer look. Any other suggestions? Has anyone had succe

Re: [Stripes-users] Deploying project using Stripes to Tomcat 8

2015-02-05 Thread Rusty Wright
I have a project that would simply stop outputting its html from the jsp, randomly. No errors in the tomcat log files. It started after I upgraded to tomcat 8. When I downgraded to tomcat 7 the problem stopped. On Thu, Feb 5, 2015 at 5:38 PM, Iwao AVE! wrote: > Hi, > > The exception looks sim

Re: [Stripes-users] Deploying project using Stripes to Tomcat 8

2015-02-05 Thread Iwao AVE!
Hi, The exception looks similar to this. http://stackoverflow.com/questions/25902137/error-compiling-jsps-in-apache-tomcat-8-0-12 Regards, Iwao 2015-02-06 2:01 GMT+09:00 Scharp, Michael : > Hi! > > I’ve recently inherited a project that is using Stripes 1.5.3. We currently > build against the j

[Stripes-users] Deploying project using Stripes to Tomcat 8

2015-02-05 Thread Scharp, Michael
Hi! I’ve recently inherited a project that is using Stripes 1.5.3. We currently build against the java 1.7.0_55 JDK and deploy to Tomcat 7. For some other reasons not related to this project, we are upgrading tomcat from 7 to 8. Our application continues to build and deploy fine, but when ru