RE: Orion on unix systems

2001-01-16 Thread Juan Lorandi (Chile)
If you have a JVM for HPUX, yes... The only JVM that *may* run in HPUX that I know of is Kaffe (http://www.kaffe.org) HTH JP -Original Message- From: Derek Akers [mailto:[EMAIL PROTECTED]] Sent: Martes, 16 de Enero de 2001 12:25 To: Orion-Interest Subject: Orion on unix systems

Re: Orion on unix systems

2001-01-16 Thread Ernst de Haan
Hi Derek, Sure it can. Check out the FAQ on orionserver.com. I'm running Orion on FreeBSD myself. BTW: You should make your question more specific. What HPUX version (10, 11, etc) are you referring to, and what JRE/JDK did you have in mind (if any)? -- Ernst Derek Akers wrote: Question:

RE: Orion on unix systems

2001-01-16 Thread Jason Boehle
Looks like HP has a SDK/JRE: http://www.unix.hp.com/java/java2/sdkrte/index.html -Jason -Original Message- From: Juan Lorandi (Chile) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 16, 2001 12:23 PM To: Orion-Interest Subject: RE: Orion on unix systems If you have a JVM for HPUX

Re: Orion on Unix (again)

2001-01-10 Thread Ronald Hatcher
Try this: nohup java -jar orion.jar /dev/null 21 /dev/null you can also redirect the application mesages to somewhere sensible using the orion.jar command line Envelope-to: [EMAIL PROTECTED] From: "Heng Chee, Lee - SG" [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: Orion

Re: Orion on Unix (again)

2001-01-10 Thread Lorin Kobashigawa-Bates
Yes we had this problem also. I wasn't able to figure out why in the short time frame we had, 1hr and it doesn't happen on our solaris boxes only the development box our client had set up. So my assumption is it's some kind of paranoid security setting on Solaris. We got around it by not

Re: orion on unix

2001-01-07 Thread Brautigam Robert
Hi, Hi, I used to run orion on NT machine and now I have to deploy it on a Sun Sparc Solaris machine. [...] starting HTTP-Server : Permission denied". I can only startup orion if I log in as root user. This is not acceptable because I can't let everyone to [...] Or is there any

RE: orion on unix

2001-01-07 Thread Ronald Hatcher
This is because the default http port 80 is privliged. If you don't want to run as root, reconfigure Orion to run on a non-privliged port such as 8080 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Heng Chee, Lee - SG Sent: 07 January 2001 08:54 To:

Re: orion on unix

2001-01-07 Thread anton
rse same website has tutorial named "Running Orion on Unix" maybe it has instructions that u need. I hope this helps -Anton - Original Message - From: "Ronald Hatcher" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Sunday, January 07, 2001 6:1

RE: orion on unix

2001-01-07 Thread Christian Billen
You could run the following command in your script as root: ipchains -A input --destination-port 80 -p tcp -j REDIRECT 10080 Then su to the orion user and start orion on a port 1024 as non root, there is an article on orionsupport.com about this but it's down at the moment. Christian Billen

RE: orion on unix

2001-01-07 Thread Ronald Hatcher
:20 To: Orion-Interest Subject: RE: orion on unix You could run the following command in your script as root: ipchains -A input --destination-port 80 -p tcp -j REDIRECT 10080 Then su to the orion user and start orion on a port 1024 as non root, there is an article on orionsupport.com about

Re: orion on unix

2001-01-07 Thread Nils Frohberg
Yes, but sudo will still run orion with UID 0. This will not improve security. Then you might as well make a group called 'orion', and put all the users that need access to orion into this group. Change the dir/file perms so that it is read/writable for these users. If you try to get orion to

RE: orion on unix

2001-01-07 Thread Tony Wilson
The best way to get around this, I think, is to use apache as a front end and connect Orion to it. There is excellent documentation on how to do this on www.orionsupport.com... when it comes up. It think it is one of the featured links on the right hand menu. Apache runs anywhere, pretty much.

RE: orion on unix

2001-01-07 Thread Mike Cannon-Brookes
Scott, There is some JNI code to do this on OrionSupport - should be up soon. Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Scott M. Stirling Sent: Monday, January 08, 2001 11:44 AM To: Orion-Interest Subject: RE: orion on unix I

Re: Orion under Unix archive

2000-10-19 Thread Jochen Strunk
Hi, try searching the archive for native.user regards, jochen strunk At 09:44 19.10.2000 -0500, you wrote: When I asked the question if Orion server processes can be run as someone other then root (under Solaris) and how, one reply mentioned that there was a big discussion regarding this