RE: Additional invocations to the UserManager

2001-08-31 Thread Juan Lorandi (Chile)
sound a lot like BASIC authentication. If so, then Orion's behavior is as defined by the spec, and presents the same behavior than IIS, Apache and Netscape Enterprise > -Original Message- > From: Trujillo, Kris [mailto:[EMAIL PROTECTED]] > Sent: Viernes, 31 de Agosto de 2001 18:11 > To: O

RE: Clustering in Orion

2001-08-31 Thread Duffey, Kevin
Title: Clustering in Orion I saw that one too..somewhere in the list archives. -Original Message-From: Juan Lorandi (Chile) [mailto:[EMAIL PROTECTED]]Sent: Friday, August 31, 2001 2:56 PMTo: Orion-InterestSubject: RE: Clustering in Orion Really? Could you share the source

Additional invocations to the UserManager

2001-08-31 Thread Trujillo, Kris
I have written a custom UserManager and have setup security-constraints against several JSPs in my application...everything works great..almost. I'm noticing that after the user has successfully been authenticated that my UserManager is being recalled for every page request made by the user. The

RE: Clustering in Orion

2001-08-31 Thread Juan Lorandi (Chile)
Title: Clustering in Orion Really? Could you share the source (of the rumor)? -Original Message-From: Aaron Tavistock [mailto:[EMAIL PROTECTED]]Sent: Viernes, 31 de Agosto de 2001 16:39To: Orion-InterestSubject: RE: Clustering in Orion As I understand it clustering of s

RE: Does orion support XSLT

2001-08-31 Thread Galde, Ben
Ritesh - There are some examples of how to use the XML/XSLT in the {orion}/default-web-app/examples/xsl directory. You don't really need to do anything special to configure XSLT. Ben \u263A -Original Message- From: Shah, Ritesh [mailto:[EMAIL PROTECTED]] Sent: Friday, August 31

RE: Does orion support XSLT

2001-08-31 Thread Jeff Schnitzer
There is an XSLT filter in place by default that automatically processes XML documents that reference a stylesheet in the "header" like this: See the directory default-web-app/examples/xsl for some simple examples. However, this is pretty primitive. If you want to be able to configure a pipel

RE: Clustering in Orion

2001-08-31 Thread Aaron Tavistock
Title: Clustering in Orion As I understand it clustering of session EJBs will soon be available.  But thats just the rumor. -Original Message-From: GUNDA, Satish / RSAIFS - IOM [mailto:[EMAIL PROTECTED]]Sent: Friday, August 31, 2001 7:52 AMTo: Orion-InterestSubject: Clustering

Re: Help needed.

2001-08-31 Thread Olekjadr Yaremenko
You can't if you use direct connection to your ejb stuff. Obvious solution - use servlet as a facade for your server part and use http with serialization or xml or html or clear text ... Alex > Antonio Vazquez wrote: > > Hi all, > I've write a JApplet that comunicates with an EJB. It's work fin

Does orion support XSLT

2001-08-31 Thread Shah, Ritesh
Hi, I was trying to find any help on XSL for orion application server. On the site www.orionserver.com it does say they have Lots of additional features XML/XSLT processing but when I try to go through there documentation I didn't find any link related to XSLT/XML. Now I feel does it support

RE: Shared SB reference in Web tier business delegate??

2001-08-31 Thread Juan Lorandi (Chile)
> -Original Message- > From: Curt Smith [mailto:[EMAIL PROTECTED]] > Sent: Viernes, 31 de Agosto de 2001 9:27 > To: Orion-Interest > Subject: Shared SB reference in Web tier business delegate?? > > > Greetings, > > My app is a thick client replacement with J2EE web-ified functionality

Re: transactions and isolation levels

2001-08-31 Thread Jeff Hubbach
Isolation levels are a database thing. There's plenty of documentation available on this, I would just search the web for repeatable_read. I would also search the documentation of whatever database you are using. Jeff. On Fri, 31 Aug 2001 17:49:53 +0200 Christoph Sturm <[EMAIL PROTECTED]> wrote:

transactions and isolation levels

2001-08-31 Thread Christoph Sturm
Hello orion-Interest, Is there documentation on locking and isolation levels in orion somewhere? the docs are quite non existent: isolation - Specifies the isolation-level for database actions. The valid values are 'serializable', 'uncommitted', 'committed', 'repeatable_read'. Maybe some1 can

Help needed

2001-08-31 Thread Bill Wichgers
I'm trying to get Orion Server to start as a non-root users on Red Hat 7.1. I know I need to forward the port from 80 to something above 1024. Does any one know how I can do that with iptables. I've never used it before. Any help would be appreceated. Bill Wichgers

Clustering in Orion

2001-08-31 Thread GUNDA, Satish / RSAIFS - IOM
Title: Clustering in Orion Hi all, What is the clustering support provided by Orion? 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 se

RE: Limiting no of Entity Instances in the container

2001-08-31 Thread Curt Smith
I disagree with any assertion that running multiple VMs on a large SMP box is a waste.   I've corroborated advise given from many places (other J2EE vendors who support multi-VM) that tuning a VM for less than 500 threads and 512Mb max memory is desirable.  Split into many VMs as these li

Shared SB reference in Web tier business delegate??

2001-08-31 Thread Curt Smith
Greetings, My app is a thick client replacement with J2EE web-ified functionality where 3000+ clients will login and stay logged in all day. I'm wanting to reduce the number of session objects as a result of so many concurrent sessions. I plan on keeping a per session business deligate manager,

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

2001-08-31 Thread GUNDA, Satish / RSAIFS - IOM
Title: RE: Apache as front-end (orionsupport.com) The tag is not required if you don't have a cluster of Orion instances. If it is just a single instance of Orion behind Apache, you need not set the element. Regards, Satish -Original Message- From: Juan Fuentes [mailto:[EMAIL PROT

RE: Limiting no of Entity Instances in the container

2001-08-31 Thread Manuel
To run the two instances on the same machine is going to be a waiste - you are going be kicking up two JVM's etc or at least double amount of management overhead on the same machine for no reason. Your problem looks more like a software issue, either there is a bug in the orion software or c

Help needed.

2001-08-31 Thread Antonio Vazquez
Hi all, I've write a JApplet that comunicates with an EJB. It's work fine but I have a problem. I use com.evermind.server.ApplicationClientInitialContextFactory and to use it from the client I need to put orion.jar in every computer that use this applet. Can anybody tell me how I use it wit

Re: Orion server Configuration for mysql access

2001-08-31 Thread Russell Whyman
Hi Krishna It's quite easy: Copy the jdbc jar file ('mm.mysql-2.0.4-bin.jar' in my case) into your orion/lib directory. Then add the following to your orion/config/data-sources.xml replacing username, password, database-name (in the url) and putting the name you wish to use in name t

Apache as front-end (orionsupport.com)

2001-08-31 Thread Juan Fuentes
Hi list, I'm trying to put an Apache server as a front-end for orion, and it seems to work. But if I set the element in default-web-site.xml, as explained in www.orionsupport.com, it stops working. Any solution?? Regards... -- ·· Jua