Problem with Tomcat 3.2beta

2000-11-09 Thread S Ramakrishnan
Hi - I am using Tomcat 3.2 beta with JDK1.3 on a NT4.0 workstation. Loading a trivial JSP file causes the exception given below. What is causing this error? Thanks, Rk java.lang.NullPointerException at java.io.File.(File.java:185) at  org.apache.jasper.co

Re: Problem with Tomcat 3.2beta

2000-11-10 Thread Christian Mallwitz
, November 10, 2000 07:28 To: [EMAIL PROTECTED] Subject: Problem with Tomcat 3.2beta Hi - I am using Tomcat 3.2 beta with JDK1.3 on a NT4.0 workstation. Loading a trivial JSP file causes the exception given below. What is causing this error? Thanks, Rk java.lang.NullPointerException

Re: Problem with Tomcat 3.2beta

2000-11-10 Thread S Ramakrishnan
49 3641 894 334 > > > > -Original Message- > From: S Ramakrishnan [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 10, 2000 07:28 > To: [EMAIL PROTECTED] > Subject: Problem with Tomcat 3.2beta > > > Hi - > > I am using Tomcat 3.2 beta with JDK

Re: Problem with Tomcat 3.2beta

2000-11-10 Thread Hans Bergsten
S Ramakrishnan wrote: > > Yes the cases match (at any rate, its an NT > system). > > The file is under $TOMCAT_HOME\webapps\ROOT > and is named A.JSP. > > The JSP file is trivial: > > >Bajji > > > <% int x = 5 ; %> > <% out.println("X = " + x); %> A side note, you could