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

前端 未结 1 504
挽巷
挽巷 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 1099 and problem fixed!

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