how to get crimson working?

2001-04-08 Thread elephantwalker
Looks like this is a little problem. I know that there are several xml parser problems with orion. I want to use crimson (the latest Jan 30 version) on orion because the sax 2 parser is about 4 times faster than xerces. The class clash problem with the sax 1 implementations used by orion will

Error deserializing session

2001-04-08 Thread Sergei Batiuk
Hello all, What does the following error mean? It looks more like a warning, since I did not encounter any abnormal behavior with orion. Is it serious? What might have caused it? Error deserializing session: java.io.WriteAbortedException: Writing aborted by e xception;

SSL

2001-04-08 Thread Mark A. Richman
How can I create a test SSL certificate? Regards,Mark A. RichmanEmpire Software, Inc.Expert Software Development Consulting+ Internet/Intranet/Extranet+ E-Commerce B2B+ Java, C/C++, Visual Basic+ XML, SOAP, and Web Services+ Linux Open-Source Solutions+ Database Applications+ ...and

Re: how to get crimson working?

2001-04-08 Thread Hani Suleiman
Orion 1.4.8 will take care of that, I am told. On Sun, 8 Apr 2001, elephantwalker wrote: Looks like this is a little problem. I know that there are several xml parser problems with orion. I want to use crimson (the latest Jan 30 version) on orion because the sax 2 parser is about 4 times

RE: how to get crimson working?

2001-04-08 Thread elephantwalker
Hani, Looks like Jim Carroll's post on March 21, I was able to get crimson rolling. Here's how (its ugly but it works): delete parser.jar delete jaxp.jar get the latest distribution of xalan. This should have xerces.jar for 1.30. Replace the xalan.jar and xerces.jar with the latest files

How to start EJB development using Orion?

2001-04-08 Thread Chris Bergstresser
Hi all -- I'm new to EJB development, and am trying to start with Orion Server, but I'm having the hardest time figuring out how to even begin. I've written a bean and all the interfaces, which are all sitting in class files in the c:\java directory. I created a META-INF directory off of

RE: How to start EJB development using Orion?

2001-04-08 Thread Mike Cannon-Brookes
See http://www.jollem.com for two very useful primers for you. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Chris Bergstresser Sent: Monday, April 09, 2001 12:50 PM To: Orion-Interest Subject: How to start EJB development using Orion? Hi all

Precompiling JSP files

2001-04-08 Thread Frank LaRosa
Hi, Forgive me if this is a naieve question, but I'm new to Orion and new to JSP. I'm wondering if there is a way I can compile JSP pages one at a time on the command line without deploying them to the Orion server. All I want to do is verify that there are no Java errors in the page, so it

During development, how to allow only a couple of ips, including my local system, to view the site?

2001-04-08 Thread Kevin Duffey
Hi all, I would like to block out ALL ips from viewing my site (using my static ip) except for a few ips, which are from co-workers over the internet. Is this possible? If so, how? I read in the orion-web.xml.html file about ip-access tag, and when I tried it, it did block off all ips. But when

RE: Precompiling JSP files

2001-04-08 Thread elephantwalker
I use netbeans/forte community edition ide. It is free, and has a server built-in. I use "execute" jsp page from the ide, and it will actually create the code, and fire up a browser to view the page. I am pretty sure you can download the jdwk or something-or-other from sun which provides a

parsePostData

2001-04-08 Thread Frank LaRosa
I'm having some trouble parsing form data in a JSP page. I'm using this code: Hashtable ht = HttpUtils.parsePostData( request.getContentLength(), request.getInputStream() ); The result is always a Hashtable with a size of zero, even though there should be data in the form. I posted the form

Re: How to start EJB development using Orion?

2001-04-08 Thread SCOTT FARQUHAR
references that might be a help include: Sun's j2ee specification Servlet 2.2 spec JSP 1.1 spec I find that tutorials at www.jollem.com www.orionsupport.com are excellent. AFAIK all you need to do to inform orion of the existance of those files is to edit server.xml, to point to your root