Jboss step by step set hot deploy

后端 未结 8 1926
南旧
南旧 2021-02-03 13:45

Hello i would like ask how it is possible configure jboss server for something like live, hot deploment:

  • every time when i change some code of my jsp,html,js or cs
8条回答
  •  不要未来只要你来
    2021-02-03 14:12

    Follow this procedure to enable hot deployment enable in JBOSS

    It will work on JBoos AS 7.0.1 and should work on other versions with slight changes

    1. Go to JBoss administrative panel (by default localhost:9990)
    2. Now in profile settings open Core - Deployment Scanners
    3. Turn on Autodeploy-Exploded (set to true)
    4. You can set scanner time (by default 5000 ms) to appropriate as according to you your (I prefer to set 2000, for more fast incremental publishing when I make changes in projects)

    That it.

    Now JBoss make HOT deploy for almost all kind of files

提交回复
热议问题