Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
This document explains how to install uPortal 3.0 in Glassfish.

[Glassfish|https://glassfish.dev.java.net/]is 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
# Create a new domain in Glassfish for uPortal
# 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}

# From the uPortal source directory run *{_}ant deploy-ear{_}*
# Copy all of the JAR library files from *_<uportal source>/uportal-ear/target/uPortal/_* to *_<your glassfish installation>/domains/<your new uportal domain>/lib/_*
# Start up your glassfish domain
# 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&nbsp;