In my experience of using other JSP engines there are two types of error one gets during development: a) compilation b) run-time In general you debug these by examining the System.out for the server. Occasionally inspection of the interim .java file that is created is helpful. I cannot work out how to debug a JSP under Orion. the \orion\default-site\site.log offers no stack trace, certainly during the compilation phase. Am I missing something?
