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...
- Open the Project Properties page by select Project | Project
Properties and add your JDBC driver library.
- 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
- Configuring and Compiling.
- If you are running JBuilder 3.5:
- Select Wizard | Enhydra Configure and click on the Configure button.
This creates multiserver conf files from the conf.in configuration
templates and sets the project run properties for MultiServer.
- Select Run | Run Project.
XMLC will be called automatically by JBuilder before launching MultiServer.
- If you are running JBuilder 3.0 Professional, Enterprise or Oracle JDeveloper:
- Select Wizard | Enhydra Configure and click on the Configure button.
This creates multiserver conf files from the conf.in configuration templates.
- Select Wizard | XMLC Compiler and click on the Compile button.
This generates DOM classes from html resource files.
- Select Run | Run Project
- 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.