I know the app servers like Websphere and Weblogic have remote deployment capabilities that can be scripted with either Ant tasks or Jython. Is there something equivalent for JBoss? Basically, if I have a server at some known location and I have appropriate credentials, how do I deploy to JBoss remotely?
I know the app servers like Websphere and Weblogic have remote deployment capabilities that
Share
Deploying to a remote JBoss AS is not easy because JBoss AS doesn’t provide much help in that area. But here are some ideas/suggestions:
file://protocol or put it on a web server and usehttp://.deploydirectory.