22

What is the difference between default-config and server-config? If I want to adjust a thread pool size for example, do I need to do it in both places? If just one, which one?

sdoca
  • 7,832
  • 23
  • 70
  • 127
  • possible duplicate of [Glassfish 3 has two configurations](http://stackoverflow.com/questions/10188342/glassfish-3-has-two-configurations) – stg Mar 24 '15 at 09:51

1 Answers1

21

It appears that the default-config is used by Glassfish as a template to create other configs, so anything you actually want to configure on a server should go in the server-config.

Also see Glassfish 3 has two configurations

Community
  • 1
  • 1
Jazzepi
  • 5,259
  • 11
  • 55
  • 81