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
Is it possible to have a constructor inside the servlet?
How do you create a cookie using servlet?
What are the advantages of cookies?
What is servlet configuration?
Can you use javascript in servlets?
What are some advantages of storing session state in cookies?
Explain web application directory arrangement?
What is URL Encoding?
What's the use of servletcontext?
What’s the difference between sendredirect and forward methods
Difference between doget and dopost?
What are all the advantages of servlet over cgi?
Which event is fired at the time of project deployment and undeployment?
Describe the phases of servlet lifecycle?
What are the differences between the servletconfig interface and the servletcontext interface?