I developed a servlet. as directed in the FAQ
i created a subdirectory (Proj) under jswdk-1.0.1 .under proj i have
web-inf under which there is directory servlets. here i kept my classfile
then i edited webserver.xml as below
WebServer id="webServer">
    <Service id="service0">

        <WebApplication id="Proj" mapping="/Proj" docBase="Proj"/>
    </Service>
</WebServer>
finally i edited  servlets.properties as
myhello.code=HelloWorldExample
WHAT SHOULD myhello.initparams be, if i am not using it

I restarted the server and accessed as
http://localhost:8080/proj/servlet/myhello
I Got error:404 and said that file not found
Similar for
http://localhost:8080/proj/servlet/HelloWorldExample

What should I do. incidentally is the first way correct or the second one

PLEASE SUGGEST
thanks in advance

regards
neeraj

___________________________________________________________________________
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

Reply via email to