when you comppile the servlet is it neccesary to restaet the
tomcat server?
Answer Posted / prapanch
if you are deploying the application with a war file then
no need to restart the tomcat server, but you need to
redeploy it to create a new war file as one of your servlet
had changed.but if you are doing in another way like
creating a folder in web-apps copying all the classes to
classes folder like then you need to stop and again start
the tomcat.clear.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What do you mean by session tracking and also explain its techniques?
What is SingleThreadModel interface?
What are the life-cycle methods for a servlet?
Write the code to get the server information in servlet.
Explain get and post.
What are the steps that are involved in using the httpservlet class?
When jsessionid is created?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
How to get the server information in a servlet?
How can an existing session be invalidated?
What is api in servlet?
Tell us something about servletconfig interface.
Why is init() method is used in servlets?
What is the workflow of a servlet?
Which HTTP method is non-idempotent?