jboss-qa / jcontainer-manager

Tool to manage Java application containers
Apache License 2.0
4 stars 9 forks source link

Save stdout.log file in container home directory. #51

Closed basovnik closed 9 years ago

basovnik commented 9 years ago

File stdout.log is stored in container log directory now. We have to use container client in some container adapters to get the directory location. But in some platforms we have to read from process standard output earlier. Otherwise the container can get stuck. Due to this fact the location of file stdout.log must be changed.