when you comppile the servlet is it neccesary to restaet the
tomcat server?
Answer Posted / prapanch
if you are deploying the application with a war file then
no need to restart the tomcat server, but you need to
redeploy it to create a new war file as one of your servlet
had changed.but if you are doing in another way like
creating a folder in web-apps copying all the classes to
classes folder like then you need to stop and again start
the tomcat.clear.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What do you mean by session tracking and also explain its techniques?
Is it good idea to create servlet constructor?
Explain how to improve Servlet Performance?
Is servlet a server side scripting language?
How to rectify errors in java servlet while compilation?
Which application server is best for java?
What is servlet initializer?
What is the use of httpservletresponsewrapper?
What's the difference between authentication and authorization?
How do you create a cookie using servlet?
What is Servlet API used for connecting database?
Can you explain in detail 'javax.servlet' package?
Why do we need a constructor in a servlet if we use the init method?
What is the difference between encodeRedirectUrl and encodeURL?
What are the differences between servlet context vs servlet config?