Changes to service registration for the Leicester VOSpace service
At the moment, the service is deployed as a version numbered war file.
Resulting in the version number appearing in the webapp URL
The same war file has also been deployed using a symlink
Giving us a version neutral webapp URL
At the moment, the service registration uses the versioned URL, making it specific to the versioned war file.
The reason for adding the symlink was to enable us to add a new version of the webapp by deploying the new war file and then changing the symlink to point to the new version.
In order to make use of this, we need to re-register the service using the version neutral URL.
--
DaveMorris - 14 Apr 2008
Topic revision: r1 - 2008-04-14 - 14:42:26 -
DaveMorris