<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi Daniel,</p>
    <p>thanks for your help.</p>
    <p><b>It seems now that OpenCms 9.5.3 cannot be installed on Tomcat
        8.5.x.</b></p>
    <p>Because we have a lot of custom developed modules for OpenCms
      9.5.3, till to the moment when we will migrate everything to
      OpenCms 11, we will use Ubuntu 16.04 that still can run tomcat7.</p>
    <p>Using Ubuntu 16.04 with tomcat 8.0.32 (EOL !!!) is dangerous,
      because in the case that there is an update to 8.5.x all the
      installed OpenCms 9.5.3 sites will stop working.<br>
    </p>
    <p>Best regards,<br>
      Enrico<br>
    </p>
    <div class="moz-cite-prefix">On 19.03.19 14:04, Daniel Seidel wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:469a3176-ecd7-276b-16b9-50f552403c5a@alkacon.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <p>Hi Enrico,</p>
      <p>you might have to find out yourself, what is possible and
        compatible ... or simply use a newer OpenCms version - 10 or
        10.5 or 11 beta 2 for testing and the upgrade to 11.</p>
      <p>Best, Daniel.<br>
      </p>
      <div class="moz-cite-prefix">Am 19.03.19 um 14:00 schrieb Enrico
        Ballarin Dolfin:<br>
      </div>
      <blockquote type="cite"
        cite="mid:9daff4d9-38ca-e768-eec5-f72fa9f3f618@sed.ethz.ch">
        <p>Hi Daniel,</p>
        <p>thanks, I have replaced the <b>jaxws-api-2.1.jar</b> with <b>jaxws-api-2.3.1.jar</b></p>
        <p>and restarted tomcat8. Now I get the first OpenCms
          installation dialog.</p>
        <p>Looking at the libraries inside {WEBAPP-HOME}/WEB-INF/lib/ I
          can see following:<br>
        </p>
        <pre># ls -l opencms/WEB-INF/lib/ja*
-rw-r----- 1 tomcat8 tomcat8   89967 Dec 16  2014 opencms/WEB-INF/lib/jaxb-api-2.1.jar
-rw-r----- 1 tomcat8 tomcat8  866993 Dec 16  2014 opencms/WEB-INF/lib/jaxb-impl-2.1.11.jar
-rw-r----- 1 tomcat8 tomcat8  231882 Dec 16  2014 opencms/WEB-INF/lib/jaxen-1.1.6.jar
-rw-r----- 1 tomcat8 tomcat8   56615 Feb  5 09:31 opencms/WEB-INF/lib/jaxws-api-2.3.1.jar
-rw-r----- 1 tomcat8 tomcat8 1315332 Dec 16  2014 opencms/WEB-INF/lib/jaxws-rt-2.1.7.jar
-rw-r----- 1 tomcat8 tomcat8  654928 Feb 26  2015 opencms/WEB-INF/lib/jaybird-full-2.1.6.jar</pre>
        <p>There are a few other files having version 2.1 like e.g.<br>
        </p>
        <pre>jaxws-rt-2.1.7.jar</pre>
        <p>The question is now, if I need also to replace them with
          newer ones version 2.3 to be compatible with the now updated
          jaxws-api-2.3.1.jar, before to install OpenCms.</p>
        <p>What do you think?<br>
        </p>
        <p>Thanks,<br>
          Enrico<br>
        </p>
        <div class="moz-cite-prefix">On 19.03.19 12:57, Daniel Seidel
          wrote:<br>
        </div>
        <blockquote type="cite"
          cite="mid:46a74719-c1a5-f378-1f0d-c9929ed04694@alkacon.com">
          <p>Hi Enrico,</p>
          <p>finally I tried to reproduce your setup ... and you're
            right: It's a compatibility problem. The catalina.out tells
            the reason:</p>
          <p>19-Mar-2019 12:46:00.477 SEVERE [localhost-startStop-2]
com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized
            WSSERVLET11: failed to parse runtime descriptor:
            java.lang.NoClassDefFoundError: javax/xml/ws/soap/Addressing<br>
             java.lang.NoClassDefFoundError:
            javax/xml/ws/soap/Addressing<br>
                at
