Answer Posted / giridhar gangapatnam
Sampleapplication
-- any html or jsp pages
-- WEB-INF
--web.xml
--lib(which contains any jar files)
--classes
--(all Servlet .class files)
After compilation of Servlet .java files start the Tomcat
Server and in URL type like:
http://localhost:8080/Sampleapplication/.html(or).jsp <--(enter)
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
What are all the protocols supported by httpservlet?
How do I support both get and post from the same servlet?
What is the use of send redirect () method?
What are sessions in servlets?
Why is Servlet so popular?
What are the drawbacks of cgi?
What is called servlet mapping?
What is servlet initializer?
What are the life cycle methods of the servlet?
What is the dispatcher servlet?
What is ServletContext object?
What are the annotations used in servlet 3?
How the JSP file will be executed on the Server side?
What is the default http method in the servlet?
If my browser does not support cookie, and my server sends a cookie instance what will happen?