Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Glassfish 3.1.2 - Difference Between default-config and server-config

Tags:

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?

like image 676
sdoca Avatar asked Dec 06 '12 18:12

sdoca


1 Answers

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

like image 147
Jazzepi Avatar answered Oct 25 '22 14:10

Jazzepi