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 is servlet invoker?
Difference between forward() method and sendredirect() method ?
Why is http protocol called as a stateless protocol?
When servlet object is created?
How httpservlet is different from the genericservlet?
What is servlet and its use?
How do we translate jsp?
Why do you use session tracking in httpservlet?
I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>
Which interface must be implemented by all servlets?
Describe the phases of servlet lifecycle?
Explain the architechure of a servlet?
Why is Servlet so popular?
What are Servlets?
What are the different methods of session management in servlets?