Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
3dd10b44 02/24/2016 05:12 PM Andreas Kohlbecker

adding instance count to management console

7ac6eb9d 02/24/2016 02:49 PM Andreas Kohlbecker

updating memory requirements to heap 153MB

041aac8a 02/23/2016 01:45 PM Andreas Kohlbecker

uncluttering war extration code

d076700d 02/23/2016 01:36 PM Andreas Kohlbecker

automatic creation of missing parent folders

5a0cc421 02/23/2016 11:49 AM Andreas Kohlbecker

log4j config

e89aecfa 02/23/2016 11:41 AM Andreas Kohlbecker

logging improvement for dev environments

c029a1b0 02/19/2016 01:18 PM Andreas Kohlbecker

avoiding irritating log messages from c3p0

d981a227 02/19/2016 01:17 PM Andreas Kohlbecker

whitespace

cc251391 02/19/2016 01:17 PM Andreas Kohlbecker

support for both memory models java 7 and java 8

448f19a5 02/19/2016 12:56 PM Andreas Kohlbecker

fixing problem with updating status messages. ev fixes #3511

ee18360c 02/19/2016 12:49 PM Andreas Kohlbecker

#5049 avoiding NPE

9625a752 02/16/2016 11:48 AM Andreas Kohlbecker

java 8 compatibility

  • removing permGenSpace monitoring
c7529698 02/01/2016 04:39 PM Andreas Kohlbecker

deprecating old script which no longer should be used

8bb6ca19 02/01/2016 04:39 PM Andreas Kohlbecker

increasing limit of max open files for unix to 200000

6699fb5d 02/01/2016 03:35 PM Andreas Kohlbecker

avoiding deletion of temp folder which caused problems during parallel start up

b91fa795 10/05/2015 07:12 PM Cherian Mathew

#5302 Add new jsp to provide general server info

61a149da 09/07/2015 11:38 AM Andreas Kohlbecker

commenting unimplemented action

37d7dfe9 08/28/2015 12:38 PM Andreas Kohlbecker

adding option to allow forcably updating the database schema version

2561020a 08/28/2015 12:16 PM Andreas Kohlbecker

minor change in text written to log

bdb3dded 08/28/2015 12:04 PM Andreas Kohlbecker

updating links to http://cybertaxonomy.eu/

5647aaea 08/28/2015 11:22 AM Andreas Kohlbecker

running all cdm-webapp instances from unpackes webapplication

  • the war file is unzipped by the bootloader before starting the instances
6254fafb 08/28/2015 11:19 AM Andreas Kohlbecker

restoring StartupQueue which was removed before

49a9d8f8 08/27/2015 06:05 PM Andreas Kohlbecker

#4958 - code refacoring preserverd after reverting change sets

5eff05c8 08/27/2015 05:06 PM Andreas Kohlbecker

Revert "Revert "Revert "#4958 parallel starting of instances to speed up the initial start up"""

This reverts commit caccde4bf7f795adcce8e0967df6690f3ef9638e.

caccde4b 08/27/2015 04:30 PM Andreas Kohlbecker

Revert "Revert "#4958 parallel starting of instances to speed up the initial start up""

This reverts commit eb676073dbb9cd9fad245a3fc91a7e3e604627cc.

eb676073 07/29/2015 05:34 PM Cherian Mathew

Revert "#4958 parallel starting of instances to speed up the initial start up"

This reverts commit c5c2e735159c8bc1bec2fdee5a5cfb432caedb84.

c5c2e735 07/29/2015 03:29 PM Andreas Kohlbecker

#4958 parallel starting of instances to speed up the initial start up

d7a60b1f 07/14/2015 05:10 PM Andreas Kohlbecker

updating the target folder for jenkins

ec3d0059 06/03/2015 04:32 PM Andreas Kohlbecker

fixing bug for situation when CONTEXT_PATH_PREFIX = / contributes to #4842

8eaf6be2 06/03/2015 11:36 AM Andreas Kohlbecker

reporting the number of cores in the management gui - #4958

d04845f5 05/23/2015 10:58 PM Andreas Kohlbecker

solving problem with duplicate c3p0 management beans after instance start and correctly destroying the c3p0 datasources after instance shutdown

a375171e 05/22/2015 09:56 PM Andreas Kohlbecker

applying more config changes according to recommendations in the official c3p0 doc

