----------------------------------------------------------------
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!!!
----------------------------------------------------------------

Hello,

> - If you want to invoke a servlet by its class name, you must include the
> fully-qualified package name, eg:
> 
>          /servlets/com.acme.MyServlet

I've actually had no problems just naming the class of my servlet
(without the package name).  Then again my classes aren't a part of any
package.

> >The requested URL /servlets/Logon was not found on this server.

Are the directory and file permissions set correctly?  Does the user who
the servlet engine executes as have read and execute permission on the
classes and directories?

Brad


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

Reply via email to