Web app running on tomcat not updating when modified Announcing the arrival of Valued...

What to do with post with dry rot?

If A makes B more likely then B makes A more likely"

Fishing simulator

How does modal jazz use chord progressions?

How should I respond to a player wanting to catch a sword between their hands?

Blender game recording at the wrong time

Limit for e and 1/e

Is above average number of years spent on PhD considered a red flag in future academia or industry positions?

How are presidential pardons supposed to be used?

How do you clear the ApexPages.getMessages() collection in a test?

When communicating altitude with a '9' in it, should it be pronounced "nine hundred" or "niner hundred"?

How do I automatically answer y in bash script?

Was credit for the black hole image misattributed?

Is there folklore associating late breastfeeding with low intelligence and/or gullibility?

Why is "Captain Marvel" translated as male in Portugal?

What items from the Roman-age tech-level could be used to deter all creatures from entering a small area?

What was the last x86 CPU that did not have the x87 floating-point unit built in?

How to stop my camera from exagerrating differences in skin colour?

Why is there no army of Iron-Mans in the MCU?

Classification of bundles, Postnikov towers, obstruction theory, local coefficients

How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time

Writing Thesis: Copying from published papers

Why does tar appear to skip file contents when output file is /dev/null?

Replacing HDD with SSD; what about non-APFS/APFS?



Web app running on tomcat not updating when modified



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Come Celebrate our 10 Year Anniversary!Configure Tomcat to use a different temp directory for file uploadsCan you run a specific tomcat Web Application under another user?Tomcat: how to change location of manager and host-manager to a subdirectoryApache & Tomcat & mod_jk SSL redirection on certain pages onlyTomcat 7.0.16 not accepting password for webappHow to specify path in Apache tomcat catalina for folder on different server?Tomcat localhost page showing HTTP500 but I can access the 'sample' war / app but no others - Jenkins installedDid I do anything wrong when config Server.xml to point another domain into a folder that is not a ROOT folder in webapps folder?How to change http to https when tomcat redirects happenApache buffers tomcat responses, and closes connection to tomcat when request size exceeds 10397232 bytes





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I'm modifiying a web app coded by another guy with AngularJS. This app is fed by csv data files and is running fine in the first place. However, when I'm trying to change some data in the csv files, every part of the app that relies on data taken from those .csv gets broken.



I first suspected this problem to be related to the fact Excel was recognizing the .csv files as SYLK files when I tried to modify them. However, when I tried to replace the new .csv by the old ones, it didn't change anything. Even more, removing the whole app overall and putting the old one in place instead didn't change anything to the problem.



So now, I'm suspecting there is some cache problem with the Tomcat server (8.0 under windows) I'm running the app on. I tried deleting the localhost folder in work/Catalina from the Tomcat installation folder as suggested in another question on Serverfault, but it doesn't change anything either (neither Under IE, nor Chrome). The only way I can go back to a working app is reboot my computer, but obviously I don't want to reboot each time I'm doing a modification.



Any idea to what could be causing the problem?










share|improve this question














