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
Which event is fired at the time of setting, getting or removing attribute from application scope?
What is Request Dispatcher?
What are the phases of a servlet life cycle?
How many servlet objects are created?
What are the types of Session Tracking ?
What are the types of protocols supported by httpservlet ?
When should you prefer to use doget() over dopost()?
What is a generic servlet?
What exactly are the functions of servlet?
Can we get PrintWriter and ServletOutputStream both in a servlet?
How do you get the ip address of the client in servlet?
Why do you use session tracking in httpservlet?
What do you mean by the servlet chaining?
Does servlet have main method?
What is the purpose of requestdispatcher interface?