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 do you mean by cgi and what are its drawbacks?
Define the servlet mapping.
What are the difference between session and cookies in servlet? Explain
What are the type of protocols used in httpservlet?
How to notify an object in session when session is invalidated or timed-out?
What is the type of method for sending request from http server?
What is the purpose of requestdispatcher interface?
Define the lifecycle for executing a jsp page.
What is java servlet session?
What is httpservlet and how it is different from genericservlet?
What are the differences between forward() method and sendredirect() methods?
What are sessions in servlets?
What is servlet in simple terms?
What is the difference between a generic servlet and http servlet?
Explain url encoding?