RE: Setting up Multiple Domains with One IP address.

2001-07-16 Thread elephantwalker
There's a simple example on www.orionsupport.com, virtual hosts. The main site is down now, but the uk mirrow is up: http://uk.orionsupport.com/articles/vhosts.html Regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Vinay

Re: Transaction problems

2001-07-16 Thread Christian Bagnoli
Dear Philip, thanks for the help. The missing trans-attribute is due to a 'cutpaste' error writing the letter. I'm very interessed to see your working code. thanks a lot. Christian - Original Message - From: [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Friday,

Re: Some questions on Orion

2001-07-16 Thread Joni Suominen
Kevin Duffey wrote: I will get my try at LDAP soon and I recall seeing some posts here on LDAP, so I would imagine it works with LDAP..of what company I have no idea. I've been using OpenLDAP (http://www.openldap.org) with Sun's LDAP provider in Linux. So far I haven't had any problems. The

FW: Concurrency

2001-07-16 Thread Lopez Esteban
Hi Please help me. I am working with a stateless EJB and I have about 250 clients which has to use this EJB. When the clients access to the SLEJB concurretly, the Orion crash, and the server.log shows: 7/4/01 6:45 PM Internal server error java.util.ConcurrentModificationException

Intermittent connection refused errors

2001-07-16 Thread Rick Ross
We have a mysterious problem with Orion that appears to be getting worse. We have used Orion to server hundreds of thousands of hits per day at JavaLobby and other sites for about 2 years now, and we use NetSaint as our site monitoring tool. NetSaint hits selected URL's at each of our sites every

Re: Some questions on Orion

2001-07-16 Thread Ray Harrison
I've been using the Win2K active directory with Sun's LDAP api. Works great - though my work has been even more basic - listing/authentication. --- Joni Suominen [EMAIL PROTECTED] wrote: Kevin Duffey wrote: I will get my try at LDAP soon and I recall seeing some posts here on LDAP, so I

Server side scripting ???

2001-07-16 Thread Anthony Farrell
Hi All, Does Orion support server side java script??? tia tony

Re: Properties survice auto-deploy

2001-07-16 Thread Johan Fredriksson
I would really hate the fact if orion/applications/myapp was swiped on the next deployment, since my htdocs are mounted under that directory. And we have customers who uses fileupload for images that are to be displayed. And if the directory is to be swiped everytime we update the

RE: java.io.EOFException

2001-07-16 Thread Stephen Hellman
Title: RE: java.io.EOFException As a point of information, we solved this error simply by updating orion. The error was being generated in our error logs when using versions 1.4.3 and version 1.4.5. Version 1.4.8 build 10374, Version 1.5.1 build 10410, and version 1.5.2 do not generate this

LDAP User Manager

2001-07-16 Thread Matthew E. Porter
After hearing numerous people request/inquire an LDAP-based User Manager, I decided to hack one together a few months ago. I have placed it under a BSD-style license. Please feel free to download it at http://www.linjafoo.com/projects/ldap and e-mail me with any questions, comments, patches,

Strange problem getting applet to work...

2001-07-16 Thread Paul Sprague
Hi, I've been trying to get an applet up and running. The applet uses some EJB's to do its work. This applet was make for Weblogic 5.1 and I'm trying to move it to Orion 1.5.2. The current layout of the applet is as follow: salary-web/ (this is the root of the war I'm guessing) - salary/ --

RE: Does Orion root .jar files interfere with my web-app WEB-INF/libjar files?

2001-07-16 Thread Jon Rue
Kit, This is true. Just swap out the orion/xerces.jar and orion/xalan.jar with the versions you want to use. It won't have any side affects on the server. -Jon -Original Message- From: elephantwalker [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 15, 2001 2:03 PM To: Orion-Interest

RE: Code on entity bean being looked up from a session bean and transaction rollback

2001-07-16 Thread Jon Rue
Be vary careful if you are going to use sql to modify entity beans that are in memory! You have to perform those sql changes to the entity object outside of any transaction involving said entity AND you must have an orion-ejb-jar.xml file deployed that specifies in the entity-deployment that the

ssl non-SSL in one website

2001-07-16 Thread Sebastians Testlogin
Hi! I am looking for a configuration where we can have ssl-encrypted and non-encrypted pages both within one website. I saw several postings on this problem, but none showed me a solution. We have sessions which must be present in ssl and non-ssl-pages, so I cant split it up in two websites.

Running Orion as a service..??

2001-07-16 Thread Duffey, Kevin
Hi all, This is an old question..I have asked it before. But the last few times I saw this on the list, the products recommended to me didn't work well. I forget which one, but one did work..partly. The service started fine, but when you tried to shut it down, it would just hang. I also know of

