Hi, > DefaultDeploymentRecorder seems to expect that all applications will be > installed in ../apps/<appname> because it will always look for install log in > > ../apps/<appname>/install.log > > However if I run the following > > ./run --application /some/path/myapp.sar
I know about this. I just didn't implemented it yet. > > the above will not hold and thus install.log will not be generated. Perhaps > it would be better to have a separate directory > > ${phoenix.dir}/conf/install/ > > in which is files like > > james-install.log > myapp-install.log > jo-install.log > db-install.log > etc. > > This would also keep the install log outside the application directory (which > would make it harder to accidently mess with it). > > Thoughts? Yes, I thought using that approach too! I guess the only reason I did in this way is to keep everything belonging to the app. in one directory. I can change it no problem, since Paul gave his +1 on this too. Mircea -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>