tomcat - The easy and modern way to manage the changes of a java project on a deployment server -


this writing doubting whether method using outdated or not. have java webserver , have changes on , when need upload changes build project locally , upload java files , restart.

the other method upload war file , place webapps folder. in case if there dynamic images or files uploaded users, need take backup , replaced newly created folder after war file deployment.

is both above method or can suggest me more method manage live environment changes.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -