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 servlet api used for conneting database?
What is the servletconfig object?
How can we refresh automatically when new data has entered the database?
How to get the current httpsession object?
Write a hello world program using servlets.
Explain url encoding in servlet?
Can you send an authentication error from a servlet?
Explain jsessionid and when is it created?
Is java servlet still used?
What exactly are the functions of servlet?
How can the session in servlet be destroyed?
What is the life-cycle of servlets?
Which interface must be implemented by all servlets?
Why do we have servlet wrapper classes?
What are the different session tracking techniques?