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
Explain in brief the directory structure of a web application?
What are the advantages of servlets over traditional cgi?
How forward () method is different from send redirect () method?
What is servlet configuration?
Define servlet mapping?
Can you send an authentication error from a servlet?
What is the difference between the http servlet and generic servlet?
What are common tasks performed by Servlet Container?
How can we implement a jsp page?
What are the objects involved when a servlet receives a call from client?
What is java servlet?
What are the different methods involved in the process of session management in servlets?
Servlet is pure java object or not?
What are the supporting protocol by HttpServlet ?
What methodology can be followed to store more number of objects in a remote server?