(snip)
> I put my .class files in a directory under directory servlets, I try to
> access them, I get error message is "The page cannot be found". if I move
> the files to servlets directory, I can access them.
(snip)
> Then I creat another directory fsLeads under servlets, and move
> LoginHandler
> to fsLeads. I access this file in html page(path is
> ../geccd/servlet/fsLeads/LoginHandler). it fails. There is one error
> message
> "The page cannot be found".
>
> Do you know why?
>
>
If I'm not mistaken here, the servlet engine thinks that directories in the
Servlets-directory are packages, so you need to write fsLeads.LoginHandler
instead of fsLeads/LoginHandler when you access the servlet.
Hope this helps
/Micael
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html