Fwd: Re: Orion on Linux

2000-04-08 Thread Robert Krüger
Date: Sat, 08 Apr 2000 16:46:29 +0200 To: [EMAIL PROTECTED] From: Robert Krüger [EMAIL PROTECTED] Subject: Re: Orion on Linux At 08:01 08.04.00 , you wrote: I haven't tried this, so who knows what might break, but you could write a stub servlet that you set to load on startup and have the

Re: Feature question

2000-04-08 Thread Elias Martensson
On Wed, 5 Apr 2000, Dale Bronk wrote: I have an application that uses Apache, JRun, and standard JDBC calls (no EJB) all in the same vm (no distributed objects). It has it's own smtp mailer, connection manager/pooler, etc. Am I going to have problems porting this to Orion since I see that

Re: Which JDK?

2000-04-08 Thread Elias Martensson
On Fri, 7 Apr 2000, Raymond Offiah wrote: Hi, I've just installed Netscape 6, and now I can't start Orion. It seems that it checks the registry for Version 1.2 of the Java RunTime, but Netscape 6 upgrades it to 1.3. Is there any way around this, since I have other stuff that needs

Re: Orion on Linux

2000-04-08 Thread Elias Martensson
On Sat, 8 Apr 2000, Mike Cannon-Brookes wrote: Has anyone successfully installed Orion on Linux? I've got it installed and running as root. I've also create an orion user group to run the server, but when I start the server as the user 'orion' it won't allow me to start the httpd daemon -

Re: Orion on Linux

2000-04-08 Thread Elias Martensson
On Sat, 8 Apr 2000, Robert Krüger wrote: At 15:41 08.04.00 , Mike Cannon-Brookes wrote: Has anyone successfully installed Orion on Linux? I've got it installed and running as root. you mean on a port below 1024? that's not possible AFAIK unless you use a native library for the SUID stuff

Re: Which JDK?

2000-04-08 Thread Garret Wilson
- Original Message - From: Raymond Offiah [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Friday, April 07, 2000 2:22 AM Subject: Which JDK? Hi, I've just installed Netscape 6, and now I can't start Orion. It seems that it checks the registry for Version 1.2 of the Java

Re: Orion on Linux

2000-04-08 Thread dlp
While it is true that all services running on UNIX and requiring a bind on ports below 1024 must start as root, it isn't accurate to say that all of them run as root. All of the servers that we run on our production servers provide us with a way to switch the user id once the service has

Unneeded calls to ejbStore

2000-04-08 Thread DaveFord
The following block of code generates a customer pick list. It only READS from the database and does NOT WRITE to the database. However, I have added a println to CompanyBean's ejbStore method and it reports that ejbStore is being called five times (once for each time through the while loop). Why