Notifications
Clear all

[Solved] Where is the ONE server JBOSS logfile?

5 Posts
2 Users
0 Reactions
1,780 Views
0
Topic starter

Where is the one server jboss logfile?

2 Answers
0

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.

0
Topic starter

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
GregMerrill 2013-11-06 16:11:00

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?

tsmith Topic starter 2013-11-06 17:11:00

That was a mistake. It is boot.log

tsmith Topic starter 2013-11-07 15:11:00

Added production location of /one/PLT/plt_work/logs and fixed mistake.