com.sun.xml.ws.transport.http.DeploymentDescriptorParser.createBinding(DeploymentDescriptorParser.java:306)<br>
                at
com.sun.xml.ws.transport.http.DeploymentDescriptorParser.parseAdapters(DeploymentDescriptorParser.java:243)<br>
                at
com.sun.xml.ws.transport.http.DeploymentDescriptorParser.parse(DeploymentDescriptorParser.java:147)<br>
                at
com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized(WSServletContextListener.java:108)<br>
                at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4776)<br>
                at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5240)<br>
                at
            org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)<br>
                at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754)<br>
                at
            org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:730)<br>
                at
            org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)<br>
                at
            org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:985)<br>
                at
org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1856)<br>
                at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)<br>
                at
            java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)<br>
                at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)<br>
                at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)<br>
                at java.base/java.lang.Thread.run(Thread.java:844)<br>
            Caused by: java.lang.ClassNotFoundException:
            javax.xml.ws.soap.Addressing<br>
                at
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1308)<br>
                at
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1136)<br>
                ... 17 more</p>
          <p>OpenCms ships with a jaxws-api that seems to be
            incompatible. If you replace the corresponding jar with the
            latest version (jaxws-api-2.3.1.jar) the wizard starts ...
            but I don't know about probable side-effects.</p>
          <p>Best, Daniel.<br>
          </p>
          <div class="moz-cite-prefix">Am 19.03.19 um 12:21 schrieb
            Daniel Seidel:<br>
          </div>
          <blockquote type="cite"
            cite="mid:2db19b56-d562-566f-b28b-c6d893e1c076@alkacon.com">
            <p>Hi Enrico,</p>
            <p>I haven't checked, but actually I don't think that it is
              a Tomcat version problem, but I don't know a reason for
              the problem either. Do you have any special configuration
              for tomcat on Ubuntu 18.04? Have you tried to delete the
              "opencms/" folder and re-deploy it and check again?</p>
            <p>Best, Daniel.<br>
            </p>
            <div class="moz-cite-prefix">Am 19.03.19 um 10:59 schrieb
              Enrico Ballarin Dolfin:<br>
            </div>
            <blockquote type="cite"
              cite="mid:6bdf6576-2ae0-96fb-2831-6eb379fd5b8e@sed.ethz.ch">
              <p>Hi Daniel,</p>
              <p>could be the tomcat8 version the problem?</p>
              <p>On the Ubuntu 16.04 OpenCms installation, <b>tomcat8</b>
                has the version <b>8.0.32</b></p>
              <p>On the Ubuntu 18.04 OpenCms installation, <b>tomcat8</b>
                has the version <b>8.5.30</b></p>
              <p>Could be that starting from <b>tomcat 8.5</b> there
                are changes that are causing the problem?<br>
              </p>
              <p>Thanks,<br>
                Enrico<br>
              </p>
              <div class="moz-cite-prefix">On 19.03.19 10:47, Enrico
                Ballarin Dolfin wrote:<br>
              </div>
              <blockquote type="cite"
                cite="mid:960554c6-7e55-8074-d2dc-233a1783ba9c@sed.ethz.ch">
                <p>Hi Daniel,</p>
                <p>no, I haven't put OpenCms as ROOT webapp.</p>
                <pre>drwxr-x--- 6 tomcat8 tomcat8      4096 Mar 14 16:28 opencms/
