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
Why are http servlets used in programming?
What is servlet api used for conneting database?
What are session variable in servlets?
why we should override only no-agrs init() method.
What is SingleThreadModel interface?
What is the process for chaining servlet?
If a servlet is not properly initialized, what exception may be thrown?
Why is httpservlet declared abstract?
What is servlet and its life cycle?
What do you mean by servlet?
How do you find out what client machine is making a request to your servlet
What's the use of servletcontext?
Explain the difference between generic servlet and http servlet?
What is string tokenizer?
What mechanisms are used by a Servlet Container to maintain session information?