when you comppile the servlet is it neccesary to restaet the
tomcat server?
Answer Posted / sachin
reloadable=true has some problem in tomcat5.x or later
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can you create a deadlock condition on a servlet?
What is the difference in between the httpservlet and generic servlet?
What is http servlet? Explain with the help of an example.
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
Given the request path below, which are context path, servlet path and path info?
Define the servlet mapping.
What are the difference between RMI and Servlets?
How can we create deadlock situation in servlet?
Describe in brief RequestDespatcher?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
Why is a constructor needed in a servlet even if we use the init method?
What is the default http method in the servlet?
What are common tasks performed by Servlet Container?
How do you get the ip address of the client in servlet?
Where do you define dispatcherservlet?