2013-11-05 15:11:00
Topic starter
Where is the one server jboss logfile?
boot.log stops logging in the middle of startup, so it is not useful.
Beginning in PLT 8.3.1 you can find logs here:
<view_root>\install\logs
Prior to 8.3.1 there are no logs generated in dev builds, only console. Installer builds do have logs though.
In local development
C:/views/third-party/jboss/jboss-4.2.3.GA/server/$YOUR_MODULE_NAME$/log/boot.log
In production
/one/PLT/plt_work/logs/*.log
Really? I don't have this file. I have only boot.log in that folder and it's not useful.
Are you running as a windows service or something which is creating this log?
Added production location of /one/PLT/plt_work/logs and fixed mistake.