Re: Orion EJB 2.0 final

2002-03-29 Thread Robert Krüger
my advice is, don't rely on official tags like stable or unstable. download each version and do your testing with your application(s). during the past 2 years of working with orion sometimes the more serious bugs were in stable sometimes in unstable versions. just my 2c On Thursday 28

Orion EJB container and SSL

2002-03-29 Thread Sorin Pop
Is it possible to use SSL with the EJB container of the Orion server? For example the client is a standalone Java application that makes only RMI-IIOP calls to EJB-s (no JSP, no servlets, no HTML involved) in the EJB container. And I want to do this with security in mind, for example using SSL.

How can I configuring a non-war web app without putting it under Orion dir?

2002-03-29 Thread DORAN, GRANT
Hi, I have been trying to find documentation on how to configure orion to run a web application from a directory that isn't under orion\applications. The examples that I find in the documentation are either war files or under orion. I can't zip the application up as some

Re: How can I configuring a non-war web app without putting it under Orion dir?

2002-03-29 Thread Fredrik Lindgren
You should just give the path to the root directory of the web-app. It shouldn't matter if it's under applications or not. For more info check either http://www.orionsupport.com/, http://www.atlassian.com/ or http://www.elephantwalker.com/ Good luck /Fredrik Lindgren DORAN, GRANT wrote:

RE: CMP 2.0 vs BMP - Which performes better?

2002-03-29 Thread Andrew Chau
If performance is the only factor, BMP performs a million times faster than CMP. Well, may be not that much faster, but you get the point. CMP is for ease of development, basically the container does all the work for you, but it is not as flexible and you cannot fine tune the query like you can

Re: How can I configuring a non-war web app without putting it under Orion dir?

2002-03-29 Thread Scott Farquhar
This document should help you: http://kb.atlassian.com/content/orionsupport/articles/addwebapp.html Cheers, Scott DORAN, GRANT wrote: Hi, I have been trying to find documentation on how to configure orion to run a web application from a directory that isn't under