0

I have tomcat5.x and tomcat6 running on different machines. I usually use scp to deploy .war file to tomcat servers. Is there any other way to remotely deploy?

Thank you!

user53864
  • 1,723
  • 11
  • 37
  • 66

1 Answers1

1

scp is best way to deploy even you can use http://localhost:8080/manager/html browse deploy.war

Rajat
  • 3,349
  • 22
  • 29