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
Why do you use session tracking in httpservlet?
How do servlets work?
Given the request path below, which are context path, servlet path and path info?
Explain the difference between jsp and servlet?
Is it good idea to create servlet constructor?
What is the difference between encodeRedirectUrl and encodeURL?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
Explain the difference between servletconfig and servletcontext in servlet?
What is the difference between get and post methods?
Explain the difference between a web server and a web container?
What are all the ways for session tracking?
Is it possible to have a constructor inside the servlet?
What is the difference between jsp and servlet life cycle?
What is the use of servlet wrapper classes?
What is getservletcontext?