Yeah, I read that, here is the problem:

I want to run Tomcat from my local PC.

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 want to run the *.jsp from a network drive (for night backup purposes) not
my local drive.
(I've added a context in the server.xml for this)

Windows shortcuts are not the same as Unix symbolic links 
(can't use a shortcut in the WEB-INF/classes to point to the network drive)

Tomcat changes the system classpath, I tried setting the system(windows)
classpath to include the
network drive, but Tomcat changes it.
(I've changed the class path in the catalina.bat, but I don't like this)



-----Original Message-----
From: Tim Moore [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 27, 2003 6:47 PM
To: Tomcat Users List
Subject: RE: getting java.lang.NoClassDefFoundError


Where is your bean's code being loaded from?  It should be in
$CATALINA_HOME/common/classes or your webapp's WEB-INF/classes (or it
can be in a JAR in $CATALINA_HOME/lib or your webapp's WEB-INF/lib).

-- 
Tim Moore / Blackboard 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]'
> 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/HttpServletRequest) in 
> my/tomcat's classpath??  Is that the problem??
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-user-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to