30e73f2c 05/22/2015 08:17 PM Andreas Kohlbecker

further improvement by setting testConnectionOnCheckin = false, minPoolSize = 1 - effect verified by benchmarking on my laptop

714acf5d 05/22/2015 04:19 PM Andreas Kohlbecker

switching back to c3p0 0.9.2 and removing the explicit log4j setting to solve probelms with lost connetions in jndi

9a1e9d18 05/22/2015 02:21 PM Andreas Kohlbecker

trying to avoid excessive connection testing and to quickly reduce the number of connections in the pools

1690288d 05/22/2015 12:54 PM Andreas Kohlbecker

following 'Simple advice on Connection testing' : testConnectionOnCheckout = true

d220174c 05/20/2015 01:11 PM Cherian Mathew

changed references of cdmlib-remote-webapp to cdm-webapp

36b2bfe9 03/23/2015 03:15 PM Andreas Kohlbecker

more robust script

d335e2f5 03/23/2015 02:59 PM Andreas Kohlbecker

turning explain of script on

5d1cbf76 03/10/2015 03:00 PM Andreas Kohlbecker

adding weak dependency on mysql and on prostgresql to init script of cdmserver

03da12fc 03/10/2015 12:23 PM Andreas Kohlbecker

using jasper instead of glassfish for jsp (better conforms to jetty-9.2 onwards)

1b9350d1 03/10/2015 12:22 PM Andreas Kohlbecker

using other fonts which match those in swagger-ui

dbc5d811 03/02/2015 02:01 PM Cherian Mathew

added jar pattern to scan for initializer jar

3bbdedf4 03/02/2015 01:43 PM Cherian Mathew

reverting system property change since jetty 9 uses apache jasper as default

0cc3815c 03/02/2015 11:58 AM Cherian Mathew

updated jsp configuration according to https://github.com/jetty-project/embedded-jetty-jsp

c175e8b1 01/26/2015 03:06 PM Cherian Mathew

new jsp as a webservice just return basic info regarding the instances

3f91e2a5 01/19/2015 05:22 PM Cherian Mathew

pom.xml : updated jetty version to 9, added jetty annotations jar to be compatible with servlet 3 annotations
Bootloader.java : updated code to be compatible with jetty 9 and added classlist for servlet
web.xml : updated webapp version to 3 for compatibility with servlet 3

bfc1a5fd 01/12/2015 05:19 PM Andreas Kohlbecker

typo

d852159e 01/12/2015 05:18 PM Andreas Kohlbecker

fixing permission issue

78c02cd2 01/12/2015 05:15 PM Andreas Kohlbecker

fixing another permission issue

3f71007c 01/12/2015 05:09 PM Andreas Kohlbecker

generalizing script

a95d0ed3 12/15/2014 05:12 PM Andreas Kohlbecker

adding note on deployment user

e0a534fc 12/15/2014 03:22 PM Andreas Kohlbecker

removing chown commands

71b6388f 12/15/2014 03:16 PM Andreas Kohlbecker

reducing log level

d9875e4c 12/15/2014 03:16 PM Andreas Kohlbecker

changing ssh host configuration

cd00ba19 10/23/2014 01:29 PM Cherian Mathew

added change of permissions to target dir and copy script
added 'set -e' to exit script on failure

04094308 06/18/2014 11:24 AM Cherian Mathew

updated to ensure JAVA_HOME is set before classpath is assigned

1abe3c5d 04/01/2014 06:12 PM Andreas Kohlbecker

bugfix for contextPathPrefix config in /etc/default/cdmserver

8b34c942 04/01/2014 02:16 PM Andreas Kohlbecker

little bugfix and contextPathPrefix configurable in /etc/default/cdmserver

6b5d6452 04/01/2014 01:59 PM Andreas Kohlbecker

cdmserver instances can have contextpath prefix

8dddaadb 04/01/2014 01:58 PM Andreas Kohlbecker

minor

e83433aa 03/06/2014 12:57 PM Andreas Kohlbecker
038b0c30 01/16/2014 11:09 AM Andreas Kohlbecker

documentation the the UI

3228eb82 11/26/2013 03:17 PM Andreas Kohlbecker

implementing option to update the database scheme via cdmlib-remote, but blocked by #3910 (eu.etaxonomy.cdm.database.ICdmDataSource is not compatible to javax.sql.DataSource)

