Answer Posted / suresh
we have make dir name is,WEB-INF is the root directory
WEB-INF
--classes dir
--lib dir
--src dir
--web.xml
-html file
-dhtml file
-jsp file
lib dir contains
--jasper-runtime.jar
--servlet-api.jar
--jsp-api.jar
your source code put in the src dir
--put the WEB-INF dir in your tomcat server and run the servlet
| Is This Answer Correct ? | 27 Yes | 15 No |
Post New Answer View All Answers
What are the life-cycle methods for a servlet?
What is the difference between 2 types of servlets?
Which event is fired at the time of session creation and destroy?
How to generate the server side programming and the advantages of it over the other languages?
What is the default http method in the servlet?
Is it possible to have a constructor inside the servlet?
What do you mean by session tracking and also explain its techniques?
Why is httpservlet declared abstract?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
Is servlet thread safe?
What is a servlet?
Explain the war file?
What's the use of servletcontext?
What is a servlet context?
how many jsp scripting elements are there and what are those?