Hi Iam using jdk1.4.2 allright but my class is known as GetInput only And not somepackage.GetInput. iam really frustrated by this. Can u give some other suggestions.
-----Original Message----- From: QM [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 11:35 PM To: Tomcat Users List Subject: Re: Tomcat 4.1Configuration <404 error> On Thu, Apr 01, 2004 at 11:26:54PM +0530, Taj wrote: : <web-app> : <servlet> : <servlet-name>GetInput</servlet-name> : <servlet-class>GetInput</servlet-class> : </servlet> : : Even after all this I get the 404 error: the required source was not found. Which JDK are you using? Are your classes are really called "GetInput" and not some.package.GetInput? JDK 1.4.x will give you a few headaches if your classes are not in proper packages. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
