sir
i have compile the HelloWorld servlet program and got the .class file
where i should place the .class file
the current position of tomcat5 in
/var/www/apache2-default/tomcat5
the tomcat5 folder contain following directories
webapps common bin etc
in which directory i can put the .class file
please tell the path for this
i try to put it in the webapps/ROOT/WEB-INF/ directory but there is no folder classes to put the .class file
when i try to access the servlet using the browser
i got the error 404 not found
the resource is not available
http://localhost:8180/servlet/HelloWorld
how to run servlet in a browser
please help me run the servlet
thanks in advance