Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

This document explains how to install uPortal 3.0 in Glassfish.

Glassfishis an open source Java EE 5 application server based on Sun's Java System Application Server.

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

Installation of uPortal 3

  1. Create a new domain in Glassfish for uPortal
  2. 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}
  1. From the uPortal source directory run ant deploy-ear
  2. Copy all of the JAR library files from <uportal source>/uportal-ear/target/uPortal/ to <your glassfish installation>/domains/<your new uportal domain>/lib/
  3. Start up your glassfish domain
  4. 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 will install it.

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

Installation of portlets: TODO 

  • No labels