Thanks, that was it!
- Original Message -
From:
Randahl Fink
Isaksen
To: Orion-Interest
Sent: Friday, February 23, 2001 3:52
AM
Subject: RE: http 500 errors
You
would not happen to be using Internet Explorer, would you? If so, that is why
you don
You
would not happen to be using Internet Explorer, would you? If so, that is why
you don't see the stack trace, someone mentioned earlier on. Go to the
"Advanced" part of the "Internet Options" and disable the so-called "Show
friendly http error messages". The so-called friendliness lies in
You mean you're getting the friendly IE error messages? Orion uses error 500
to indicate a JSP compile error. Sometimes IE chooses to replace the error
with its useless monstrosity. You should be able to disable this by
un-checking 'show friendly error messages' in the Internet Options. If that
do
Hello Vaskin,
Thursday, February 22, 2001, 3:39:33 PM, you wrote:
VK> I keep getting internal server errors (HTTP 500), where do I go to debug
VK> this? Which log file has this stuff? I need a stacktrace! It's not popping up on
the console, and I couldn't find it in any of the obvious .log fil
Once you run your app, go to the application-deployments directory and into the
directory for your application. In there you will find a file named
orion-application.xml.
Add something like this to that file:
> I keep getting internal server errors (HTTP 500), where do I go to de