#499 Direct web application deployment
Closed: Fixed None Opened 11 years ago by edewata.

Currently pkispawn deploys a subsystem by copying web application files (e.g. JS scripts, images, templates, web.xml, auth.properties) into Tomcat's webapps folder. This creates a maintenance issue. Suppose during upgrade the layout/content of these files has changed, the deployed files will need to be migrated or the web application will need to be redeployed.

It is possible to deploy without copying the files by configuring the docBase parameter in the context.xml of each subsystem to point directly to the installed files, for example:

<Context docBase="/usr/share/pki/webapps/ca">
</Context>

This way the changes will be handled automatically by RPM.


Implemented for TPS:

  • b944d31ef744a220f176bf7143e727223ad6b3b1

Additional changes:

  • 5952a82975063c4ec27303091a44e586d1386933
  • 4c1ce953681c3cac9c6d0b4325a48ba66619f553
  • 533b33a753801b3cc91529d83ac75f2214f86fcf
  • b7f5c646abe7173981f1decad61feeb7e3c80159
  • 04b6dafbf3954c0ff585c375b388c13cc9e83399
  • 4d3049c36d8e6a5a0c999daaa6fdd856af00525c

Metadata Update from @edewata:
- Issue assigned to edewata
- Issue set to the milestone: 10.2.3

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/1070

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata