Guys-
JSP is a compiled at runtime programming language. This is different than PHP. PHP compiles on the fly, then sends back the compiled version to the browser.
JSP compiles pages, stores them in the work directory as a cache incase another user calls it.
If a file is missing from the work dir, it means that the jsp page isn't compiling correctly.
So, the problem isn't really that the file is missing...it's missing because it's not getting compiled.
Did you restart mailboxd? We had this issue back in 5.0.2 |