Answer Posted / anji
The structure of the web app. is
demo[root]
- all jsps will go her
- WEB-INF
- web.xml
- tld files
- classes
- all java class files will go here
Compile all the files and create a war file
copy the war file into Tomcat_root\webapps folder
if you use weblogic or webspehere the deployment will be
different.
| Is This Answer Correct ? | 41 Yes | 28 No |
Post New Answer View All Answers
Explain the war file?
What is the difference between context parameter and context attribute?
What are all the ways for session tracking?
What is a web container and what is its responsibility?
What is the use of httpservletresponsewrapper?
Difference between GET and POST?
What are the functions of an intercepting filter?
What is cgi?
What is the difference between CGI and Servlet?
How many objects of a servlet is created?
How will two or three servlets interact or communicate with each other?
Explain in brief the directory structure of a web application?
Why is a constructor needed in a servlet even if we use the init method?
What is servlet? Explain
Define the life cycle of a servlets.