From: Luca C. <luc...@gm...> - 2014-01-09 00:34:23
|
Hey Conrad, I'm re-adding the list... On Wed, Jan 8, 2014 at 2:10 PM, Conrad Huang <co...@cg...> wrote: > We're close, but not quite there yet. I got an instance of Opal 2.5 running > under Tomcat6 by simply following the instructions. I can reach the > dashboard. That's the good news. The bad news are: > > 1. The "Server Info" tab says I'm still running Opal version 2.4. You must have copied you old build.properties from the previous installation. The template in the repo seems correct: https://github.com/nbcrrolls/opaltoolkit/blob/master/opal/opal2-core/build.properties.template Can you try to re-deploy upgrading the version number in it (as in the template)? > 2. When I first tried to deploy an application (I copied the > clustalw_config.xml file and changed the binary path), I got: > No, the new opal has a new deployment method. No need to run any command, just drop the file inside $CATALINA_HOME/deploy. To undeply rm the file from the folder. This is one of the new feature of opal 2.5. See the docs in dockboot (I know it is not very readable :-(): https://github.com/nbcrrolls/opaltoolkit/blob/master/opal/opal2-core/docbook/serversetup.sgml#L314 In particular: <para>Deploy the services inside Tomcat, by copying the <emphasis>date.xml</emphasis> file inside the directory specified in <emphasis>$OPAL_HOME/etc/opal.properties</emphasis> with the keyword <emphasis>opal.deploy.path</emphasis>. If you have not changed this property the default directory is <emphasis>$CATALINA_HOME/deploy</emphasis>. <screen> cp configs/date.xml $CATALINA_HOME/deploy </screen> </para> Luca |