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,653
  • 8
  • 36
  • 66

1 Answers1

1

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

Rajat
  • 3,329
  • 21
  • 29