mPower Server: J2EE Platform


Describes platform configuration and software installation for the mPower server on J2EE.

This document assumes you have a working knowledge of J2EE. Contact your NetSol representative for more information. Debug logging for the Web Service API (LinkIT) is now available with J2EE.

mPower Deployment

To deploy the mPower software:

  1. cd /opt/SUNWappserver/bin
  2. As root, run the command asadmin start-domain to make sure the domain is running
  3. Then run the following command to deploy mPower:
    asadmin deploydir --user admuser --password admpasswd --host host --port port --contextroot mpower_root path_to_mpower_app

    where admuser is the admin user account name, admpasswd is the admin user account password, host is the name of the mPower server host machine, port is the port is the J2EE admin service port (the default is 4848), mpower_root is the mPower URL root directory following the domain (for example, in www.mccue.com/mpower, /mpower (including the beginning slash), is the root), path_to_mpower_app is the actual and full path to the mPower application files (for example, /opt/msi/ver_vnna/mpower), and each option is preceded by a double hyphen (--).

    The contextroot is a virtual URI that, in combination with the server portion of the full URL, directs a client's request to the correct Web application server. In the case of LinkIT, this is normally mpower-ver_vnna.