Re: Apache as front-end (orionsupport.com)

2001-09-03 Thread Lachezar Dobrev
Title: RE: Apache as front-end (orionsupport.com) That is correct. That is why the Apache has to REWRITE the links. That is the main concern, the Redirect has to be rewriten. If you use relative links you will not have any other problems. Well , We work with the frontend tag and

Not in an application scope

2001-09-03 Thread Carles Pairot
Hi all, I have written an application client but when it tries to get the InitialContext it appears a java.lang.SecurityException: Invalid username/password for jle2-test (user). The user is on the principals.xml file of orion/config and on the application deployment directory.

RE: Clustering in Orion

2001-09-03 Thread Mikael Ståldal
Will my EJBs be replicated across the cluster? The documentation states the following. The HttpSession data (as long as it is Serializable or an EJB reference). Note that if the EJBs are located on a server that fails, the references might become invalid. The ServletContext data. Please

response.sendRedirect(response.encodeRedirectURL(path));

2001-09-03 Thread Johan Fredriksson
I cannot get the response.sendRedirect(response.encodeRedirectURL(path)); method call to include the frontend host name!! Architechture like this internet private netw layer layer proxy---oriondb whenever surfing via the proxy and a response sendredirect is called I end up

RE: Additional invocations to the UserManager

2001-09-03 Thread Curt Smith
I bounced the client, deleted cache/cookies and still saw the auto-login behavior on every request to my UserManager without seeing the login dialogue the 2nd--Nth time. So how could the client be silently supplying the user/pass on every request??? Still looks like the container is calling

Re: Not in an application scope

2001-09-03 Thread Lachezar Dobrev

Orion doesnt free memory after destroying anejb

2001-09-03 Thread Davanzo Luca
Hi all, Is this a bug? orion doesnt free any memory after destroying a session ejb.. so eventually i go out of memory.. Setting a higher heap limit is not a solution, because you simply shift the problem.. Anyone noticed the same problem? I noticed a similar rpoblem with passivation.. it seems

Orion confuses entities?

2001-09-03 Thread Nick Newman
I have been chasing down an intermittent bug and I'm beginning to suspect it's in Orion. I wondered if anyone else may have suspected this problem. The problem seems to be that very occasionally orion (version 1.4.7) gets confused about its cache of entity beans. To illustrate, here is a

Re: JavaMail/Orion

2001-09-03 Thread Stephen Davidson
Thank-you. That did it. -Steve Kesav Kumar wrote: You have to write the following in either application.xml(if you want for all applicatons) or myapplication.xml(Only for this application). mail-session location=mail/MailSession smtp-host=hermes.voquette.com

Listening on a JMS Queue on another machine throws exception

2001-09-03 Thread Stephen Davidson
Greetings. I have been through the documentation, but I seem to be missing something. I am trying to listen on a queue that is not on a local machine. The server I am trying to listen on has an IP address of 192.168.1.50, and the Orion Server (with Queue) is running when I try to attach. The

PHP with Orion

2001-09-03 Thread Marcello Mannino
Is it possible to serve PHP pages with Orion ? If yes, is there any kind of document ? TIA, Marcello

RE: response.sendRedirect(response.encodeRedirectURL(path));

2001-09-03 Thread Andre Vanha
I ran into the same problem. I think it's a bug in orion, where it ignores the front-end host parameter. My solution was to drop the proxy. Andre -Original Message- From: Johan Fredriksson [mailto:[EMAIL PROTECTED]] Sent: Monday, September 03, 2001 5:17 AM To: Orion-Interest Subject:

Re: response.sendRedirect(response.encodeRedirectURL(path));

2001-09-03 Thread yeo sze wee
hi the encodeRedirectURL method in response object doesn't seem to work. What I did is to encode the session id in the url in my code. i.e. response.sendRedirect(path+;jsessionid=+session.getId()); regards sze wee From: Johan Fredriksson [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL

bug fixes

2001-09-03 Thread The elephantwalker
Group, Although 1.5.2 and oc4j 1.0.2.2.0 aren't exactly the same, the new release of oc4j (1.0.2.2.1) has several bug fixes that may be fixed in the next version of Orion. OC4J 1.0.2.2.1 came out on August 17. Here's a list of bug fixes in 1.0.2.2.1 (from the oc4j readme file). Regards, the

RE: bug fixes

2001-09-03 Thread Neville Burnell
thanks elephant walker ... its really good to get some news that orion is still moving forward -Original Message- From: The elephantwalker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 4 September 2001 1:09 PM To: Orion-Interest Subject: bug fixes Group, Although 1.5.2 and oc4j