Dropbox Versions WAR's missing folder structure ?
Submitted by Guest on Fri, 10/01/2014 - 12:01
I was running throught the update process to familiarize myself and when using the WAR's located on Dropbox I found they didnt seem to contain the full webapp folder structure.
specifically under
\WEB-INF\classes
it should have a ORG folder and then a stack or resources below that? atleast comparing to the 1.6 release zip it does.
Re: Dropbox Versions WAR's missing folder structure ?
The openvpms.war structure has changed between 1.6 and 1.7.
In 1.6:
In 1.7:
Regards,
-Tim
Re: Dropbox Versions WAR's missing folder structure ?
Oh well, that makes customized images a bit harder.
Re: Dropbox Versions WAR's missing folder structure ?
Should be much the same I think.
If you want to add your logo, mylogo.gif in the WEB-INF/images directory, then create a site.stylesheet in WEB-INF/classes/style and add:
Re: Dropbox Versions WAR's missing folder structure ?
Thanks for your help here Tim....Tomcat was throwing some strange errors I initially could not interpret. Turns out they were just hibernate parameter errors. (my dev machine didnt use default ports/pass or db name)
Wierdly tomcat was not reporting them as jdbc errors rather saying it could find a echache.prop file. Doesnt matter now thought everything is running smoothly.
I love the fact you defined a stylesheet.properties and seperated it from the actual stylesheet. Makes customization infinitely easier.