I am trying to update custom css in Orbeon. After editing the properties-local or my custom css file. It only allows me to point towards a new file name, if I point to a used file name, Orbeon seems to take the older version even after restarting tomcat. What should I do to "refresh" Orbeon after updating any properties or css ?
Changes you make to the `properties-local.xml` file are typically applied without needing to restart Tomcat. However, your browser may have cached the old CSS.
What happens if you open a new incognito window and load your form there? Do you see your latest CSS updates? If the updated CSS loads properly in the incognito window, I recommend that while you're modifying your CSS, you keep the DevTools open (F12) in your browser. In the Network tab, check the "Disable Cache" box. This ensures that all assets are reloaded from the server as long as the DevTools remain open on that page.