A Question

2001-02-23 Thread Richard Doust
I'm not sure if I'm doing this right, but since I'm receiving e-mails from this address, I'll try sending a question to it. I am developing server side code that is using JAXP 1.0. The jaxp download from sun includes a DocumentBuilderFactoryImpl class that comes from apache that is in the

RE: deployment

2001-02-23 Thread Richard Doust
There's more to deploying the servlet than just setting the correct values in the FORM tag, here's some thoughts: Use "POST" as the method for processing the FORM. That's basically what it's meant for. The ACTION attribute should be the name of your servlet. If you've configured your servlet in

RE: Debugging and orion

2001-02-23 Thread Richard Doust
There are lots of posts in the archive available in the Orion Support web-site on how to do this. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Friday, February 23, 2001 4:55 PM To: Orion-Interest Subject: RE: Debugging and

JAXP

2001-02-23 Thread Richard Doust
I have been working on this problem all day. I have posted once before and no one responded. I will try again. I'm no Java expert and this is just my ignorance, but can anyone tell me if I'm correct in my assumptions on this. I am trying to develop server side code that runs under Orion that uses

RE: JAXP

2001-02-23 Thread Richard Doust
Tim, Thanks for trying to help. I'll take a look in the mailing list archives. I looked through the first set and didn't find anything, but I can look at older stuff. In the meantime, I'm replacing the jaxp.jar, parser.jar, and xalan.jar that came with Orion (latest version) with crimson.jar,

RE: JAXP

2001-02-23 Thread Richard Doust
Here's some verbose output from java on the attempt to start Orion: [Loaded org.apache.crimson.tree.DomEx] [Loaded org.w3c.dom.DocumentType] [Loaded org.apache.crimson.tree.XmlWriteContext] [Loaded org.apache.crimson.tree.XmlDocument$ExtWriteContext] [Loaded org.w3c.dom.ProcessingInstruction]