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]>
