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 do you mean by chaining in servlet?
Who is responsible for writing a constructor?
Can you call a jsp from the servlet?
What is session tracking?
Which is better jsp or servlet?
Differentiate between the web server and application server?
How is a servlet implemented in code?
What is the difference between Servlets and Applets?
What do you mean by web applications? Explain web application directory arrangement?
How to create war file?
What is webservlet?
What is string tokenizer?
What is the major difference between context parameter and context attribute?
Write a program to show the functionality of servlets.
What do you mean by servlet?