Answer Posted / anil reddy
WEB-INF
--classes dir(.class)
--lib dir
--src dir(.java)
--web.xml
-html file
-dhtml file
-jsp file
=>tomcat on and goto browser type your html name(http:
\\localhost:8081\.html)
Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
What are the different mode that servlets can be used?
Can servlet have a constructor ?
What's the use of servletcontext?
How does java thread pool work?
What is the major difference between servlet and applet?
Why servlet is used as controller ? Not JSP? I want complete explation?
What are all the ways for session tracking?
What are the objects involved when a servlet receives a call from client?
Explain the different ways for servlet authentication?
What if we pass negative value in load-on-startup?
What is a web container and what is its responsibility?
How to commuincate between an applet and a servlet?
What are common tasks performed by Servlet Container?
What is the use of servletconfig interface?
How servlet is created?