how to achieve hot deployment of adapter class of savvion co

Posted by hirenpatel on 26-Jul-2011 07:43

Hi All,
Whenever there is a change in adapter class of Common resource project, it always requires to restart the servers which leads to slow down build process.
Is there any way in savvion, so we can do hot deployment of adapter class of savvion common resource project and not need to restart the server?
I would also like to know  the location of adapter class file in savvion   when  we deploy common resource project with both adapter type as Biologic or Web application adapter sequentially.
Please revert me if you require more information from me.

Thanks and Regards
Hiren Patel

All Replies

Posted by dparikh on 27-Jul-2011 02:26

Hi Hiren,

The location of which file gets deployed where, when you deploy the common resource, can be found in your "dir.map"

Usually it will be this:-

###########################################

  1. Mapping file

  2. __ebmsapps_archive maps to $SBM/ebmsapps

  3. __webapps_archive maps to $SBM/BizSolo

  4. __sbm_archive maps to $SBM

  5. __sbmweb_archive maps to web app directory (for pramati it is �pramati�/public_html/sbm)

  6. use EXCLUDED_DIR to remove mapping of folder in project to server. E.g. privFolder=EXCLUDED_DIR

  7. EJB Container

Business\ Objects=__ebmsapps_archive/common/bo/classes

External\ Business\ Objects=__ebmsapps_archive/common/bo/classes

Adapters=__ebmsapps_archive/common/lib

AdaptersBin=__ebmsapps_archive/common/lib

lib=__ebmsapps_archive/common/lib

  1. WEB Container

Business\ Objects=__sbmweb_archive/WEB-INF/classes

External\ Business\ Objects=__sbmweb_archive/WEB-INF/classes

Adapters=__sbmweb_archive/WEB-INF/lib

AdaptersBin=__ebmsapps_archive/common/lib

lib=__sbmweb_archive/WEB-INF/lib

bpmportal=__sbmweb_archive/bpmportal

###########################################

Thanks,

Deepti

This thread is closed