Install a file in different locations depending on environment
Greg Swift
gregswift at gmail.com
Thu Jan 2 21:31:01 UTC 2014
off top of my head i've got 2 methods....
1: Symlinking. Put the war in a common space, like
/usr/share/<app>/app.war and symlink based on the installed app (i don't
think this is as pretty and requires potentially ugly logic)
2: Subpackaging. Do a subpackage for each of the web servers that drops
the package in their known directory pathing. (i guess you could argue
there is some ugliness to this too)
On Thu, Jan 2, 2014 at 1:14 AM, Eran Ben Natan <eranb at celltick.com> wrote:
> Hi,
>
>
>
> I want to create an RPM that installs some .war file in a web server
> deploy directory.
>
> My problem is that on the target server there can be a Jboss or Tomcat,
> and for each the directory where I should put the war file in different.
>
> Is there a way to do this, without coping the file in the %post?
>
>
>
> Thanks,
>
> *Eran Ben-Natan | R&D Infrastructure*
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-list/attachments/20140102/fa72ec18/attachment.html>
More information about the Rpm-list
mailing list