ca8a9d24 08/30/2013 05:15 PM Andreas Kohlbecker

only transferring the file for the index

5dfb016f 08/29/2013 04:51 PM Andreas Kohlbecker

fixing redirect url for servers not running at the server root

46baa376 08/29/2013 04:51 PM Andreas Kohlbecker

removing extra file separator from path

8743f13c 08/26/2013 10:53 PM Andreas Kohlbecker

bugfix

eee5df11 08/26/2013 10:45 PM Andreas Kohlbecker

new INSTANCE_NAMES parameter to do deployment per instance

4812e180 08/22/2013 11:17 AM Andreas Kohlbecker

bug fix and renaming variable

b2fb0473 08/22/2013 10:26 AM Andreas Kohlbecker

new script and modifications regarding cdm index creation for remote servers

14c66d97 08/15/2013 08:13 AM Andreas Kohlbecker

updating cdm server install script

d062ba79 08/15/2013 08:10 AM Andreas Kohlbecker

updating cdm server install script

7467b5a1 08/15/2013 08:00 AM Andreas Kohlbecker

updating cdm server install script

e1aa1805 08/15/2013 07:49 AM Andreas Kohlbecker

updating cdm server install script

f08bd017 08/07/2013 03:09 PM Andreas Kohlbecker

improved error message in case of missing JAVA_HOME

6ebe6843 06/06/2013 06:45 PM Andreas Kohlbecker

datasources.xml file is now configurable, the eclipse launcher expects now ~/.cdmLibrary/datasources-cdm-server.xml

6e13866d 06/06/2013 06:43 PM Andreas Kohlbecker

postrm no longer deleting lucene index

26e0b456 05/14/2013 06:12 PM Andreas Kohlbecker

documentation on options completed

c935ba6d 05/14/2013 03:44 PM Andreas Kohlbecker

improved run mode detection

9abea1c6 05/14/2013 03:36 PM Andreas Kohlbecker

fixing cdm-server development run mode: server can now run from cdmlib-webapp-source folder and has classpath to all other cdmlib sources set up correctly

24841ac2 05/13/2013 05:37 PM Andreas Kohlbecker

start, stop of instances and reload of configuration implemented, see #3471 (cdmlib-remote-webapp instances can be stopped / started individually)

929a8c09 05/13/2013 10:15 AM Andreas Kohlbecker

refactoring in preparation for #3471 (cdmlib-remote-webapp instances can be stopped / started individually)

98a682cb 05/06/2013 03:47 PM Andreas Kohlbecker

fixing instance base urls in cdmserver manager and avoiding NPEs in development environments

92463307 10/31/2012 09:47 PM edit-jenkins

adding script for deployment

07de2b00 10/31/2012 11:12 AM Andreas Kohlbecker

fixing #2966 (windows installer is no longer being build)

9adce06e 10/09/2012 05:45 PM Andreas Kohlbecker

skipping dataSourceProperties during bean loading

4f28b5d8 10/09/2012 05:40 PM Andreas Kohlbecker

skipping dataSourceProperties during bean loading

9955b8a5 07/17/2012 05:31 PM Andreas Kohlbecker

fixing #2967 (CDM Server fails to start with many instances)

d4e8ad57 07/17/2012 04:39 PM Andreas Kohlbecker

debuging resource limits

8e39aa68 07/13/2012 02:50 PM Andreas Kohlbecker

minor display bug

a47988b8 05/29/2012 10:57 AM Andreas Kohlbecker

test commit

1beda15e 05/29/2012 10:54 AM Andreas Kohlbecker

replacing page refresh by ajax status update

0c065404 05/29/2012 10:47 AM Andreas Kohlbecker
f25ae735 05/29/2012 10:45 AM Andreas Kohlbecker

replacing page refresh by ajax status update

71354e8b 05/23/2012 11:59 AM Andreas Kohlbecker

disabling auto refresh

f7c6ca9f 05/11/2012 02:25 PM Andreas Kohlbecker

fixing absolute urls #3

485f241b 05/11/2012 12:49 PM Andreas Kohlbecker

fixing absolute urls #2

8f0593f5 05/11/2012 12:44 PM Andreas Kohlbecker

fixing absolute urls #2

bff344ce 05/11/2012 12:38 PM Andreas Kohlbecker

fixing absolute urls