----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
The solution to Error 404 (File not found) could be easy: If your
servlets are part of a package, then you have to use the fully
qualified name in the browser.
Example:
Servlet 'Hello' is in the package mycom.myprojects.myservlets,
and you mounted the corresponding servlet zone to 'myzone',
then you have to access the servlet under
HOST:PORT/myzone/mycom.myprojects.myservlets.Hello
Andy
> Rob,
>
> I am having the same problem as Thad. I've had this problem for
> sometime now !! can't figure out why i get a 404 even though my
> class file is present. Also the same class file runs fine on Java Web
> Server and on the web server provided with JSWDK !
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]