Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • Ok, thank you for your reponse. So all developers around geoserver have to do like this? It takes about 30/40 seconds (on my side) to refresh/restart GeoServer. Commented May 3, 2022 at 7:59
  • As far as I know that's it - try not to make too many trivial changes Commented May 3, 2022 at 8:23
  • 1
    Most of geoserver development is tested with unit tests. Instead of running the whole server, just run your tests. Commented May 3, 2022 at 10:44
  • Ok well thank you all for your replies. I will run my tests ! Commented May 3, 2022 at 13:07
  • 1
    I definitely don't develop GeoServer like this... but you need to place your community module in GeoServer to do what I do: create a profile adding a dependency to your community module in web/app, run GeoServer from your IDE with the profile activated, and just keep on changing stuff without (depending on your JVM, you should be able to do some changes in debug mode without having to restart GeoServer). Commented May 4, 2022 at 7:42