Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Start the server and Launch the Administrative Console using the URL http://localhost:8080/console.
  2. Enter default username and password.
  3. In the welcome page, Under Embedded DB, Select DB Manager.





  4. On the next page create a database userdbs and Select create.





  5. Once done you can see the userdbs database listed in DB Viewer portlet under Databases. This confirms that the database has been successfully created.





  6. As shown in the figure under Use DB, select userdbs from the dropdown box.





  7. Run the userinfo.sql script. Select Run Sql.





    Code Block
    titleuserinfo.sql
    borderStylesolid
    create table userinfo(firstname varchar(20),lastname varchar(20),
    username varchar(20), password varchar(20), pincode varchar(20),
    cardno varchar(20))
    



  8. To verify the table creation succeeded. Select Application as shown in the figure.





  9. Next screen suggests the table has been successfully created. To view the contents of the table select VIEW CONTENTS.





  10. The table is currently empty as shown in the figure.





Creating a datasource using Administrative Console

  1. Start the server and Launch the Administrative Console using the URL http://localhost:8080/console.
  2. Enter default username and password.
  3. Once in the welcome page. In console navigation, Under Services, Select Database Pools.


    Image Added


  4. On the next screen, Create a new database pool using Geronimo database pool wizard.


    Image Added


  5. On the next screen give the name as suggested in the figure. This will initiate the process to create a Derby Embedded XA datasource.


    Image Added


  6. Select the Driver jar and give the database name as userdbs(Remember this is the database we created in the previous step). Rest all fields can be set to default.


    Image Added


  7. Select Deploy to deploy the connector plan.


    Image Added


  8. Once done you can see the Database Pool jdbc/userds listed in the available database pools.


    Image Added