Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 27111 invoked from network); 25 May 2000 15:07:21 -0000 Received: from mail.develop.com (HELO infoserver.develop.com) (209.110.197.12) by locus.apache.org with SMTP; 25 May 2000 15:07:21 -0000 Received: from yossarian (usercq99.uk.uudial.com [62.188.156.227]) by infoserver.develop.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id L4A3JVGA; Thu, 25 May 2000 07:59:33 -0700 From: "Kevin Jones" To: "Tomcat-User" Subject: Problem with JSPC Date: Thu, 25 May 2000 16:00:01 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N If I try and compile a .jsp file with jspc I have to specify the uriroot even if it's the current directory so bin\jspc index.jsp fails with Exception in thread "main" java.lang.NullPointerException at java.io.File.(File.java:181) at org.apache.jasper.JspC.parseFiles(JspC.java:438) at org.apache.jasper.JspC.main(JspC.java:601) whereas bin\jspc -uriroot . index.jsp works fine, Kevin Jones DevelopMentor www.develop.com