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
What are the type of protocols used in httpservlet?
Explain the difference between get and post method in servlet?
What is session?
What do you mean by chaining in servlet?
What are the different methods involved in the process of session management in servlets?
What are the different types of servlets?
Explain jsessionid?
Why do we need a constructor in a servlet if we use the init method?
What is the workflow of a servlet?
The code in a finally clause will never fail to execute, right?
How to handle exceptions thrown by application with another servlet?
What are the different mode that servlets can be used?
How servlet is created?
What is meant by servlet? What are the parameters of the service method?
If my browser does not support cookie, and my server sends a cookie instance what will happen?