Commit Graph
36 Commits
Author SHA1 Message Date
fmittag 917af99ecb update of gc script and new install script 2012-01-05 17:55:17 +01:00
fmittag 457848df04 adjusted server scripts to the new product build 2012-01-04 18:30:40 +01:00
Axel Uhl c972c9e3d1 Merge branch 'gwt' into osgi_mvn_refactoring
Conflicts:
	java/com.sap.sailing.gwt.ui.test/.gitignore
	java/com.sap.sailing.gwt.ui.test/META-INF/MANIFEST.MF
	java/com.sap.sailing.server.api/.project
	java/com.sap.sailing.server.test/META-INF/MANIFEST.MF
	java/com.sap.sailing.server/META-INF/MANIFEST.MF
	java/com.sap.sailing.server/SailingServer (No Proxy).launch
	java/com.sap.sailing.server/SailingServer (No Proxy, No Tests).launch
	java/com.sap.sailing.server/SailingServer (No Proxy, Remote Debug SAP VM).launch
	java/com.sap.sailing.server/SailingServer (Proxy).launch
	java/com.sap.sailing.server/src/com/sap/sailing/server/impl/Activator.java
2011-12-28 15:37:10 +01:00
Axel Uhl de7906f318 use -clean to start equinox server 2011-12-09 16:59:23 +01:00
fmittag 6a7749a405 added default jetty configuration files 2011-12-08 11:55:51 +01:00
Axel Uhl 4dbdc901af Merge branch 'gwt' into gwt-mak
Conflicts:
	java/com.sap.sailing.gwt.ui/.settings/com.google.gdt.eclipse.core.prefs
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/LeaderboardPanel.java
	java/com.sap.sailing.gwt.ui/src/main/resources/com/sap/sailing/gwt/ui/AdminConsole.gwt.xml
	java/pom.xml
2011-11-25 22:38:02 +01:00
Axel Uhl eac6d6d1ad use same message loader / persistence to avoid duplicate SailMasterConnector instances;
in the long run, supporting equals on SwissTimingPersistenceImpl and the corresponding
configurations may help controlling the connector cache.
2011-11-25 16:05:15 +01:00
Axel Uhl fdedc241df updated swisstiming listener script to include logging properties 2011-11-23 09:37:16 +01:00
Axel Uhl 30713059eb added logging property setting to start script 2011-11-23 09:30:08 +01:00
Axel Uhl f0959ae347 increased sizes and file counts for logging properties 2011-11-23 09:27:59 +01:00
Marcus Kammer cbc2e3b701 Merge branch 'gwt' into mak
Conflicts:
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/LeaderboardPanel.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/LogoAndTitlePanel.java
	java/com.sap.sailing.gwt.ui/war/AdminConsole.html
	java/com.sap.sailing.gwt.ui/war/images/magnifier.png
	java/com.sap.sailing.gwt.ui/war/images/magnifier_slashed.png
	java/com.sap.sailing.server/SailingServer (Proxy).launch
2011-11-22 16:06:48 +01:00
fmittag 9485a8827f added a log configuration property file for the standalone runtimes updmirror and swisstiminglistener 2011-11-21 14:15:42 +01:00
fmittag bdd42780c4 added two logging property files to the general config folder (one of them is for debugging purposes) 2011-11-21 14:07:09 +01:00
Axel Uhl 572829a38a added script that can be used to start the SwissTiming StoreAndForward process 2011-11-21 10:39:45 +01:00
Axel Uhl 34924b0627 Merge branch 'master' into test
Conflicts:
	java/target/configuration/config.ini
2011-09-15 22:52:09 +02:00
Axel Uhl b635cd4fa4 refactored wind tracker creation, starting, stopping, registration, unregistration
Preparing for the possibility of other wind receivers, trying to keep the services and
their APIs independent of the receiving path leading via Expedition, UDP and such.
Introduced the new bundle/system property expedition.udp.port which is now used to
determine the port on which the expedition receivers listen for inbound wind data
2011-07-07 13:41:52 +02:00
Axel Uhl 77f2b2197f Merge branch 'master' into test 2011-06-21 18:13:20 +02:00
Axel Uhl 261885d01d set default character encoding to cp1252 because only this way we receive the TracTrac competitor names
correctly. In the long run, we should strive for getting a JAR file from TracTrac which allows us to
configure the encoding properly; or even better, they should fix their property in KeyValue.setup to
whatever their server sends.
2011-06-21 17:56:01 +02:00
Axel Uhl ef8df39f3e Merge branch 'master' into test
Conflicts:
	java/pom.xml
	java/target/configuration/config.ini
2011-06-18 10:08:00 +02:00
Axel Uhl 203bb9de92 reverted accidental prod changes on master 2011-06-18 10:03:02 +02:00
Axel Uhl 96bc7af74b Merge branch 'master' into test
Conflicts:
	java/pom.xml
	java/target/configuration/config.ini
2011-06-18 09:47:20 +02:00
Axel Uhl dd12c2045a Merge branch 'master' into prod
Conflicts:
	java/target/configuration/config.ini
2011-06-17 00:29:40 +02:00
Axel Uhl aa89b97c72 Merge branch 'master' into test
Conflicts:
	java/pom.xml
	java/target/configuration/config.ini
2011-06-17 00:28:42 +02:00
Axel Uhl 57efd2d79e reverted accidental changes that happened when the prod branch was erroneously merged into master 2011-06-17 00:26:48 +02:00
Axel Uhl 1ed66c3821 fixed to test-specific values again after accidentally having merged prod changed into test 2011-06-17 00:15:34 +02:00
Axel Uhl 5ac43a2742 script to "garbage-collect" all JAR files that are built by maven
Afterward you'll at least have to run the update script. But beware:
update will again copy all files from the maven repository.
You may consider cleaning the maven repository for the respective
instance, then do a "mvn deploy" and only then call update again.
2011-06-17 00:07:08 +02:00
Simon Pamies 4ce4d937f0 Fixed MongoDB port for production 2011-06-16 19:49:24 +02:00
Simon Pamies fb3a9fc11a Fixed mongodb port 2011-06-16 14:37:02 +02:00
Axel Uhl edabec9665 set mongo.port to 10202 for prod 2011-06-16 12:55:32 +02:00
Axel Uhl dbfba3a685 set mongo.port to 10201 for test instance 2011-06-16 12:55:11 +02:00
Axel Uhl 1af018f16c set mongo.port to 10200 for dev instance 2011-06-16 12:54:14 +02:00
Axel Uhl 31b973602f increased max VM heap size to 2G; added comment for refactoring of getEstimatedSpeed 2011-06-14 10:51:51 +02:00
trac 85157ef6dc script to launch UDPMirror executable 2011-06-12 15:23:41 +02:00
trac ea23a24cfc update script can be executed in respective server directory to update plugins from maven-repositories 2011-06-12 12:40:41 +02:00
Axel Uhl fe88efcce5 adjusted to new java/ directory 2011-06-10 17:22:51 +02:00
Simon Pamies b03d9185eb moved all Java stuff to java/ subdir 2011-06-10 16:39:27 +02:00