Skip to main content
Participant
October 3, 2011
Question

How to check/retrieve server logs?

  • October 3, 2011
  • 1 reply
  • 617 views

Hi. I have an app that is running off a CF server. The app has been crashing lately and a programmer recommends I check the server logs. Could someone please tell me how I do that? Thanks so much.

This topic has been closed for replies.

1 reply

Legend
October 3, 2011

Hi Luke,

Login to CFadmin http://URL/cfide/administrator/index.cfm

then select Debugging & Logging > Log Files

search or download server.log or other logs present.

Alternate CF Java log files in CF\runtime\logs (\Jrun4\logs multi-server)

might provide hint to crash outage.

HTH, Carl.

Participant
October 4, 2011

Thanks Carl!