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
What are the differences between the servletconfig interface and the servletcontext interface?
What is new in ServletRequest interface ? (Servlet 2.4)
What is java servlet session?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What mechanisms are used by a Servlet Container to maintain session information?
What is the use of request dispatcher interface?
Define context initialization parameters.
Can we override servlet service method?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
What are the life-cycle methods for a servlet?
How can a servlet be used to generate plain text instead of html?
What is the procedure of invoking different servlet in a different application?
When a servlet accepts a call from a client, it receives two objects. What are they?
What is servlet collaboration?
What do you mean by httpservlet?