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
How we can call a jsp from the servlet?
How do we share data using 'getservletcontext ()?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
How many servlet objects are created?
When servlet object is created?
Is tomcat a servlet container?
request parameter how to find whether a parameter exists in the request object?
How to get the server information in a servlet?
Can we override destroy method in servlet?
What is a servlet-to-servlet communcation?
Why session tracking is needed?
How do you load an image in a Servlet?
How to read request headers from servlets?
What is the life-cycle of servlets?
Describe some assignments that are executed by servlet container?