Re: orion, ssl and ie

2001-09-13 Thread Peter Peltonen
Now I've got some more information on the problem and it seems that there are random mishaps with IE, but the worst case scenario is this combination: https, Netscape 4.4x with iMac (MacOS 9.something)... Strange, as I've never heard anyone complaining about Netscape. But that is a quite old

RE: orion-application.xml

2001-09-13 Thread Prashant Gaikwad
Hi Oisin, For deploying bean, I'm using approach similar to you. A session bean has been deployed on Orion and I want to access it from a servlet with the desired result passed by the bean to servlet. Problem is :- The servlet is not getting access to the bean with the browser sh

UNSUSCRIBE

2001-09-13 Thread David Mease

RE: Oracle questions (Slightly OT)

2001-09-13 Thread The elephantwalker
Greg,   The online docs for Oracle are where I got my start...got something running in a couple hours. However, the server choked on the clobs in about 24 hours of operation.   These oracle examples are actually just a little wrong. If you look at the otn forum on jdbc, you will see numero

RE: Oracle questions (Slightly OT)

2001-09-13 Thread Gregory Scott
You can also look at the 8.1.7 online docs for java examples or now the 9i online docs.  Sign up with Otn.oracle.com, and get a free account, get tons of examples. If you are always going to use an Oracle database, then optimal performance will come from  the thick driver. However, the thin dri

reading the ServletInputStream

2001-09-13 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
I am trying to read the 'raw' http request that is submitted e.g. by a FORM. I assume that ServletInputStream should contain the unparsed HTTP request. public class RequestEchoServlet extends HttpServlet { public void doPost(HttpServletRequest request, HttpSe

Re: JSP Required classes

2001-09-13 Thread Dmitriy Serebryakov
In orion-web.xml in deployment directory use classpath tag as foolowing Example above for Windows Enviroment. D.S. - Original Message - From: "Vijay Pawar" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, September 13, 2001 9:58 AM Subject: JSP Requir

RE: Persistent JMS Queue

2001-09-13 Thread Kesav Kumar
Title: RE: Persistent JMS Queue I think its been fixed in 1.5.2.  What version of orion are you using? Kesav Kumar Kolla Voquette Inc 650 356 3740(W) 510 889 6840(R) VoquetteDelivering Sound Information -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sen

Re: JSP Required classes

2001-09-13 Thread Mike Shoemaker
You have to follow their package names. Mike - Original Message - From: Vijay Pawar <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Sent: Thursday, September 13, 2001 8:58 AM Subject: JSP Required classes > Hi All, > When I am referring class from JSP it is throwing > erro

Re: JSP Required classes

2001-09-13 Thread Robert Virkus
Hallo Vijay, 1) put your non-servlet files into WEB-INFO/lib 2) if that doesn't help, put 'em into $ORIONHOME/lib hope that helps regards Robert Virkus Thursday, September 13, 2001, 3:58:31 PM, you wrote: VP> Hi All, VP> When I am referring class from JSP it is throwing VP> erro

RE: orion-application.xml

2001-09-13 Thread David Libke
Oisin, Does the Orion Admin Tool create the orion-application.xml or do you? If the tool is creating this xml file then I would suggest that you delete the old one before invoking the tool. Another suggestion is move the tag from orion-application.xml to an application.xml for your application s

Persistent JMS Queue

2001-09-13 Thread ddieckma
Hello, I've got an application setup using the Orion JMS Provider and some message driven beans. I turned on the persistence for the JMS queues in the JMS.xml. If I let messages get queued up in the queues by disabling my bean, and then shutdown the server, the messages in the queue are not de

DataSource question

2001-09-13 Thread Greg Kogan
I have run into a problem where the a DataSource does not open more then one connection. I have not purchased a license yet, so could this be happenning because of lack of a license or is it a bug(I doubt it, but anything is possible...) ? So far, I tried opening multiple connections using the

RE: Oracle questions (Slightly OT)

2001-09-13 Thread The elephantwalker
You will have to use clob's to store large strings in oracle. Go to www.elephantwalker.com and login. If you don't have an account, create one...its free. Go to this request http://www.elephantwalker.com/rfa?id=86 There you can download a stateless session bean and oracle dao to store large str

Oracle questions (Slightly OT)

2001-09-13 Thread Lachezar Dobrev
Hello group. I have urgent need of advise. I use an Oracle DB. And I have problems. 1. When using a ThinDriver I can not save large strings, and it is a must for me. 2. When using Oracle-Odbc-Jdbc-Ejb I can save the large strings, but... Orion gets a lot of SQL exceptions, because

Re: orion-application.xml

2001-09-13 Thread Jeff Hubbach
Oisin, Here's a URL inside Orion's site that has a description of the orion-application.xml file: http://www.orionserver.com/docs/orion-application.xml.html If you still have questions and know how to read a dtd, you can look at the dtd for this file. It's at: http://www.orionserver.com/dtds/ori

JSP Required classes

2001-09-13 Thread Vijay Pawar
Hi All, When I am referring class from JSP it is throwing error class not found though the all the classes are present there. I have kept all utility classes inside web-inf\classes Can anybody suggest how can we give classpath in orion deployment files I tried with orion-web.xml but it fails. rega

problem for configure Apache as front end for orion --very very urgent

2001-09-13 Thread suresh kumar
Hi guys, Iam trying to configure Apache fopr orion as front end.but iam unable to do that.I followed all the steps given by orion at orionsupport.com and from different groups.I fell orion-intrest group can surely help me to solve this problem.Its very urgent.please try to help me.waiting

More doc on global app: object/bean visability accross many apps ??

2001-09-13 Thread Curt Smith
I'm looking at the doc for server.xml / web-site.xml and it's a bit terse (for me anyway). :) I'm wanting to understand how to configure a group of applications that all can see each other's classes and access each other beans. This need seems to fit what's being described for the server.xml

orion-application.xml

2001-09-13 Thread OMurchu, Oisin
I'm having a problem deploying to Orion, which causes the deployment time to increase over time, and eventually the jvm orion is in to run out of memory. Basically, I'm using ANT to deploy, calling the Orion admin tool (com.evermind.client.orion.OrionConsoleAdmin) and passing the relevant paramete

Re: orion, ssl and ie

2001-09-13 Thread Esa Tahtinen - Sun Finland
Hi, Have you checked the cookie-settings? We have had a LOT of trouble with IE (4.x..5.5 revisions) cookie handling. No problem with NS. What happens if you disable cookies? The server should change into URL-rewriting mode. It might be possible that there are problems in your servlet http-

orion, ssl and ie

2001-09-13 Thread Peter Peltonen
We've created a ssl secured site for Orion (1.4.7) with java 1.3.1's keytool. The certificate we use is homemade. There is a problem though: When user accesses our servlets with IE (different 5.x versions) our system kicks the users that are logged in when they click on a single link in our a

kawa?

2001-09-13 Thread Morten Wilken
dennis, i know this is not a kawa list :-) but as you work with it do you know how to set it up so it generates javadocs for packages? when i jdoc my projects it generates as if all my classes were not in packages.   sincerely morten wilken

AW:RE: webserver proxy plugin + i/o question

2001-09-13 Thread Markus . Meisterernst
Hi, I would recommend the following set up: FirewallWebServer HostFirewallAppServer Host Firewall DB Host -> Apache -> Loadbalancer.jar -> Orion Sever -> Some RDB The advantage is that static con