-rw-r--r-- 1 root    root    140450254 Jan 15  2016 opencms.war
drwxr-xr-x 3 root    root         4096 Mar  6 11:06 ROOT/</pre>
                <p>Actually, because I'm installing OpenCms on a virtual
                  machine, I'm using this URL<br>
                </p>
                <p><a class="moz-txt-link-freetext"
                    href="http://localhost:8080/opencms/setup"
                    moz-do-not-send="true">http://<my-virtual-machine>:8080/opencms/setup<br>
                  </a></p>
                <p>and not localhost :-).</p>
                <p>Trying this URL<br>
                </p>
                <p><a class="moz-txt-link-freetext"
                    href="http://localhost:8080/opencms/setup"
                    moz-do-not-send="true">http://<my-virtual-machine>:8080/setup</a></p>
                <p>doesn't work even.</p>
                <p><b>Tomcat</b> version is <b>8.5.30</b></p>
                <p>Thanks,<br>
                  Enrico<br>
                </p>
                <div class="moz-cite-prefix">On 19.03.19 10:36, Daniel
                  Seidel wrote:<br>
                </div>
                <blockquote type="cite"
                  cite="mid:2fe977c6-1442-1868-b873-7a7c9c4152e3@alkacon.com">
                  <p>Hi Enrico,</p>
                  <p>just re-read your first mail: My answers are not
                    fitting to your problem, sorry. Did you put OpenCms
                    as ROOT webapp? It looks like the URL <a
                      class="moz-txt-link-freetext"
                      href="http://localhost:8080/opencms/setup"
                      moz-do-not-send="true">http://localhost:8080/opencms/setup</a>
                    points not to the setup, but to the OpenCms servlet
                    ... try without opencms in the URL.</p>
                  <p>Best, Daniel<br>
                  </p>
                  <div class="moz-cite-prefix">Am 19.03.19 um 10:33
                    schrieb Daniel Seidel:<br>
                  </div>
                  <blockquote type="cite"
                    cite="mid:6118a524-66d5-25c7-ec18-d0cf893b3510@alkacon.com">
                    <p>Hi Enrico,</p>
                    <p>then it's a database problem. Check your database
                      setup. This causes the trouble.</p>
                    <p>Best, Daniel.<br>
                    </p>
                    <div class="moz-cite-prefix">Am 19.03.19 um 10:30
                      schrieb Enrico Ballarin Dolfin:<br>
                    </div>
                    <blockquote type="cite"
                      cite="mid:00b56bbc-7ed9-80b6-4c28-cafbe392eaaf@sed.ethz.ch">
                      <p>Hi Daniel,</p>
                      <p>the problem is that I cannot even start the
                        OpenCms installation...</p>
                      <p><a class="moz-txt-link-freetext"
                          href="http://localhost:8080/opencms/setup"
                          moz-do-not-send="true">http://localhost:8080/opencms/setup</a>
                        CANNOT be executed giving the first installation
                        dialog, but <a class="moz-txt-link-freetext"
                          href="http://localhost:8080/"
                          moz-do-not-send="true">http://localhost:8080/</a>
                        tells that Tomcat is working.<br>
                      </p>
                      <p>Changing
                        {WEBAPP-HOME}/WEB-INF/config/opencms.properties
                        and setting wizard.enabled to "false" doesn't
                        work, because the initialization of the DB for
                        OpenCms was not executed and returns the error
                        "Unable to initialize connection pool "default"
                        ".</p>
                      <p>Thanks,<br>
                        Enrico<br>
                      </p>
                      <div class="moz-cite-prefix">On 19.03.19 09:58,
                        Daniel Seidel wrote:<br>
                      </div>
                      <blockquote type="cite"
                        cite="mid:3ff3fafd-4137-31fe-03d6-aa5aa081c168@alkacon.com">
                        <p>Hi Enrico,</p>
                        <p>if the wizard is still enabled, it does not
                          necessarily mean that the installation fails.
                          You might have done something else during
                          installation and returned back to the setup
                          window too late. You can just go to
                          {WEBAPP-HOME}/WEB-INF/config/opencms.properties
                          and set wizard.enabled to "false". This will
                          probably work - unless there's been a real
                          issue.</p>
                        <p>Best, Daniel.<br>
                        </p>
                        <div class="moz-cite-prefix">Am 19.03.19 um
                          09:43 schrieb Enrico Ballarin Dolfin:<br>
                        </div>
                        <blockquote type="cite"
                          cite="mid:2de19b84-bb4d-96cb-cee8-755b3f825f07@sed.ethz.ch">
                          <p>Hi,</p>
                          <p>I can install successfully OpenCms 9.5.3 on
                            Ubuntu 16.04, using tomcat8 and apache2.4,
                            without having the "setup wizard enabled"
                            exception.</p>
                          <p>Why this?</p>
                          <p>Are tomcat8 or OpenCms 9.5.3 using any
                            Ubuntu 16.04 resource that is different in
                            Ubuntu 18.04?</p>
                          <p>Thanks,<br>
                            Enrico<br>
                          </p>
                          <div class="moz-cite-prefix">On 15.03.19
                            11:55, Enrico Ballarin Dolfin wrote:<br>
                          </div>
                          <blockquote type="cite"
                            cite="mid:e249c0e6-ff4f-9e6f-f668-594f0f277694@sed.ethz.ch">
                            <p>Hi,</p>
                            <p>I'm trying to install OpenCms 9.5.3 on
                              Ubuntu 18.04, using tomcat8, apache2.4,
                              java8 and postgresql 10.6.</p>
                            <p>After having copied the 9.5.3 opencms.war
                              on the /var/lib/tomcat8/webapps directory,
                              restarting tomcat8 the opencms directory
                              is getting extracted, but in the
                              opencms.log I'm getting an exception
                              telling that the setup wizard is still
                              enabled !?</p>
                            <p>To setup OpenCms I need to have the setup
                              wizard enabled, but tomcat8 start shutting
                              down.</p>
                            <p>So, I cannot run the setup URL <a
                                class="moz-txt-link-freetext"
                                href="http://localhost:8080/opencos/setup"
                                moz-do-not-send="true">http://localhost:8080/opencms/setup</a><br>
                            </p>
                            <p>Any idea what's wrong?</p>
                            <p>Many thanks<br>
                              Enrico<br>
                            </p>
                            <pre>15 Mar 2019 11:13:30,933  INFO [  org.opencms.main.OpenCmsCore:2771] . Runlevel change      : Switching from 1 to 2
