> From: Trevor Quinn [mailto:[EMAIL PROTECTED] > When I deploy a web application to a Windows 2K server > running Tomcat 5.0.28 and JDK 1.5, I see "Unable to compile > JSP" errors on every JSP page, but only when Tomcat is > running as a Windows service. When I run Tomcat from the > console window, all pages compile and display correctly.
Check file permissions on the files Tomcat is trying to access. If you think you might have problems in this area, filemon from http://www.sysinternals.com is an invaluable debugging tool as it can show you the file accesses (and the results) in realtime. - Peter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
