Hi,
I am having a project running in my tomcat server. I want to deploy a war file to tomcat at the same time. for deploying the war file i need to stop and start the server. if i stop the tomcat my currently running project gets stopped.
so how can i deploy a war file to tomcat without affecting the currently running project.
Regards