> Hai All I could not run a servlet. The following is the information about
> that servlet.
>
> c:/JavaWebServer2.0/servlets/carweb is the root directory.
>
> ..../carweb/businessservices/ in this packate some classes are
> there
> .../carweb/dataservices/ in this package some classes are there
> .../carweb/entity/ in this package some classes are there
> .../carweb/utils/ in this package some classes are there
> .../carweb/signon/ in this package a servle by name SignOnServlet
> is there. This servlet uses some of the classes in the above said
> packages. So import statements are given for the above packages in
> SignOnServlet.java program. I compiled the SignOnServlet.java program like
> this:
>
> c:/JavaWebServer2.0/servlets/carweb> javac signon\SignOnServlet.java
>
> Now I gave URL in html form tag like this:
> <form method = "post" action =
> "http://son593:8080/servlet/carweb.signon.SignOnServlet">
> </form>
>
> I am getting an error stating that file not found. I could not understand
> the reason why the servlet is not being loaded.
> Is there anything wrong in the above compilation which I had done.
>
> Is there anything else I must do like setting the class path etc.
>
> Please help me urgently.
>
> Thanks inadvance
> A V K KISHORE VELETI
> SYSTEMS ANALYST
>
___________________________________________________________________________
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