I wonder what are the advantages of using Tomcat Client Deployer? How different it is from deploying an application without using this?
I wonder what are the advantages of using Tomcat Client Deployer? How different it
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since you just want to reload your webapp without bouncing Tomcat (see comments above), then you should look into the Tomcat manager: http://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html
That should be able to do exactly what you want.