dasari4kntr Posted April 15, 2021 Report Posted April 15, 2021 i have "maven-resource-plugin" which has copy-resources goal... it is copying each and every resource irrespective of ...is it modified resource or not... i want to copy only modified resources / files... is there any best way...? Quote
dasari4kntr Posted April 15, 2021 Author Report Posted April 15, 2021 LTT... i can provide more details.... cant find correct solution on internet.... Quote
PhirLalSalam Posted April 15, 2021 Report Posted April 15, 2021 talking about hot reload on local server? Quote
zarathustra Posted April 15, 2021 Report Posted April 15, 2021 Bro are you a DevOps expert? I need some architectural level help Quote
dasari4kntr Posted April 15, 2021 Author Report Posted April 15, 2021 5 minutes ago, PhirLalSalam said: talking about hot reload on local server? some how related to that... there is maven root with two modules...one module is services and another module is UI... we have to copy the UI resources..(html, js, svg..etc) to services module...to make a war...so we are suing maven plugin which i mentioned in first post... that war is configured in tomcat...to host UI and services... now during the local development...when i made any changes in UI and build...only modified build files has to copy to the existing war... i can run hot reloading if the entire setup is in node.js....but running in tomcat with some additional security setting is the org requirement... Quote
dasari4kntr Posted April 15, 2021 Author Report Posted April 15, 2021 8 minutes ago, zarathustra said: Bro are you a DevOps expert? I need some architectural level help no bro... i am not in deveops...i know docker, little bit of kubernetis..but not expertise level.... Quote
PhirLalSalam Posted April 15, 2021 Report Posted April 15, 2021 4 minutes ago, dasari4kntr said: some how related to that... there is maven root with two modules...one module is services and another module is UI... we have to copy the UI resources..(html, js, svg..etc) to services module...to make a war...so we are suing maven plugin which i mentioned in first post... that war is configured in tomcat...to host UI and services... now during the local development...when i made any changes in UI and build...only modified build files has to copy to the existing war... i can run hot reloading if the entire setup is in node.js....but running in tomcat with some additional security setting is the org requirement... don't know I understand correctly or not but if u r using tomcat/eclispe follow these steps... ignore first step if u r not using Ivy https://awol.ski/enable-hot-deployment-with-tomcat-eclipse-ivy/ Quote
alpachinao Posted April 15, 2021 Report Posted April 15, 2021 42 minutes ago, dasari4kntr said: some how related to that... there is maven root with two modules...one module is services and another module is UI... we have to copy the UI resources..(html, js, svg..etc) to services module...to make a war...so we are suing maven plugin which i mentioned in first post... that war is configured in tomcat...to host UI and services... now during the local development...when i made any changes in UI and build...only modified build files has to copy to the existing war... i can run hot reloading if the entire setup is in node.js....but running in tomcat with some additional security setting is the org requirement... maven copy all files to build war it don't work like u expecting, but if you are using eclipse build automatically function helps and it works the same way with integrated tomcat Quote
dasari123 Posted April 15, 2021 Report Posted April 15, 2021 1 hour ago, zarathustra said: Bro are you a DevOps expert? I need some architectural level help Ping me Quote
zarathustra Posted April 15, 2021 Report Posted April 15, 2021 15 minutes ago, dasari123 said: Ping me pinged Quote
dasari123 Posted April 15, 2021 Report Posted April 15, 2021 Just now, zarathustra said: pinged Quote
dasari4kntr Posted April 15, 2021 Author Report Posted April 15, 2021 1 hour ago, PhirLalSalam said: don't know I understand correctly or not but if u r using tomcat/eclispe follow these steps... ignore first step if u r not using Ivy https://awol.ski/enable-hot-deployment-with-tomcat-eclipse-ivy/ 1 hour ago, alpachinao said: maven copy all files to build war it don't work like u expecting, but if you are using eclipse build automatically function helps and it works the same way with integrated tomcat using..intelliJ IDEA... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.