RE: Displaying errors in JSP

2001-10-03 Thread Michael Laccetti
System.out.print() - server console out.print() - HTML page -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of EXT-Vaze, Vinay G Sent: Wednesday, October 03, 2001 12:09 To: Orion-Interest Subject: Displaying errors in JSP If I have a code block such as

RE: Orion and Toghether or JBuilder

2001-09-05 Thread Michael Laccetti
Title: Message I thought I sent this message yesterday, but at the same time, it appears that I'm wrong. Try checking this article out for using JBuilder to debug applications through Orion: http://www.orionsupport.com/articles/jbuilder-debugging.html I'm using JBuilder 5 Ent, and it works

Orion and Sax/JDom

2001-09-04 Thread Michael Laccetti
Title: Message I've recently installed Orion 1.5.2 on a linux test machine, and installed our app on it. It worked fine under 1.4.6, but for some reason, when I dump it under 1.5.2 I keep getting a SAX2 exception: SAX2 driver class not found. Has anybody seen this before, and better yet,

RE: Orion and Sax/JDom

2001-09-04 Thread Michael Laccetti
Title: Message I did a fresh install, downloaded the latest zip and installed it. I've tried downloading the latest version of xerces and replacing the version with 1.5.2 with that. Again, still getting the SAX2 not found exception. Is there a specific order to setin the classpath?