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
What do you mean by request dispatcher in servlet?
Explain load on start-up and its importance?
what is servlet chaining?
What are some disadvantages of storing session state in cookies?
Explain the architechure of a servlet?
What is the difference between encodeRedirectUrl and encodeURL?
What is servlet initializer?
Write a program to show the functionality of servlets.
Why HttpServlet class is declared abstract?
Elucidate servlet attributes and its scope?
Write the code to get the server information in servlet.
What is cookie in servlet?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
Should I override the service() method?
Why doesn’t a servlet include main()? How does it work?