session management

2002-05-17 Thread kumarpal jain
Helloall I am running my application on three servers. All are live servers . I am using dns round robin to acess them. Now my problem or issue is thatI want to have session of each end user on each server.. so if one server goes down the end user can process toother servers with the same

are there any patches for Orion ?

2002-05-17 Thread Valeri . Kireitchik
Title: are there any patches for Orion ? Hi all, are there any patches (patch sets, service packs, etc) for Orion ? If yes, do you know where I can take ones for Orion 1.5.2 and 1.5.4 ? Best regards ITC-M, SIS Company Mr. Valeri Kireitchik Head of Application Software Department

Re: session management

2002-05-17 Thread Mike Shoemaker
Doesn't clustering solve this problem? Mike - Original Message - From: kumarpal jain To: Orion-Interest Sent: Friday, May 17, 2002 2:15 AM Subject: session management Helloall I am running my application on three servers. All are live servers . I am

RE: help with trans. synchronization

2002-05-17 Thread Chris Francis
Don't know if this will help, but it looks like the problem starts with the execution of a finder query. So maybe review the sql you've set for this query in orion-ejb-jar.xml. Or maybe the query can return more than one row and you have it set to return a single entity instance in the ejb's home

Sharing datasource

2002-05-17 Thread Linus Larsen
If the same EJB application is running on lets say two servers, and are sharing the same datasource. Do I have to configure the orion-ejb- jar.xml and set the exclusive-write-access=false for every entity deployment (on both servers) sharing the datasource, to avoid inconsistency in the

how to set exclusive-write-access=true in orion-ejb-jar.xml

2002-05-17 Thread Valeri . Kireitchik
Title: how to set exclusive-write-access=true in orion-ejb-jar.xml Hi all, can anybody help to set exclusive-write-access=true in orion-ejb-jar.xml. Enviroment: oc4j 9.0.2.0.0 My problem is that container reset it to false during deployment (other attributes are set without any problem)

Re: session management

2002-05-17 Thread Curt Smith
earlier i did this with loadserver, that was working well, but the problem in that , if the server where loadbalancer is running goes down , my application will be killed. I agree that loadbalancer.jar is a great concern! No one's told me that a product like the Cisco

Re: how to set exclusive-write-access=true in orion-ejb-jar.xml

2002-05-17 Thread David Plante
I think orion finds out your database doest suport this feature or its not yet implemented for this db in orion. Exclusive-write-access default is set to true, so i beleive that orion resets it cause its not available.Otherwise be sure you remove orion-ejb-jar.xml before you deploy and make sure

XSLServlet

2002-05-17 Thread Ramadevi . Lanka
Hi, I am getting a NullPointerException when I try to display my JSPs containing XSL tags. I have 2 questions: 1. How to turn ON and turn OFF XSL transformation happening in Orion. 2. How to debug this error. Following is the error message: 500 Internal Server Error