<< Back to previous view |
![]() |
[QB-226] lookup configuration files in quickbuild's document root or WEB-INF
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Improvement | Priority: | Major |
Reporter: | Cristiano Prisciandaro | Assigned To: | Robin Shen |
Resolution: | Won't Fix | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown | ||
Environment: | Solaris, Apache, Tomcat 5.x |
Description |
Actually it looks like quickbuild locates config.properties and productInfo.properties depending on the installation directory's location. Having quickbuild checking into some predefined locations as well (like its document root of its WEB-INF) could ease the deployment of the only war archive (e.g.: unattended or via tomcat's manager). [Obviously it is assumed that the config files are correctly provided with the archive] |
Comments |
Comment by Cristiano Prisciandaro [ 22/Mar/07 01:56 AM ] |
Having the location of the config files explicitily configurable (and not depending on the installation directory) in web.xml would be probably better. One could make the config files' directory point to a location like /etc/quickbuild thus avoiding to have to re-package the war if the configuration changes. |
Comment by Robin Shen [ 02/Mar/10 01:35 AM ] |
Since 2.0, QuickBuild is run as a standalone application and should be very easy for deployment. |