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
Define the lifecycle for executing a jsp page.
Can you explain in detail 'javax.servlet' package?
How servlet is created?
Write a program to show the functionality of servlets.
Why do we use sendredirect() method?
What are the life cycle methods of a servlet?
What is the process to implement doget and dopost methods?
What is the procedure for initializing a servlet?
What is the purpose of dispatcherservlet properties?
What are the features added in Servlet 2.5?
What is a servlet engine?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What are the mechanisms used by a servlet container for maintaining session information?
What is called a session?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?