Hello - I'm pretty sure this is a config problem but I can't figure out what's wrong. I am having problems with the example JSPs, getting a "JasperException: Unable to compile class for JSP" because the xxx$jsp.java file isn't found in the work directory (e.g., "c: \tomcat404\work\Standalone\localhost\examples\jsp\dates\date$jsp.java"). The problem is that the .java file is being written to the root of c:.
I'm using Tomcat 4.0.4 with JDK 1.3.1. I've tried setting the "scratchdir" parm for the jsp servlet in web.xml to various settings, including "/", but Tomcat still appears to tack on "jsp/dates" to the path. If I copy the temp source file to the directory that Tomcat looks in, it appears to work correctly. What controls where the temp source files are written? Roger -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