15 Mar 2019 11:13:30,937 ERROR [  org.opencms.main.OpenCmsCore: 358] Critical error during OpenCms initialization: The O
penCms setup wizard is still enabled.
org.opencms.main.CmsException: Critical error during OpenCms initialization: The OpenCms setup wizard is still enabled.
        at org.opencms.main.OpenCmsCore.setErrorCondition(OpenCmsCore.java:358)
        at org.opencms.main.CmsInitException.setErrorCondition(CmsInitException.java:113)
        at org.opencms.main.CmsInitException.<init>(CmsInitException.java:70)
        at org.opencms.main.CmsInitException.<init>(CmsInitException.java:56)
        at org.opencms.main.OpenCmsCore.initContext(OpenCmsCore.java:1456)
        at org.opencms.main.OpenCmsCore.upgradeRunlevel(OpenCmsCore.java:2029)
        at org.opencms.main.OpenCmsListener.contextInitialized(OpenCmsListener.java:85)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4776)
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5240)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:730)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
        at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:985)
        at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1856)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:844)
15 Mar 2019 11:13:30,938 ERROR [g.opencms.main.OpenCmsListener:  89] Critical error during OpenCms initialization: The OpenCms setup wizard is still enabled.
org.opencms.main.CmsInitException: Critical error during OpenCms initialization: The OpenCms setup wizard is still enabled.
        at org.opencms.main.OpenCmsCore.initContext(OpenCmsCore.java:1456)
        at org.opencms.main.OpenCmsCore.upgradeRunlevel(OpenCmsCore.java:2029)
        at org.opencms.main.OpenCmsListener.contextInitialized(OpenCmsListener.java:85)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4776)
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5240)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:730)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734)
        at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:985)
        at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1856)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:844)
