maven - Deployment URL for JRebel with JBoss using CLI (no exploded war)? -
i'm having trouble understanding how configure deployment url jrebel jboss, when our application not deployed exploded war, via maven deploy using jboss's cli features.
in properties window jrebel (in eclipse) required in deployment url? it's http://my.server:1234/my-application.
if have no such directory how configuration done? possible?
deployment url requires address in format:
deployment url: http://serveraddress:port/???
you need use jrebel remoting functionality (adding deployment url) if you're deploying application onto server on different machine or vm ide.
if start jboss cli on same machine ide, don't need deployment url , should turn off remoting. need java agent , rebel.xml files.
Comments
Post a Comment