Versions Compared

Key

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

...

Start uPortal by running the ant command from inside the uPortal-4.x-quick-start directory

Code Block
ant start
Note
titleEnvironment variable conflicts

If your quick start build fails, verify you do not have CATALINA_OPTS or JAVA_OPTS environment variables set with values that might cause the build or execution to fail.

 

Step 4: Access uPortal

Code Block
http://localhost:8080/uPortal/

...