Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
Articles
Articles_cn
Articles_de
Articles_pt
Articles_zh




JSPWiki v2.2.33

[RSS]


Hide Menu

TestData


Difference between version 9 and version 8:

At line 9 added 1 line.
I found it easiest to run dbMonster with ant on my system. I'm using Windows XP and cygwin. dbmonster-core was extracted to f:\tools\dbmonster-core-1.0.3 and dbmonster-ant-1.0.1.jar was saved to f:\tools\monster\
At line 11 added 1 line.
Create 2 new directories inside of dbmonster-core-1.0.3 called config and schema.
At line 13 added 4 lines.
mkdir config
mkdir schema
Create a file called dbmonster.properties inside of the config directory you just made.
At line 18 added 15 lines.
dbmonster.jdbc.driver=org.postgresql.Driver
dbmonster.jdbc.url=jdbc:postgresql://127.0.0.1/YourDatabase
dbmonster.jdbc.username=postgres
dbmonster.jdbc.password=YourPassword
dbmonster.max-tries=1000
dbmonster.rows=1000
dbmonster.progress.monitor=pl.kernelpanic.dbmonster.ProgressMonitorAdapter
}}}
{{{
At line 54 removed 13 lines.
dbmonster.jdbc.driver=org.postgresql.Driver
dbmonster.jdbc.url=jdbc:postgresql://127.0.0.1/YourDatabase
dbmonster.jdbc.username=postgres
dbmonster.jdbc.password=YourPassword
dbmonster.max-tries=1000
dbmonster.rows=1000
dbmonster.progress.monitor=pl.kernelpanic.dbmonster.ProgressMonitorAdapter
}}}
{{{

Back to TestData, or to the Page History.