Metadata
- Source
- FLUID-41
- Type
- Task
- Priority
- Minor
- Status
- Closed
- Resolution
- Won't Fix
- Assignee
- N/A
- Reporter
- Anastasia Cheetham
- Created
2007-10-03T13:00:09.000-0400 - Updated
2011-10-14T14:55:43.648-0400 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Infrastructure
Description
Currently, the gallery portlet deployment scriptmust copy the versions war file (gallery-portlet-0.1.war) to an unversioned name (gallery-portlet.war) before deploying to tomcat. This is because the apache configuration in httpd.conf maps the path of the portlet to an appropriate worker, and the path is based on the war file name.
We need a less brittle way of producing an unversioned war file for deployment. Currently, when the version changes, we will have to change the build script.
The deployment script in question is found in the svn repos at .../infrastructure/build-scripts/uportal/stop_deploy_resetdb_start.sh
Environments
uPortal demo site on build.fluidproject.org
Comments
-
Anastasia Cheetham commented
2011-10-14T14:55:43.572-0400 We don't deploy the gallery portlet anymore, so this issue is now moot.