Clustering..

2001-07-16 Thread Duffey, Kevin
Hi all, I know how to cluster Orion..after all, its pretty easy. What I want to know from someone who knows..is if in the 1.5.2 version all the bugs (if there were actually any) are worked out. Does Orion cluster with no problems? Does session fail-over and application context fail-over work

RE: Clustering..

2001-07-16 Thread elephantwalker
Kevin, 1. clustering only handles http session data. sfsb's will not be replicated. 2. Although rmi can be clustered and you can get fail-over for ejb's, the ejb's are not load-balanced. 3. careful specification of the server is required, for example, the web-apps must be in the

RE: Clustering..

2001-07-16 Thread Duffey, Kevin
Thanks for the reply. 1. clustering only handles http session data. sfsb's will not be replicated. I thought that the entire application context was replicated? So anything set to Application scope (beans, etc) is NOT replicated? Is that the way it is supposed to be..or just a

RE:

2001-07-16 Thread Saokar, Vinayak
Have any of you integrated Flux job scheduler with OrionServer? If so, let me know the configuration changes I need to do. I understand Flux can run as a RMI server and works with any appserver including Orion. But the web site doesn't have specifics for Orion.

External JMS broker with Orion

2001-07-16 Thread Chris Roffler
Hello, I am trying to use IMQ as the JMS Broker with Orion. I can't get my MDB to work. Has anybody been able to successfully integrate any external JMS Broker with Orion ? If so, can you share the jms.xml and ejb-jar.xml files ? Thanks Chris __

RE: Clustering..

2001-07-16 Thread Kesav Kumar
Title: RE: Clustering.. Clustering in orion is only for sessions. EJB clustering is not yet provided. The clustering mechanism in orion is based on JMS(Topic/Subscriber). When every you keep information in session by using setSessionAttribute(String name, Object object) the session

RE: Running Orion as a service..??

2001-07-16 Thread Paul Knepper
We use http://www.kcmultimedia.com/javaserv/ The one catch was shutting down orion. I solved it by spawning a new java proc and calling admin.jar -shutdown, everything worked fine. If you need more info, ie. source, let me know. Paul -Original Message- From: Duffey, Kevin

RE: Clustering..

2001-07-16 Thread elephantwalker
Title: RE: Clustering.. Kesar, you can cluster you ejb's, but this is through rmi. The clustering means that if, for some reason, your remote ejb's go down, another server can pick it up. This is failover but not loadbalancing. Take a look at the rmi.xml file spec to see the clustering.

Connection Pooling and Orion Hangs

2001-07-16 Thread Ozzie-Mailing Lists
Has anyone ran into a problem where Orion's connection pool does not return a connection until timeout? I am trying to call the datasource manager with 2 max connections and 30 clients. Each client does basic SQL calls and closes the connection. However, some of these clients get hung up in

disabling jsessionid

2001-07-16 Thread Phil Massam
is there any way in which the addition of jsessionid to URLs can be disabled?

RE: Clustering..

2001-07-16 Thread elephantwalker
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Duffey, Kevin Sent: Monday, July 16, 2001 1:35 PM To: Orion-Interest Subject: RE: Clustering.. Thanks for the reply. 1. clustering only handles http session data. sfsb's will not be replicated. I

Re: disabling jsessionid

2001-07-16 Thread David Morton
perhaps play with some of these in orion-web.xml session-tracking autoencode-absolute-urls=true/false autoencode-urls=true/false autojoin-session=true|false cookie-domain=.mydomain.com cookie-max-age=123 cookies=enabled/disabled David At 04:41 PM 7/16/01 -0700, you wrote: is there any

RE: UNSUSCRIBE

2001-07-16 Thread Romy Chan

RE: EJBUserManager not working?

2001-07-16 Thread Aaron Tavistock
Has anyone even used the EJBUserManager successfully? -Original Message- From: Aaron Tavistock [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001 6:16 PM To: Orion-Interest Subject: EJBUserManager not working? I just setup the EJBUserManager, which seems like it would be a nice

RE: UNSUSCRIBE

2001-07-16 Thread Joseph Liu
_ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

RE: EJBUserManager not working?

2001-07-16 Thread elephantwalker
Yes...we only use EJBUserManager, since its so easy to use. We haven't had a problem with this issue. Just to make sure, check out your orion-ejb-jar.xml. This could your problem. Regards, the elephantwalker .ps Also, did you do the group/role mapping? Rolemanager does roles, Usermanager does

RE: UNSUSCRIBE

2001-07-16 Thread Joseph Liu
_ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.