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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the ways to handle multi-threading in servlets?

817


What is pure servlet?

894


What is servlet collaboration?

869


What are the new features added to servlet 2.5?

818


What is servlet and how it works?

670


What are the life cycle methods of a servlet?

768


Which protocol will be used by browser and servlet to communicate

756


What is the use of attribute in servlets?

763


Describe servlet?

759


I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>

2713


What is the element?

770


What is cgi?

773


request parameter how to find whether a parameter exists in the request object?

767


The code in a finally clause will never fail to execute, right?

794


What are the difference between RMI and Servlets?

1230