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
Difference between GET and POST?
How to get the current httpsession object?
What are different methods of session management in servlets?
Explain the war file?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
Define the life cycle of a servlets.
List the Different types of servlet?
What are the different methods of session management in servlets?
What is the use of attribute in servlets?
Who is responsible for writing a constructor?
What is the
How would you create deadlock on your servlet?
What is a servlet context object?
What are different ways for authentication of servlet?
How does java thread pool work?