java ee - Deploy multiple war -
which best way deploy multiple (war) wildfly server/jboss 7?
the war content equals, difference access url , database.
war 1: http://localhost:8080/war1 war 2: http://localhost:9080/war2 war 3: http://localhost:10080/war3 war 4: http://localhost:11080/war4 actually do:
standalone.bat -djboss.server.base.dir=%standalone_instance% -dorg.jboss.boot.log.file=%standalone_instance%\log\boot.log -dlogging.configuration=%standalone_instance%\configuration\logging.properties -djboss.socket.binding.port-offset=1000 this way, need duplicate standalone folder name, best solution?
you utilize domain servers, why each war need run on different server? can deploy multiple wars onto same standalone instance.
java-ee jboss jboss7.x web-deployment wildfly
No comments:
Post a Comment