Deployment in Geronimo

For this container, EAR (sharkejb-geronimo.ear) should be deployed by using geronimo admin tool (URL http://localhost:8080/console).

By default, username for geronimo admin is "system", and password is "manager".

When admin application appears, go to Applications -> Deploy New. There are two things that should be deployed by using this form.

First, the deployment plan should be deployed. In archive input, browse to tranql-connector-1.2.rar file and for plan browse to sharkdb.xml file (both files are located in <shark_install_dir>/tws/EJB directory) and click Install button.

Second, the EAR should be deployed. In arrive input, browse to the EAR file (located in <shark_install_dir>/tws/EJB directory) and click Install button.

If everything was OK, shark database (sharkdb) should appear in the list of database pools (path Services -> Database Pools in admin application ),

and shark EAR (sharkejb-geronimo.ear) should appear in the list of application EARs (path Applications -> Application EARs in admin application ).