|
From: Ralf H. <rh...@hc...> - 2015-11-20 12:25:12
|
Ok I got it working using the following "hack" cd $EJBCA_HOME/dist zip -0 doc.war static.html zip -0 ejbca.ear doc.war cd .. && and deployear If anyone else has a better idea, just drop it here :-) Regards Ralf -----Ursprüngliche Nachricht----- Von: Ralf Hornik [mailto:rh...@hc...] Gesendet: Donnerstag, 19. November 2015 11:53 An: ejb...@li... Betreff: Re: [Ejbca-develop] Adding static content to ejbca/doc in ejbca 6.3.1.1.CE Unfortunately not. "Ant build" also removes any temp content, compiles and buildes the ejbca.ear. "Ant deployear" only copies the file to the deployment folder of JBoss. It seems i will have to patch the dist/ejbca.ear afterwards -----Ursprüngliche Nachricht----- Von: Tomas Gustavsson [mailto:to...@pr...] Gesendet: Donnerstag, 19. November 2015 10:40 An: ejb...@li... Betreff: Re: [Ejbca-develop] Adding static content to ejbca/doc in ejbca 6.3.1.1.CE Did you try "ant build deployear"? /T On 2015-11-18 17:28, Ralf Hornik wrote: > Hello, > > we use a specific info site under https://server/ejbca/doc With > version 4 it was possible to add this content in "$EJBCA_HOME/tmp/htdocs/info.html" followed by an "ant deploy". > But since version 6 this seems to be not working any more. > > With "ant deployear" the file is not added to the "ejbca.ear" and removing the old "dist/ejbca.ear" leads to a complete cleanup that removes anything before building the new file. > How can we add persistent static content (independend from the EJBCA Source documentation) to the "/doc" directive? > > Thanks and kind regards > > Ralf > > > ---------------------------------------------------------------------- > -------- _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > ---------------------------------------------------------------------------- -- _______________________________________________ Ejbca-develop mailing list Ejb...@li... https://lists.sourceforge.net/lists/listinfo/ejbca-develop |