Howdy,
>> I want to load the *.classes from a network drive (for night backup
>> purposes) not my local drive.
>> (I've changed the class path in the catalina.bat, but I don't
>> like this)
I wouldn't like it either if I were you ;)
Besides posing a security risk (e.g. someone remapping the netw
> -Original Message-
> From: Davidson, Greg [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 28, 2003 8:57 AM
> To: 'Tomcat Users List'
> Subject: RE: getting java.lang.NoClassDefFoundError
>
>
> Yeah, I read that, here is the problem:
>
&g
getParameter() is misspelled.
-Original Message-
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 8:57 PM
To: Tomcat Users List
Subject: Re: getting java.lang.NoClassDefFoundError
On Mon, 27 Jan 2003, Davidson, Greg wrote:
> Date: Mon, 27 Jan 2
kboard Inc. / Software Engineer
1899 L Street, NW / 5th Floor / Washington, DC 20036
Phone 202-463-4860 ext. 258 / Fax 202-463-4863
> -Original Message-
> From: Davidson, Greg [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 27, 2003 5:44 PM
> To: '[EMAIL PROTECTED]&
On Mon, 27 Jan 2003, Davidson, Greg wrote:
> Date: Mon, 27 Jan 2003 17:44:23 -0500
> From: "Davidson, Greg" <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> Subj
or / Washington, DC 20036
Phone 202-463-4860 ext. 258 / Fax 202-463-4863
> -Original Message-
> From: Davidson, Greg [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 27, 2003 5:44 PM
> To: '[EMAIL PROTECTED]'
> Subject: getting java.lang.NoClassDefFoundError
I'm getting the following error:
java.lang.NoClassDefFoundError: javax/servlet/http/HttpServletRequest
when I try to execute the following:
bean code:
request(request, response)
{
request.getParamater("inputBox"); //This line cause the error.
}
Why isn't this (javax/servlet/http/Htt
I'm trying to get tomcat-3.2.1 running on a redhat 7.1 install. I've set up
my java environment (correctly I believe), installed tomcat as per the docs,
and ran the startup.sh script. My classpath and tomcat environments are as
follows:
#Java Environment
JAVA_HOME=/usr/local/java
export JAVA_HO