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]

Reply via email to