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 is generic servlet class?
Why do we need servlet filter?
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 the directory structure of a war file?
How do you deal property files in servlet?
What is the difference in between the httpservlet and generic servlet?
How to get the server information in a servlet?
Explain the concept of ssi ?
How we can call a jsp from the servlet?
What is the difference between servlet and filter?
How to get the path of servlet in the server?
What is meant by a web application
What is meant by a servlet?
What is the use of servletconfig interface?
What is servlet container?