| Property | Optional? | Description |
|---|---|---|
| gridport.auth.enable | Yes - default is true |
Whether or not the GridPort single-sign-on authentication
module is enabled. Accepted values are true
and false
|
| myproxy.auth.enable | Yes - default is false |
Whether or not the MyProxy single-sign-on authentication
module is enabled. Accepted values are true
and false
|
myproxy.host.x
x: {1,2}
|
No | Host of the myproxy server used by the Myproxy single-sign-on authentication module. |
myproxy.port.x
x: {1,2}
|
No | Port on which the myproxy server used by the single-sign-on authentication module runs. |
myproxy.lifetime.x
x: {1,2}
|
No | Lifetime of the proxy obtained by the MyProxy single-sign-on authentication module. |
| portlets.include | Yes | Portlets to include when executing multi-portlet goals. |
| portlet.name | No | Portlet to use when executing single-portlet goals. |
| portlets.dir | Yes - default is ${basedir}/portlets |
Root directory of the portlets to use. |
| certs.dir | Yes - default is ${user.home}/.globus/certificates |
Directory to which the gp:install-certs (called by
the gp:install goal) will attempt to write the CA
certificates included with GridPort.
|
| gp.repo | Yes - default is ${user.home}/.globus/certificates |
Directory that the gp:install-repo goal (called by
the gp:install goal) uses as the GridPort Repository.
|
| db.dir | Yes - default is ${basedir}/../db |
Directory of the portal framework database. The default plugin setting externalizes the database, moving it out of the portal's webapp. This enables a user to re-deploy the portal framework without having to re-initialize the portal database, thus preserving account information and various portal settings. |
| *cvs.root.portlets | No | Maven SCM URL of the portlet codebase in CVS. |
| *cvs.gpir.tag | No | CVS tag used to check out the GPIR Browser Portlet. |
| *cvs.file.tag | No | CVS tag used to check out the Comprehensive File Management Portlet. |
| *cvs.job.tag | No | CVS tag used to check out the GRAM Job Submission Portlet. |
| *cvs.common.tag | No | CVS tag used to check out the GridPort Common Portlet Module. |
| *cvs.proxy.tag | No | CVS tag used to check out the ProxyManager Portlet. |
| *portal.tier | Yes - default is dev |
Development tier of the portal. Current accepted values
are dev, test, live.
|
| *portal.url.dev | No - default is localhost |
Hostname of the portal server for the dev tier. |
| *portal.url.test | No - default is localhost |
Hostname of the portal server for the test tier. |
| *portal.url.live | No - default is localhost |
Hostname of the portal server for the live tier. |
* Primarily used by GridPort developers.