How to deploy remotely WAR to JBoss 5.1.0.GA using Cargo maven plugin?

前端 未结 1 503
挽巷
挽巷 2021-01-23 20:25

I am trying to deploy remotely a WAR file to JBoss 5.0.1 GA using Cargo maven plugin but it seems that I can\'t. I have found similar threads but none of them finally helped me

相关标签:
1条回答
  • 2021-01-23 20:34

    Finally I found the solution :)

    I used wrong rmi port. The default one is 1099. So, I put in my pom file this <cargo.rmi.port>1099</cargo.rmi.port> and problem fixed!

    0 讨论(0)
提交回复
热议问题