aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-process
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-4898 fix support of properties that don't start with "sonar."Simon Brandhof2014-08-042-7/+6
* SONAR-4898 improve support of JMX IP address in multihomed serversSimon Brandhof2014-08-011-1/+4
* SONAR-4898 experimental test for fixing RMI IP addressSimon Brandhof2014-08-011-9/+4
* Fix test and regression on java 6Simon Brandhof2014-08-011-17/+5
* SONAR-4898 fix compatibility with Java 6Simon Brandhof2014-08-011-8/+23
* SONAR-4898 fix IP interface of JMX portsSimon Brandhof2014-08-011-3/+7
* SONAR-4898 increase max process startup timeout to 5 minutesSimon Brandhof2014-08-011-1/+1
* SONAR-4898 improve System.out/err loggingSimon Brandhof2014-07-311-4/+5
* SONAR-4898 fix some logsSimon Brandhof2014-07-311-0/+2
* SONAR-4898 fix IP interface for RMISimon Brandhof2014-07-311-15/+22
* SONAR-4898 - Using Address instead of hostanme (robustness) after @infra remarksStephane Gamard2014-07-311-1/+1
* SONAR-4898 update documentation and Minimum Viable EnvironmentSimon Brandhof2014-07-303-2/+181
* SONAR-4898 improve logs on errorsSimon Brandhof2014-07-301-0/+1
* SONAR-4898 fix logsSimon Brandhof2014-07-301-3/+4
* SONAR-4898 fix handling of server early terminationSimon Brandhof2014-07-303-9/+24
* SONAR-4898 remove misleading warning logSimon Brandhof2014-07-301-2/+2
* SONAR-4898 fix application.logSimon Brandhof2014-07-301-2/+0
* SONAR-4898 rename Terminatable to TerminableSimon Brandhof2014-07-305-7/+7
* SONAR-4898 improve reliabilitySimon Brandhof2014-07-309-417/+416
* SONAR-5237 - Fixed exit of runner when TC Fails to loadStephane Gamard2014-07-291-1/+2
* SONAR-4898 add missing tests, fix loading of default settings and check Java6+Simon Brandhof2014-07-281-2/+2
* SONAR-4898 fix app loggingSimon Brandhof2014-07-281-9/+7
* SONAR-4898 - Fixed logger levels and messagesStephane Gamard2014-07-281-2/+4
* SONAR-4898 improve logging configurationSimon Brandhof2014-07-252-32/+29
* SONAR-4898 - Fixed hangs when exiting after a failure.Stephane Gamard2014-07-242-14/+29
* SONAR-4898 improve loggingSimon Brandhof2014-07-241-6/+1
* SONAR-4898 rename StartServer to AppSimon Brandhof2014-07-241-4/+3
* SONAR-4898 improve loggingSimon Brandhof2014-07-242-10/+7
* SONAR-4898 - Added mxBean method invokation testStephane Gamard2014-07-241-0/+5
* SONAR-4898 - fixed lagging exit of sonar-applicationStephane Gamard2014-07-241-8/+6
* SONAR-4898 improve default settingsSimon Brandhof2014-07-233-6/+14
* SONAR-4898 improve management of sonar.path.* propertiesSimon Brandhof2014-07-231-4/+0
* SONAR-4898 - Updated logging for top level and cleaned terminationStephane Gamard2014-07-232-4/+3
* SONAR-4898 - Fixed gracefull shutdown with JSWStephane Gamard2014-07-233-47/+45
* SONAR-4898 few improvementsSimon Brandhof2014-07-233-46/+25
* SONAR-4898 remove duplicated classes and usage of SONAR_HOMESimon Brandhof2014-07-232-6/+3
* SONAR-4898 some refactoringSimon Brandhof2014-07-231-9/+11
* SONAR-4898 - updated stop method for top level processStephane Gamard2014-07-231-7/+2
* SONAR-4898 some refactoringSimon Brandhof2014-07-237-245/+193
* Working the assembly for packaging.Stephane Gamard2014-07-232-1/+4
* Experimental forkSimon Brandhof2014-07-232-11/+12
* SONAR-5410 - Fixed process hang when child fails to startStephane Gamard2014-07-213-4/+5
* SONAR-5410 - Updated log level for monitorStephane Gamard2014-07-211-1/+1
* SONAR-5410 - Fix multiple properties in JAVA_OPTSStephane Gamard2014-07-212-3/+4
* SONAR-5410 - Using relative path to SONAR_HOME for configuraitonStephane Gamard2014-07-211-25/+16
* SONAR-5408 - reading properties from sonar.properties for child processesStephane Gamard2014-07-181-18/+9
* SONAR-5408 - Process and ProcessWrapper working with temp properties filesStephane Gamard2014-07-181-0/+4
* SONAR-5408 - ProcessWrapper passes properties file as args[0]Stephane Gamard2014-07-182-11/+43
* SONAR-5408 - Reduced JMX connection trials to 5Stephane Gamard2014-07-181-5/+5
* SONAR-5408 - ProcessWrapper provides properties with a temp file.Stephane Gamard2014-07-182-19/+75