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 mime type?
What is servlet container?
What is difference between server and servlet?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
Which is better jsp or servlet?
explain the advantages of servlet life cycle?
What is string tokenizer?
What is difference between cookies and httpsession?
why we should override only no-agrs init() method.
What are the advantages of Servlet over CGI?
What is the use of send redirect () method?
What is servlet invoker?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
What is a java servlet?
What do you mean by the servlet chaining?