15 Mar 2019 11:13:31,069  INFO [.opencms.i18n.CmsLocaleManager: 376] . i18n configuration   : the JVM default locale is "en_US"
15 Mar 2019 11:13:31,070  INFO [  org.opencms.main.OpenCmsCore:1754] .
15 Mar 2019 11:13:31,070  INFO [  org.opencms.main.OpenCmsCore:1755] .
15 Mar 2019 11:13:31,071  INFO [  org.opencms.main.OpenCmsCore:1756] .                      ...............................................................
15 Mar 2019 11:13:31,072  INFO [  org.opencms.main.OpenCmsCore:1757] . Performing shutdown  : 9.5.3 [Release #705 ( - e3
</pre>
                            <pre class="moz-signature" cols="72">-- 
Enrico Ballarin Dolfin

Senior Application Developer

Schweizerischer Erdbebendienst (SED)
Swiss Seismological Service
NO F67, Sonneggstrasse 5, CH-8092 Zürich

Phone: +41 44 633 6625
Mail: <a class="moz-txt-link-abbreviated" href="mailto:enrico@sed.ethz.ch" moz-do-not-send="true">enrico@sed.ethz.ch</a></pre>
                            <br>
                            <fieldset class="mimeAttachmentHeader"></fieldset>
                            <pre class="moz-quote-pre" wrap="">_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" moz-do-not-send="true">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a>



</pre>
                          </blockquote>
                          <pre class="moz-signature" cols="72">-- 
Enrico Ballarin Dolfin

Senior Application Developer

Schweizerischer Erdbebendienst (SED)
Swiss Seismological Service
NO F67, Sonneggstrasse 5, CH-8092 Zürich

Phone: +41 44 633 6625
Mail: <a class="moz-txt-link-abbreviated" href="mailto:enrico@sed.ethz.ch" moz-do-not-send="true">enrico@sed.ethz.ch</a></pre>
                          <br>
                          <fieldset class="mimeAttachmentHeader"></fieldset>
                          <pre class="moz-quote-pre" wrap="">_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" moz-do-not-send="true">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a>



</pre>
                        </blockquote>
                        <pre class="moz-signature" cols="72">-- 
Kind Regards,
Daniel.
 
-------------------

Daniel Seidel

Alkacon Software GmbH & Co. KG - The OpenCms Experts                    
<a class="moz-txt-link-freetext" href="http://www.alkacon.com" moz-do-not-send="true">http://www.alkacon.com</a> - <a class="moz-txt-link-freetext" href="http://www.opencms.org" moz-do-not-send="true">http://www.opencms.org</a>     </pre>
                        <br>
                        <fieldset class="mimeAttachmentHeader"></fieldset>
                        <pre class="moz-quote-pre" wrap="">_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" moz-do-not-send="true">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a>



</pre>
                      </blockquote>
                      <pre class="moz-signature" cols="72">-- 
Enrico Ballarin Dolfin

Senior Application Developer

Schweizerischer Erdbebendienst (SED)
Swiss Seismological Service
NO F67, Sonneggstrasse 5, CH-8092 Zürich

Phone: +41 44 633 6625
Mail: <a class="moz-txt-link-abbreviated" href="mailto:enrico@sed.ethz.ch" moz-do-not-send="true">enrico@sed.ethz.ch</a></pre>
                      <br>
                      <fieldset class="mimeAttachmentHeader"></fieldset>
                      <pre class="moz-quote-pre" wrap="">_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" moz-do-not-send="true">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a>



</pre>
                    </blockquote>
                    <pre class="moz-signature" cols="72">-- 
Kind Regards,
Daniel.
 
-------------------

Daniel Seidel

Alkacon Software GmbH & Co. KG - The OpenCms Experts                    
<a class="moz-txt-link-freetext" href="http://www.alkacon.com" moz-do-not-send="true">http://www.alkacon.com</a> - <a class="moz-txt-link-freetext" href="http://www.opencms.org" moz-do-not-send="true">http://www.opencms.org</a>     </pre>
                    <br>
                    <fieldset class="mimeAttachmentHeader"></fieldset>
                    <pre class="moz-quote-pre" wrap="">_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" moz-do-not-send="true">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a>



</pre>
                  </blockquote>
                  <pre class="moz-signature" cols="72">-- 
Kind Regards,
Daniel.
 
-------------------

Daniel Seidel

Alkacon Software GmbH & Co. KG - The OpenCms Experts                    
<a class="moz-txt-link-freetext" href="http://www.alkacon.com" moz-do-not-send="true">http://www.alkacon.com</a> - <a class="moz-txt-link-freetext" href="http://www.opencms.org" moz-do-not-send="true">http://www.opencms.org</a>     </pre>
                  <br>
                  <fieldset class="mimeAttachmentHeader"></fieldset>
                  <pre class="moz-quote-pre" wrap="">_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" moz-do-not-send="true">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a>



</pre>
                </blockquote>
                <pre class="moz-signature" cols="72">-- 
Enrico Ballarin Dolfin

Senior Application Developer

Schweizerischer Erdbebendienst (SED)
Swiss Seismological Service
NO F67, Sonneggstrasse 5, CH-8092 Zürich

Phone: +41 44 633 6625
Mail: <a class="moz-txt-link-abbreviated" href="mailto:enrico@sed.ethz.ch" moz-do-not-send="true">enrico@sed.ethz.ch</a></pre>
                <br>
                <fieldset class="mimeAttachmentHeader"></fieldset>
                <pre class="moz-quote-pre" wrap="">_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" moz-do-not-send="true">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a>



</pre>
              </blockquote>
              <pre class="moz-signature" cols="72">-- 
Enrico Ballarin Dolfin

Senior Application Developer

Schweizerischer Erdbebendienst (SED)
Swiss Seismological Service
NO F67, Sonneggstrasse 5, CH-8092 Zürich

Phone: +41 44 633 6625
Mail: <a class="moz-txt-link-abbreviated" href="mailto:enrico@sed.ethz.ch" moz-do-not-send="true">enrico@sed.ethz.ch</a></pre>
              <br>
              <fieldset class="mimeAttachmentHeader"></fieldset>
              <pre class="moz-quote-pre" wrap="">_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" moz-do-not-send="true">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a>



</pre>
            </blockquote>
            <pre class="moz-signature" cols="72">-- 
Kind Regards,
Daniel.
 
-------------------

Daniel Seidel

Alkacon Software GmbH & Co. KG - The OpenCms Experts                    
<a class="moz-txt-link-freetext" href="http://www.alkacon.com" moz-do-not-send="true">http://www.alkacon.com</a> - <a class="moz-txt-link-freetext" href="http://www.opencms.org" moz-do-not-send="true">http://www.opencms.org</a>     </pre>
            <br>
            <fieldset class="mimeAttachmentHeader"></fieldset>
            <pre class="moz-quote-pre" wrap="">_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" moz-do-not-send="true">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a>



</pre>
          </blockquote>
          <pre class="moz-signature" cols="72">-- 
Kind Regards,
Daniel.
 
-------------------

Daniel Seidel

Alkacon Software GmbH & Co. KG - The OpenCms Experts                    
<a class="moz-txt-link-freetext" href="http://www.alkacon.com" moz-do-not-send="true">http://www.alkacon.com</a> - <a class="moz-txt-link-freetext" href="http://www.opencms.org" moz-do-not-send="true">http://www.opencms.org</a>     </pre>
          <br>
          <fieldset class="mimeAttachmentHeader"></fieldset>
          <pre class="moz-quote-pre" wrap="">_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" moz-do-not-send="true">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a>



</pre>
        </blockquote>
        <pre class="moz-signature" cols="72">-- 
Enrico Ballarin Dolfin

Senior Application Developer

Schweizerischer Erdbebendienst (SED)
Swiss Seismological Service
NO F67, Sonneggstrasse 5, CH-8092 Zürich

Phone: +41 44 633 6625
Mail: <a class="moz-txt-link-abbreviated" href="mailto:enrico@sed.ethz.ch" moz-do-not-send="true">enrico@sed.ethz.ch</a></pre>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <pre class="moz-quote-pre" wrap="">_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" moz-do-not-send="true">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a>



</pre>
      </blockquote>
      <pre class="moz-signature" cols="72">-- 
Kind Regards,
Daniel.
 
-------------------

Daniel Seidel

Alkacon Software GmbH & Co. KG - The OpenCms Experts                    
<a class="moz-txt-link-freetext" href="http://www.alkacon.com" moz-do-not-send="true">http://www.alkacon.com</a> - <a class="moz-txt-link-freetext" href="http://www.opencms.org" moz-do-not-send="true">http://www.opencms.org</a>     </pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a>



</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
Enrico Ballarin Dolfin

Senior Application Developer

Schweizerischer Erdbebendienst (SED)
Swiss Seismological Service
NO F67, Sonneggstrasse 5, CH-8092 Zürich

Phone: +41 44 633 6625
Mail: <a class="moz-txt-link-abbreviated" href="mailto:enrico@sed.ethz.ch">enrico@sed.ethz.ch</a></pre>
  </body>
</html>