ant builds servlets and jsps everything. That is why I have mentioned
that I am using ant to build my application.

Thanks,

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to