Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: Servlet Won't Run, Pls Help !!


Message #1 by richardtham@y... on Wed, 20 Sep 2000 20:44:49 +0100
Hi Richard,

The error I get from the URL you gave isn't "page not found".
Rather, I get this:

500 Servlet Exception

java.lang.ClassNotFoundException: richardtham.HTTPGetServlet
[java.lang.NoClassDefFoundError: richardtham/HTTPGetServlet
(wrong name: HTTPGetServlet)]

...which suggests that you need to put the servlet in a
package called "richardtham" for it to work with the
MyCGIServer software. Recompile and reupload the servlet
and try it again...

Cheers,

Dave.

-- 
David Long <davidl@w...>
Wrox Press - Programmer to Programmer(tm)
http://p2p.wrox.com/

  Return to Index