Hello Christian,

> Hello,
>
> I finally got my JSP to run under Orion. What helped me most was the hint to
> turn on full error messages in the browser. Since orion does not write error
> logs (which is of course unacceptable in a production environment), this is
> at least one way to know whats going on.
>

Of course Orion writes error logs, where did you get the impression that it
doesn't?

Are you looking at application.log for your application? (in the deployment dir
of your deployed application). It contains the error logs, for example stack
traces (even with real JSP line numbers, not just line numbers in the generated
class).

If there is something you would like to be added to the logging, please mail us
those suggestions to [EMAIL PROTECTED] and we will add it.

>
> Now, however, I realize that Orion does not seem to support the POST method
> in forms.

It does indeed support the POST method. That is mandated by the Servlet
specification.

I won't comment any more on this since Joseph Ottinger did a great job answering
this.

Regards,
Karl Avedal


Reply via email to