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
Which HTTP method is non-idempotent?
What is the servlet?
What’s the difference between forward() and sendredirect() methods?
Explain servlet life cycle?
Explain the difference between servletconfig and servletcontext in servlet?
Can we override destroy method in servlet?
Explain the concept of ssi ?
When servlet is loaded?
Explain jsessionid?
Which httpsession object is used to view and manipulate information about a session?
How servlet is created?
What is servlet used for?
How can I send user authentication information while making URL Connection?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?