when you comppile the servlet is it neccesary to restaet the
tomcat server?

Answers were Sorted based on User's Feedback



when you comppile the servlet is it neccesary to restaet the tomcat server? ..

Answer / prapanch

if you are deploying the application with a war file then
no need to restart the tomcat server, but you need to
redeploy it to create a new war file as one of your servlet
had changed.but if you are doing in another way like
creating a folder in web-apps copying all the classes to
classes folder like then you need to stop and again start
the tomcat.clear.

Is This Answer Correct ?    5 Yes 0 No

when you comppile the servlet is it neccesary to restaet the tomcat server? ..

Answer / 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

when you comppile the servlet is it neccesary to restaet the tomcat server? ..

Answer / fasihuddin

Yes it is absolutely necessary to restart the Tomcat server.

Is This Answer Correct ?    4 Yes 2 No

when you comppile the servlet is it neccesary to restaet the tomcat server? ..

Answer / imambasha

i am sure that it's not necessary to restart the server..
we can select the "reload" option in the Tomcat/manager
window to reload all the components under a webroot...
but if u want or need to load entirly anew we application
into the server it's must..

Is This Answer Correct ?    1 Yes 0 No

when you comppile the servlet is it neccesary to restaet the tomcat server? ..

Answer / sachin

reloadable=true has some problem in tomcat5.x or later

Is This Answer Correct ?    0 Yes 1 No

when you comppile the servlet is it neccesary to restaet the tomcat server? ..

Answer / ravikiran.chd

yes

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Servlets Interview Questions

Some examples where generic servlet is used?

1 Answers  


What do you mean by session tracking and also explain its techniques?

0 Answers  


What do you mean by interservlet communication?

0 Answers  


Explain web container.

0 Answers  


When Servlet is unloaded?

0 Answers  






What is the dispatcher servlet?

0 Answers  


What is the difference between doGet and doPost?

9 Answers   iGate,


What is difference between cookies and httpsession?

0 Answers  


How threads are implemented in servlets?

3 Answers  


What methodology can be followed to store more number of objects in a remote server?

0 Answers  


program for RequestDispatcher in servlets?

3 Answers   Wipro,


What do you mean by scope object and what are its types?

0 Answers  


Categories