I have a trivially simple embedded jetty instance with a mapped JspServlet. For performance reasons, Jetty is caching the compiled JSP files somewhere, but I can't find the cache location.
When in production, caching is great. In development, however, I need to remember to run "find . -exec touch {} \;" on my webapp, which is an incredible hack.
Anyway, does anyone know where the jetty cache is? Didn't seen anything in the documentation. I looked in /tmp, ~, my working directory, and my webapp directory; didn't find anything.