when you comppile the servlet is it neccesary to restaet the
tomcat server?
Answer Posted / srinivasan
It is not necessary. You can set the server.xml file there
you will find http connector tag there in it you have to set
the parameter reloadable=true. then it is not necessary to
restart the tomcat server. just by compiling it will give
the latest compiled class file on the console of tomcat.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Why do we have servlet wrapper classes?
Write a simple servlet program to print the contents of html.
What is called servlet mapping?
What is servlet api used for conneting database?
Explain servlet.
Is tomcat a servlet container?
What is url encoding and url decoding
What is servlet and list its types?
How many objects of a servlet is created?
What is SingleThreadModel interface?
What is servlet name in web xml?
What do you mean by deployment descriptor?
How to handle exceptions thrown by application with another servlet?
What exactly is a servlet?
What is difference between GenericServlet and HttpServlet?