Won't Fix
Details
Assignee
UnassignedUnassignedReporter
Anastasia CheethamAnastasia CheethamComponents
Priority
Minor
Details
Details
Assignee
Unassigned
UnassignedReporter
Anastasia Cheetham
Anastasia CheethamComponents
Priority
Created October 3, 2007 at 5:00 PM
Updated October 14, 2011 at 6:55 PM
Resolved October 14, 2011 at 6:55 PM
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