when you comppile the servlet is it neccesary to restaet the
tomcat server?
Answer Posted / fasihuddin
Yes it is absolutely necessary to restart the Tomcat server.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is URL Encoding?
What do you mean by default initialization in java servlet?
What are the different methods involved in the process of session management in servlets?
What is the directory structure of a war file?
What are the exceptions thrown by servlets? Why?
What is called servlet container?
Is it possible to have a constructor inside the servlet?
Why servlet is used as controller ? Not JSP? I want complete explation?
Difference between forward() method and sendredirect() method ?
Explain web container.
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
How to create war file?
How to rectify errors in java servlet while compilation?
Which java application server is the best?
What are the ways to handle multi-threading in servlets?