From: Luca C. <luc...@gm...> - 2013-02-19 17:22:25
|
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 |