JNDI RMI clustering problem

2001-11-28 Thread Akshat Bhargava
Hello, I am trying to accomplish RMI clustering and seem to be having JNDI problems in the process. I have performed the following changes to my deployment settings. 1) orion-application.xml Changed all bean remote=false to remote=true 2) rmi.xml Added rmi-server host=localhost port=9091 and

Re: clustering problem

2001-07-20 Thread Morten Wilken
, so i guess this is vital cheers Morten Wilken - Original Message - From: elephantwalker [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, July 19, 2001 9:38 PM Subject: RE: clustering problem Morten, post your server.xml, default-web-site.xml, application.xml

clustering problem

2001-07-19 Thread Morten Wilken
hi all i have a problem configuring orion clustering i have downloaded the latest stable release 1.5.2, and followed the howto on the orion site. i have 2 pc running and i have made a web application in the default web site. here i have a simple jsp file a la SessionServlet, that just increments

RE: clustering problem

2001-07-19 Thread elephantwalker
: Thursday, July 19, 2001 3:32 AM To: Orion-Interest Subject: clustering problem hi all i have a problem configuring orion clustering i have downloaded the latest stable release 1.5.2, and followed the howto on the orion site. i have 2 pc running and i have made a web application in the default web

SV: CLUSTERING PROBLEM FINALLY SOLVED!! web-module

2001-05-11 Thread Magnus Rydin
Title: SV: CLUSTERING PROBLEM FINALLY SOLVED!! web-module Hi. web-module id=myapp path=../applications/myapp/ / None of us here have EVER read ANYTHING in the orion docs that say you must have an entry for your web app in config/application.xml. Where is config/application.xml mentioned

RE: CLUSTERING PROBLEM FINALLY SOLVED!! web-module

2001-05-11 Thread Tony J. Brooks
-From: Mike N. Christoff [mailto:[EMAIL PROTECTED]]Sent: 10 May 2001 18:48To: Orion-InterestSubject: CLUSTERING PROBLEM FINALLY SOLVED!! web-module With the help of Jeff Hubbach, we were finally able to get orion http clustering to work for all our applications, not just the default

Re: CLUSTERING PROBLEM FINALLY SOLVED!! web-module

2001-05-11 Thread Mike N. Christoff
SV: CLUSTERING PROBLEM FINALLY SOLVED!! web-moduleprevious The application-creation-howto document was intended to show how to deploy a full application to Orion, not how to tie a web-application to the default application. This have been mentioned on this list numerous times, together

CLUSTERING PROBLEM FINALLY SOLVED!! web-module

2001-05-10 Thread Mike N. Christoff
With the help of Jeff Hubbach, we were finally able to get orion http clustering to work for all our applications, not just the default-web-app. So what was the problem?? A) Although the orion docs say otherwise, you MUST manually add the cluster-config / tag to the

Clustering problem during network failure

2001-02-02 Thread Veen, J.S. van der
Hello, We're using the clustering options of the Orion 1.4.5 server. Our setup includes three PC's with Windows 2000, one is running the loadbalancer and the other two form one island. During our tests we can shutdown servers and powerdown PC's and everything works correctly. When we disconnect

clustering problem

2000-09-19 Thread chenbin
hello everyone: when i try to clustered two orion server ,i have some problem. three computers run's orion and loadbalancer also is: 1) nts 4 + sp6a ,IE 5.01 2)sun jdk1.3 + hotspot 2.0 server version, 3)orion version 1.3.3 and 1.3.5 4)in my lan have a proxyserver : winproxy version 3.0 r1i.

http-clustering problem

2000-07-07 Thread bjoern.quentin
It seems that http-clustering don't works if I use getAttribute/setAttribute. If I use putValue/getValue it works. I bound some objects to the session but got a "Class Cast Exception". After putting those serializable classes into their own jar and putting this into lib it works so far. But