Versions Compared

Key

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

...

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

Code Block
ant dbtest

 

Step 5: Build and Deploy 

Following a successful test, you can execute the command below to build the database tables and copy files to your servlet container. 

Warning
iconfalse

Note: Executing the command "ant clean initportal" will drop and recreate the database tables and all existing data will be lost. This will result in a clean uPortal database structure. If you want to keep the contents of your existing database, use "ant clean deploy-war"

Code Block
ant clean initportal

Step 6: Restart Tomcat

 

 

Info
iconfalse
titleAdditional References
 

...