Re: Tomcat/JSP returning inconsistent error messages

2014-09-17 Thread Josh Stratton
Ah, okay. So if I understand correctly, I get the error of the unknown tag that happens more intermittently is the compile error where it's been X seconds since last compile and it tries to recompile on the refresh. Then the rest of the time is when the timer is under the X seconds and returns wi

Re: Tomcat/JSP returning inconsistent error messages

2014-09-17 Thread Mark Thomas
On 17/09/2014 19:15, Josh Stratton wrote: > I'm new to Tomcat and running a stock installation on Ubuntu. One thing > that has me really confused when debugging errors is something when I hit > refresh it will display an error like a class exception or parse error, but > if I refresh again it will

Re: Tomcat/JSP returning inconsistent error messages

2014-09-17 Thread Josh Stratton
Just FYI but I am proxying through nginx if that's a factor. On Wed, Sep 17, 2014 at 11:15 AM, Josh Stratton wrote: > I'm new to Tomcat and running a stock installation on Ubuntu. One thing > that has me really confused when debugging errors is something when I hit > refresh it will display an e

Tomcat/JSP returning inconsistent error messages

2014-09-17 Thread Josh Stratton
I'm new to Tomcat and running a stock installation on Ubuntu. One thing that has me really confused when debugging errors is something when I hit refresh it will display an error like a class exception or parse error, but if I refresh again it will show me the page before I made my breaking edits.