
Chapter 3. General migration considerations 105
Figure 61. Overview of Commands, Tasks, and Overridable Functions
3.4.1 Commands and Overrideable Functions
Commands and Overrideable Functions are currently implemented in C++ shared
objects.
The C++ source from your Net.Commerce application will have to be recompiled
on WebSphere for OS/390. You place the *.so file and the *.x file in the
/usr/lpp/CommerceSuite/lib directory by default. It is advisable, though, that you
place them in a user code directory such as /u/code. You then add this directory
to the LIBPATH statement in the <CommerceSuite instance name.envvars> file,
for example:
PATH=/bin:.:/usr/lpp/i ...