java - JBOSS explode war file on build (hot deployment) -
the last java project on used tomcat server new java project using jboss.
i front-end designer needs make frequent , rapid changes jsp, html, css , js files. here rundown of happening...
in tomcat, when app deployed webapps directory, automatically exploded. there can stop server, create symbolic links pointing webapps/myapp directory git repository, ~/somedir/myapp , restart tomcat. way working on local repository , when make change in ide go browser , refresh, changes there instantly.
in jboss, things bit different. when app deployed standalone/deployments directory, remains compressed .war file.
i have tried expanding .war file manually , renaming folder myapp.war , seemed work, however, jboss still re-deployed app once noticed there change 1 of files, kinda defeats purpose.
i have been searching couple of days before asking question last resort.
does happen know of way accomplish in jboss able accomplish in tomcat?
thank in advance!
Comments
Post a Comment