[haiku-depot-web] [haiku-depot-web-app] push by haiku.li...@xxxxxxxxx - + date-time data storage in GMT0; application server local time-zone t... on 2014-01-29 10:35 GMT

  • From: haiku-depot-web-app@xxxxxxxxxxxxxx
  • To: haiku-depot-web@xxxxxxxxxxxxx
  • Date: Wed, 29 Jan 2014 10:35:29 +0000

Revision: e76c7686a48f
Author:   Andrew Lindesay <apl@xxxxxxxxxxxxxx>
Date:     Wed Jan 29 10:34:56 2014 UTC
Log: + date-time data storage in GMT0; application server local time-zone to GMT0.

http://code.google.com/p/haiku-depot-web-app/source/detail?r=e76c7686a48f

Modified:
 /haikudepotserver-docs/src/main/latex/docs/part-deployment.tex
 /haikudepotserver-docs/src/main/latex/docs/part-development.tex
 /haikudepotserver-rpm/src/main/etc/initd__haikudepotserver
 /pom.xml

=======================================
--- /haikudepotserver-docs/src/main/latex/docs/part-deployment.tex Mon Jan 27 08:59:15 2014 UTC +++ /haikudepotserver-docs/src/main/latex/docs/part-deployment.tex Wed Jan 29 10:34:56 2014 UTC
@@ -21,7 +21,9 @@

 \begin{verbatim}
 java \
- -Xmx256m \
+ -Xmx512m \
+ -Dfile.encoding=UTF-8 \
+ -Duser.timezone=GMT0 \
  -Djava.awt.headless=true \
  -Dconfig.properties=file:///etc/haikudepotserver/config.properties \
  -jar haikudepotserver-webapp-1.2.3-war-exec.jar \
=======================================
--- /haikudepotserver-docs/src/main/latex/docs/part-development.tex Mon Jan 27 08:59:15 2014 UTC +++ /haikudepotserver-docs/src/main/latex/docs/part-development.tex Wed Jan 29 10:34:56 2014 UTC
@@ -19,7 +19,13 @@

To start-up the application server for development purposes, issue the following command from the same top level of the project;

-\framebox{\tt mvn org.apache.tomcat.maven:tomcat7-maven-plugin:2.1:run}
+\begin{verbatim}
+mvn \
+ -Dfile.encoding=UTF-8 \
+ -Duser.timezone=GMT0 \
+ -Djava.awt.headless=true \
+ org.apache.tomcat.maven:tomcat7-maven-plugin:2.1:run
+\end{verbatim}

This may take some time to start-up; especially the first time. Once it has started-up, it should be possible to connect to the application server using the following URL;

=======================================
--- /haikudepotserver-rpm/src/main/etc/initd__haikudepotserver Mon Jan 27 08:59:15 2014 UTC +++ /haikudepotserver-rpm/src/main/etc/initd__haikudepotserver Wed Jan 29 10:34:56 2014 UTC
@@ -23,6 +23,7 @@

 JAVA_HOME=/usr/lib/jvm/jre
 JAVA_OPTS="-Dfile.encoding=UTF-8 \
+-Duser.timezone=GMT0 \
 -Xms512m -Xmx640m \
 -Djava.awt.headless=true \
 -Dconfig.properties=file://${HDS_CONFIGBASE}/config.properties \
=======================================
--- /pom.xml    Mon Jan 27 08:59:15 2014 UTC
+++ /pom.xml    Wed Jan 29 10:34:56 2014 UTC
@@ -15,22 +15,22 @@
     </modules>

     <profiles>
-    <profile>
+        <profile>

-    <id>rpm-capable-build</id>
+            <id>rpm-capable-build</id>

-    <activation>
-        <os>
-            <family>unix</family>
-            <name>Linux</name>
-        </os>
-    </activation>
+            <activation>
+                <os>
+                    <family>unix</family>
+                    <name>Linux</name>
+                </os>
+            </activation>

-        <modules>
-            <module>haikudepotserver-rpm</module>
-        </modules>
+            <modules>
+                <module>haikudepotserver-rpm</module>
+            </modules>

-    </profile>
+        </profile>
     </profiles>

     <!--
@@ -40,8 +40,8 @@

     <scm>
         <connection>scm:git:git</connection>
-      <tag>HEAD</tag>
-  </scm>
+        <tag>HEAD</tag>
+    </scm>

     <build>
         <plugins>

Other related posts:

  • » [haiku-depot-web] [haiku-depot-web-app] push by haiku.li...@xxxxxxxxx - + date-time data storage in GMT0; application server local time-zone t... on 2014-01-29 10:35 GMT - haiku-depot-web-app