Re: deploy on save not working ?

2024-05-30 Thread Mark Eggers
Is this on Windows? . . . just my two cents /mde/ On 5/30/2024 5:32 AM, Roberto Bottoni wrote: the server is Tomcat 10.1.20. If I have to restart the server, the "deploy on save" feature is useless. R. Il 30-05-2024 14:21 Eric Bresie ha scritto: Which server is in  use? Some servers may not

Re: deploy on save not working ?

2024-05-30 Thread Roberto Bottoni
the server is Tomcat 10.1.20. If I have to restart the server, the "deploy on save" feature is useless. R. Il 30-05-2024 14:21 Eric Bresie ha scritto: Which server is in use? Some servers may not redeploy automatically and may require restarting. Did the browser session get refreshed? Eri

Re: deploy on save not working ?

2024-05-30 Thread Eric Bresie
Which server is in use? Some servers may not redeploy automatically and may require restarting. Did the browser session get refreshed? Eric Bresie ebre...@gmail.com On Thu, May 30, 2024 at 5:53 AM Roberto Bottoni wrote: > Hi, > > I'm using NB 21 with JDK 21 in a Maven project (JSF). > > I h

deploy on save not working ?

2024-05-30 Thread Roberto Bottoni
Hi, I'm using NB 21 with JDK 21 in a Maven project (JSF). I have selected "Deploy on Save" in the project settings. When I run the application and save a file (for example a JavaBean), the modifications are not reflected in the app, that is, the JavaBean is not updated according to the change