Versions Compared

Key

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

...

You will have to change the db-version entry to match your version of MS SQL Server.

Testing

...

the Configuration

Running the dbtest ant target will tell you if you have configured the database connection properly.

Code Block
ant dbtest

...

Then, following a successful test, you can execute

Code Block

ant initportal

to build the database tables and copy files to your servlet container.

...