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
Explain the lifecycle of a servlet?
Difference between GET and POST?
What are the differences between the servletconfig interface and the servletcontext interface?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What is servlet container?
Is tomcat a servlet container?
Which java framework is most popular?
What are the uses of servlets?
Can you call a jsp from the servlet?
How do we call one servlet from another servlet?
Can we use the constructor, instead of init(), to initialize servlet?
What are the differences between forward() method and sendredirect() methods?
What are common tasks performed by Servlet Container?
Can you create a deadlock condition on a servlet?
What do you mean by servlet context?