bumped to the homepage by Community 14 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















    0















    I'm modifiying a web app coded by another guy with AngularJS. This app is fed by csv data files and is running fine in the first place. However, when I'm trying to change some data in the csv files, every part of the app that relies on data taken from those .csv gets broken.



    I first suspected this problem to be related to the fact Excel was recognizing the .csv files as SYLK files when I tried to modify them. However, when I tried to replace the new .csv by the old ones, it didn't change anything. Even more, removing the whole app overall and putting the old one in place instead didn't change anything to the problem.



    So now, I'm suspecting there is some cache problem with the Tomcat server (8.0 under windows) I'm running the app on. I tried deleting the localhost folder in work/Catalina from the Tomcat installation folder as suggested in another question on Serverfault, but it doesn't change anything either (neither Under IE, nor Chrome). The only way I can go back to a working app is reboot my computer, but obviously I don't want to reboot each time I'm doing a modification.



    Any idea to what could be causing the problem?










    share|improve this question














    bumped to the homepage by Community 14 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      0












      0








      0








      I'm modifiying a web app coded by another guy with AngularJS. This app is fed by csv data files and is running fine in the first place. However, when I'm trying to change some data in the csv files, every part of the app that relies on data taken from those .csv gets broken.



      I first suspected this problem to be related to the fact Excel was recognizing the .csv files as SYLK files when I tried to modify them. However, when I tried to replace the new .csv by the old ones, it didn't change anything. Even more, removing the whole app overall and putting the old one in place instead didn't change anything to the problem.



      So now, I'm suspecting there is some cache problem with the Tomcat server (8.0 under windows) I'm running the app on. I tried deleting the localhost folder in work/Catalina from the Tomcat installation folder as suggested in another question on Serverfault, but it doesn't change anything either (neither Under IE, nor Chrome). The only way I can go back to a working app is reboot my computer, but obviously I don't want to reboot each time I'm doing a modification.



      Any idea to what could be causing the problem?










      share|improve this question














      I'm modifiying a web app coded by another guy with AngularJS. This app is fed by csv data files and is running fine in the first place. However, when I'm trying to change some data in the csv files, every part of the app that relies on data taken from those .csv gets broken.



      I first suspected this problem to be related to the fact Excel was recognizing the .csv files as SYLK files when I tried to modify them. However, when I tried to replace the new .csv by the old ones, it didn't change anything. Even more, removing the whole app overall and putting the old one in place instead didn't change anything to the problem.



      So now, I'm suspecting there is some cache problem with the Tomcat server (8.0 under windows) I'm running the app on. I tried deleting the localhost folder in work/Catalina from the Tomcat installation folder as suggested in another question on Serverfault, but it doesn't change anything either (neither Under IE, nor Chrome). The only way I can go back to a working app is reboot my computer, but obviously I don't want to reboot each time I'm doing a modification.



      Any idea to what could be causing the problem?







      tomcat web-applications tomcat8






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jun 22 '16 at 15:39









      user361911user361911

      1




      1





      bumped to the homepage by Community 14 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 14 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          2 Answers
          2






          active

          oldest

          votes


















          0














          I actually found the answer, it was actually two problems combined:




          • the browsers, which didn't override their cache. Solution: delete the cache of Firefox/Chrome each time the app is updated. IE was actually checking by itself for new versions of the page so it didn't have this problem.


          • An unix/DOS compatibility problem when trying to modify the .csv files. Solution: opening the modified csv file with Notepad and save as UTF-8 file (and making sure there isn't a carriage return at the end of the file).







          share|improve this answer































            0














            I have faced the same problem 100 times.The very simple working solution is, Screen shot cache delete for Google Chrome clear browser cache OR just open the URL from new tab (ie:just click on browser new tab and paste your application localhost URL)



            Now The Shortcut for cache clearing:



            Ctrl+Shift+Delete then checke the cache checkbox then submit.
            Close Your browser and reopen it then run your application.



            Or



            restart your Tomcat server.






            share|improve this answer


























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "2"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f785600%2fweb-app-running-on-tomcat-not-updating-when-modified%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              0














              I actually found the answer, it was actually two problems combined:




              • the browsers, which didn't override their cache. Solution: delete the cache of Firefox/Chrome each time the app is updated. IE was actually checking by itself for new versions of the page so it didn't have this problem.


              • An unix/DOS compatibility problem when trying to modify the .csv files. Solution: opening the modified csv file with Notepad and save as UTF-8 file (and making sure there isn't a carriage return at the end of the file).







              share|improve this answer




























                0














                I actually found the answer, it was actually two problems combined:




                • the browsers, which didn't override their cache. Solution: delete the cache of Firefox/Chrome each time the app is updated. IE was actually checking by itself for new versions of the page so it didn't have this problem.


                • An unix/DOS compatibility problem when trying to modify the .csv files. Solution: opening the modified csv file with Notepad and save as UTF-8 file (and making sure there isn't a carriage return at the end of the file).







                share|improve this answer


























                  0












                  0








                  0







                  I actually found the answer, it was actually two problems combined:




                  • the browsers, which didn't override their cache. Solution: delete the cache of Firefox/Chrome each time the app is updated. IE was actually checking by itself for new versions of the page so it didn't have this problem.


                  • An unix/DOS compatibility problem when trying to modify the .csv files. Solution: opening the modified csv file with Notepad and save as UTF-8 file (and making sure there isn't a carriage return at the end of the file).







                  share|improve this answer













                  I actually found the answer, it was actually two problems combined:




                  • the browsers, which didn't override their cache. Solution: delete the cache of Firefox/Chrome each time the app is updated. IE was actually checking by itself for new versions of the page so it didn't have this problem.


                  • An unix/DOS compatibility problem when trying to modify the .csv files. Solution: opening the modified csv file with Notepad and save as UTF-8 file (and making sure there isn't a carriage return at the end of the file).








                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jun 24 '16 at 14:49









                  user361911user361911

                  1




                  1

























                      0














                      I have faced the same problem 100 times.The very simple working solution is, Screen shot cache delete for Google Chrome clear browser cache OR just open the URL from new tab (ie:just click on browser new tab and paste your application localhost URL)



                      Now The Shortcut for cache clearing:



                      Ctrl+Shift+Delete then checke the cache checkbox then submit.
                      Close Your browser and reopen it then run your application.



                      Or



                      restart your Tomcat server.






                      share|improve this answer






























                        0














                        I have faced the same problem 100 times.The very simple working solution is, Screen shot cache delete for Google Chrome clear browser cache OR just open the URL from new tab (ie:just click on browser new tab and paste your application localhost URL)



                        Now The Shortcut for cache clearing:



                        Ctrl+Shift+Delete then checke the cache checkbox then submit.
                        Close Your browser and reopen it then run your application.



                        Or



                        restart your Tomcat server.






                        share|improve this answer




























                          0












                          0








                          0







                          I have faced the same problem 100 times.The very simple working solution is, Screen shot cache delete for Google Chrome clear browser cache OR just open the URL from new tab (ie:just click on browser new tab and paste your application localhost URL)



                          Now The Shortcut for cache clearing:



                          Ctrl+Shift+Delete then checke the cache checkbox then submit.
                          Close Your browser and reopen it then run your application.



                          Or



                          restart your Tomcat server.






                          share|improve this answer















                          I have faced the same problem 100 times.The very simple working solution is, Screen shot cache delete for Google Chrome clear browser cache OR just open the URL from new tab (ie:just click on browser new tab and paste your application localhost URL)



                          Now The Shortcut for cache clearing:



                          Ctrl+Shift+Delete then checke the cache checkbox then submit.
                          Close Your browser and reopen it then run your application.



                          Or



                          restart your Tomcat server.







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Apr 21 '17 at 14:01









                          chicks

                          3,06072033




                          3,06072033










                          answered Apr 21 '17 at 13:24









                          SK AMINUL ISLAMSK AMINUL ISLAM

                          11




                          11






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Server Fault!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f785600%2fweb-app-running-on-tomcat-not-updating-when-modified%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

                              Список ссавців Італії Природоохоронні статуси | Список |...

                              Українські прізвища Зміст Історичні відомості |...