On Sat, Oct 30, 2004 at 05:41:32PM -0700, Vaishali Bhirud wrote:
: I have a servlet named HelloWWW which is under src directory of 
: (src created by ant)
: 
: src/vjsp/HelloWWW.java
: [snip: web.xml listing]
: 
: resource /vjsp/HelloWWW  not found
: 
: Is there something else I have to do other than mapping servlets.

You don't mention having compiled the servlet class, which is required
for Tomcat to load it.  Out of the box, the container won't do that for
you.  (It will only compile JSPs, not raw Java .class files.)

-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