Hi, this is my first experience with tomcat and I'm running into problems. The server starts fine, and I can access the example servlets (HelloWorld, etc.). However, when I try one of the example jsps, I get a 404 error. This is what appears in the log:
2002-01-22 15:32:08 - /examples: Compiling: /jsp/num/numguess.jsp to jsp.num.numguess_0 writeVersion() /var/cache/tomcat/DEFAULT/examples/jsp/num/numguess.verjava.io.FileNotFoundException: /var/cache/tomcat/DEFAULT/examples/jsp/num/numguess.ver (No such file or directory) 2002-01-22 15:32:09 - /examples: Class not found: jsp.num.numguess_1 2002-01-22 15:32:09 - /examples: Status code:404 request:R( /examples + /jsp/num/numguess.jsp + null) msg:null I'm using the debian package in testing (tomcat 3.3-2) with j2sdk1.3 from blackdown.org (also their prepackaged deb). The rest is the stuff in testing. What am I doing wrong? TIA -- Ivan Fern�ndez [EMAIL PROTECTED]

