Fw: Bug in tomcat 3.2.3

2002-07-18 Thread smashingwebs
Anybody.Any ideas?? - Original Message - From: "smashingwebs" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, July 17, 2002 3:01 PM Subject: Re: Bug in tomcat 3.2.3 > Thanks for the idea

Re: Bug in tomcat 3.2.3

2002-07-17 Thread smashingwebs
ot;non-configurable" file names etc) I think I'd try > wiping out the work directory. > > smashingwebs wrote: > > >Hi, my version of tomcat (3.2.3) has crashed. I am using it with > >Win 98. > > > >The problem is I get the following e

Bug in tomcat 3.2.3

2002-07-16 Thread smashingwebs
Hi, my version of tomcat (3.2.3) has crashed. I am using it with Win 98. The problem is I get the following error message when trying to access a page within a directory: Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for JSP Root Cause: java.lang.NullPoint

Re: Install tomcat 3.2.3 on Win 98

2002-03-19 Thread smashingwebs
Thanks again!... - Original Message - From: "Daniel Bruce Lynes" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, March 19, 2002 4:55 PM Subject: Re: Install tomcat 3.2.3 on Win 98 > On March 19, 2002 04:46 pm, sm

Install tomcat 3.2.3 on Win 98

2002-03-19 Thread smashingwebs
Hi, I need help to set up tomcat 3.2.3 on windows 98. I went to sysedit and put in TOMCAT_HOME = c:\tomcat into autoexec.bat I also put in JAVA_HOME = c:\jdk1.3.1_02 But when I try to run tomcat I get the message: "You must set JAVA_HOME to point at your Java Development Kit Installation" Is t

Re: Hey what happened to the tomcat forum?

2002-02-17 Thread smashingwebs
ebruary 17, 2002 2:14 PM Subject: Re: Hey what happened to the tomcat forum? > Do you mean the lack of messages? > > On Sunday, February 17, 2002, at 05:13 PM, smashingwebs wrote: > > > Hey what happened to the tomcat forum? > > > > Or am I being obtuse? > >

Hey what happened to the tomcat forum?

2002-02-17 Thread smashingwebs
Hey what happened to the tomcat forum? Or am I being obtuse?

Re: Defining your own class

2002-02-12 Thread smashingwebs
]> Sent: Tuesday, February 12, 2002 5:08 PM Subject: RE: Defining your own class > Have you tried... >javac -classpath [PATH]/jasper-runtime.jar myclass.java? > > If you are using Tomcat 4.0.2 I know this class is in jasper-runtime.jar. > > -Original Message- >

Re: Defining your own class

2002-02-12 Thread smashingwebs
ing? >javac -classpath ? YourClass > > > -Original Message- > From: smashingwebs [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 12, 2002 5:44 PM > To: [EMAIL PROTECTED] > Subject: JSP: Defining your own class > > > Hi All, > I am using tomcat for my jsp cont

JSP: Defining your own class

2002-02-12 Thread smashingwebs
Hi All, I am using tomcat for my jsp container. I have a book that says that if I want to define my own class and constructor I need to make it extend a class in org.apache.jasper.runtime.*; called HttpJspBase. The problem is when I try to compile it with jdk1.3.1 I get the message that this file

Re: Odd include file behavior on test

2001-11-02 Thread smashingwebs
> you're changes. > Lance > > -Original Message- > From: smashingwebs [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 01, 2001 5:29 PM > To: [EMAIL PROTECTED] > Subject: Odd include file behavior on test > > > Hi I am developing a jsp web application

Odd include file behavior on test

2001-11-01 Thread smashingwebs
Hi I am developing a jsp web application and one of my jsp pages has the <%@ include file="whatever.jsp" %> tag. As you can see I am including another .jsp page. If I make a change on the whatever.jsp page and visit it with my browser, I can see the changes. But the odd thing is, if I visit the ot