From: Luca C. <luc...@gm...> - 2013-02-26 00:26:54
|
Hey Guillermo, did you succeed running the latest opal 2.6? Did you find anymore problem? Luca On Tue, Feb 19, 2013 at 9:22 AM, Luca Clementi <luc...@gm...> wrote: > On Tue, Feb 19, 2013 at 5:00 AM, Guillermo Marco Puche > <gui...@si...> wrote: >> Ok fixed it, >> >> wsdd folder is missing in 2.6 release, had to copy it from 2.4 >> > > Marco, > you don't need that (those file are now under > webapps/opal2/WEB-INF/wsdd/opal_*). > > Version 2.6 uses a new deployment methodology. > You can simply copy config.xml files into the $CATALINA_HOME/deply floder. > > > So no more: > >> >> cd /opt/web/opal >> sudo ant deploy -DserviceName=DateService >> -DappConfig=/opt/web/opal/configs/date_config.xml >> > > But now you can simply > cp /opt/web/opal/configs/date_config.xml $CATALINA_HOME/deploy > > That's one of the main changes with opal 2.4/2.6. > > > You can find the documentation inside the docs folder. > > Luca |