alf Of Wendell
> Nichols
> Sent: Tuesday, October 16, 2001 12:21 AM
> To: Orion-Interest
> Subject: Re: Orion on Linux, Follow-up Question
>
>
> I think this is because your user account is unable to run the server on
> reserved port 80. Modify Orion's default-website.xml fi
I think this is because your user account is unable to run the server on
reserved port 80. Modify Orion's default-website.xml file to use a
port above the reserved range, (1000 or something like that). I use 8000.
wcn
Jimbo Jones wrote:
> My previous problem, starting Orion on linux, was du
terest <[EMAIL PROTECTED]>
>To: Orion-Interest <[EMAIL PROTECTED]>
>Subject: RE: Orion on Linux, Follow-up Question
>Date: Thu, 11 Oct 2001 16:41:43 +0200
>
>Hi Jimbo,
>
>You can find some responses here
>http://www.orionsupport.com/articles/unixprocess.html
>
>Lu
Hi Jimbo,
You can find some responses here
http://www.orionsupport.com/articles/unixprocess.html
Luciano
-Original Message-
From: Jimbo Jones [mailto:[EMAIL PROTECTED]]
Sent: giovedì 11 ottobre 2001 15.34
To: Orion-Interest
Subject: Orion on Linux, Follow-up Question
My previous probl
Buried under debug tips is a list of Orion startup options. Take a look
under properties (about halfway down the page at
http://www.orionserver.com/howtos/debug-tips.html , where you'll find
"native.user Used to run Orion under another user than root for unix systems"
I remember this being
This is very useful for me. Thanks for posting this ...
Frank
On Friday, September 29, 2000 3:43 AM, Jim Archer [SMTP:[EMAIL PROTECTED]] wrote:
> Thanks to all who replied.
>
> Acually, my original message was not too well written. I was not concerned
> about the port mapping issue. Thats not
Thanks to all who replied.
Acually, my original message was not too well written. I was not concerned
about the port mapping issue. Thats not a big deal. We already have that
issue with other processes, such as Apache, which runs as user nobody.
Our issue is where to install Orion, what permis
You could've used ipfilter for Solaris
-Original Message-
From: Sach Jobb [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 28, 2000 5:43 PM
To: Orion-Interest
Subject: Re: Orion on Linux NOT as root
We just went through this about a week ago, check out the list
arc
.html
But I don't know where to get the native library any more. Orion team?
- Original Message -
From: "Markus Holmberg" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Thursday, September 28, 2000 4:46 PM
Subject: Re: Orion on L
We spent a lot of time on this too. OrionSupport.com if it comes back had
a way to do it through JNDI.
We've ended up doing through having a Cisco Local Director mapping ports 80
and 443 to 8080 and 8081
If you don't have the budget for a local director, you could emulate that
function with a
We just went through this about a week ago, check out the list
archives. There are a number of work arounds, since you are using linux
you can use ipchains built in port forwarding to redirect port 80 to some
other non privilaged port (say 8080) and then start orion as a normal
user.
In my situa
If you're OS has support for it you can set up packet filtering (aka
firewalling) rules that forward packets going to the privileged port
80 to some unprivileged port, for example 8000. Then just make Orion
listen on that unprivileged port.
Works like a charm for me.
In Linux's case I guess ipch
Oops. I got your follow-up email about 5 seconds too late ... !!
Hi Sven,
Did you follow the installation instructions - the part about putting
tools.jar into orion's directory? That might be the problem.
Nick Newman, SCIENTECH
At 02:52 PM 7/21/00 -0300, you wrote:
>I've just installed orion
Hi Sven,
Did you follow the installation instructions - the part about putting
tools.jar into orion's directory? That might be the problem.
Nick Newman, SCIENTECH
At 02:52 PM 7/21/00 -0300, you wrote:
>I've just installed orion on my linux box and tried to access the
>example jsp's in the defa
Magnus Stenman wrote:
> Yes,
> we're adding support for setuid after the HTTP server-sockets have been
> connected, this disables the ability to add new sites on a live server among
> other things though but works for some stuff. Also note that we see java
> security as more important (but will o
pproach is
currently used by a few deployed systems such as for instance
http://www.vpro.nl.
- Original Message -
From: "Thomas Munro" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Cc: "Orion-Interest" <[EMAIL PROTECTED]&g
Thomas Munro wrote:
> Hello
>
> Other Java server software does exactly that.
>
> Except from weblogic.properties:
>
> # UNIX only: If running on port 80 on UNIX, enable the setUID program
> #weblogic.system.enableSetUID=false
>
> # UNIX only: Unprivileged user to
Hello
Other Java server software does exactly that.
Except from weblogic.properties:
# UNIX only: If running on port 80 on UNIX, enable the setUID program
#weblogic.system.enableSetUID=false
# UNIX only: Unprivileged user to setUID to after starting up
# WebLogi
On Sat, 8 Apr 2000 [EMAIL PROTECTED] wrote:
> 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
ECTED]> (bcc: Dan L.
Pritchett/TheSphereHQ)
Subject:Re: Orion on Linux
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
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 SUI
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 dae
>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
&g
t;[EMAIL PROTECTED]>
cc: (bcc: Dan L. Pritchett/TheSphereHQ)
Subject: Re: Orion on Linux
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? tha
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 as is done in Jetty (or at least there
exists
Subject: RE: Orion on Linux
Luckily for you this is a typical error for linux when the Kaffe java is
still installed...Just remove the kaffe java package from your linux
installation or make the jdk bin directory show up before the other
installation in your path.
So your problem is that the kaffe
Luckily for you this is a typical error for linux when the Kaffe java is
still installed...Just remove the kaffe java package from your linux
installation or make the jdk bin directory show up before the other
installation in your path.
So your problem is that the kaffe 1.1.6 or something is tryi
27 matches
Mail list logo