You can use the --inPlace option for installing your app from an external (to
Geronimo structure) directory
java -jar deployer.jar <general_options> deploy --inPlace <app_home>
Check the deployer tool options here
http://cwiki.apache.org/GMOxDOC12/deployer-tool.html
HTH
Cheers!
Hernan
F. Kleinpaul wrote:
Dear List
For security reasons, How can I setup Geronimo to use a fix deploy
directory to all applications like "/home/files" different from
Geronimo install directory?
My dream ...
Geronimo Install dir = /opt/geronimo
Geronimo deploy dir = /home/files (all applications will be here)
Thank you
FKleinpaul