Using discRack with Kelp


Project: discRack
Company: Lutris Technologies
Description: Kelp project for the discRack Enhydra example application.

To build and run discRack with Kelp...
  1. Open the Project Properties page by select Project | Project Properties and add your JDBC driver library.
     
  2. Open the discRack.conf.in file in the conf.in folder and update the following DatabaseManager settings to match your JDBC driver settings.
     
    DatabaseManager.DB.sid1.JdbcDriver
    DatabaseManager.DB.sid1.Connection.Url
    DatabaseManager.DB.sid1.Connection.User
    DatabaseManager.DB.sid1.Connection.Password
     
  3. Configuring and Compiling.  
  4. To view the default application web page, open your browser and enter:
    http://localhost:5555
     
    Note: Due to limitations of JBuilder's internal html browser, it is recommended that you use run the applicatoin from a full featured browser such as Netscape Navigator or MS Internet Explorer.