Hello Mattias,

No, JSP errors do not go to the server log, but to the application log for
the application your JSPs belong to (or global-application.log if they
belog to the default application).

In a real life situation, it's very hard to use the logs if they are not
seperated like this, imagine getting errors from 20 applications to the
server.log... server.log only contains server-wide errors that do not
affect a certain application.

By default, an application log can be found in
application-deployments/<yourappname>/application.log, or you can use the
graphical console and click the application in the applications tree to see
the log. (Note however that the graphical console is in pre-beta). It will
become beta very shortly.

Regards,
Karl Avedal

Mattias Arbin wrote:

> Sometimes when getting errors in JSPs, I get HTTP 500 error code, but I
> cannot find anything in the logs.
> Is this a bug? Shouldn�t there be anything in the server.log file?
> /Thanks,
> Mattias Arbin


Reply via email to