Versions Compared

Key

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

...

Download Glassfish from here:  https://glassfish.dev.java.net/

Installation of uPortal 31. 3

  1. Create a new domain in Glassfish for uPortal

...

  1. In your uPortal3 build.properties set the following properties:
    • server.home=<your glassfish installation>/domains/<your new uportal domain>
    • server.base=${server.home}/bin
    • server.webapps=${server.home}/autodeploy
    • extractWars=false
    • webapp.docBase=uPortal
    • webapp.path=/${webapp.docBase}3. From the uPortal source directory run ant deploy-ear 4.
  1. Copy all of the JAR library files from <uportal source>/uportal-ear/target/uPortal/ to <your glassfish installation>/domains/<your new uportal domain>/lib/

...

  1. Start up your glassfish domain

...

  1. From the uPortal source directory run ant deploy-war. This will generate a war file and copy it to the glassfish autodeploy directory at which point your glassfish instance

...

  1. will install it.

That's pretty much it for a quick and dirty way to get uPortal up and running.

...