Answer Posted / subrahmanyam
We have to Make a WEB-INF folder and under it classes
folder. In WEB-INF we have to write web.xml .
Our compled servelet class file should be stored in classes
folder.
Make a war file using jar & deploy in Web.
Is This Answer Correct ? | 97 Yes | 27 No |
Post New Answer View All Answers
Which protocol will be used by browser and servlet to communicate
What are the supporting protocol by HttpServlet ?
What is called Session Tracking?
Explain how to improve Servlet Performance?
How forward () method is different from send redirect () method?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
How can you create a session in servlet?
Explain load on start-up and its importance?
How to get the actual path of servlet in server?
What is the main purpose of java servlets?
How servlets are deployed in java?
How do I know if java is running on linux?
What are some disadvantages of storing session state in cookies?
What is life cycle of Servlet?
What is dispatcher servlet?