Running PHP on Orion

2001-12-04 Thread Steven De Schutter
Hellow , Is it possible to run PHP on a Orion-server ? If yes ... which configurations do I have to do ? And where do I have to put my php-files ? Regards Steven

oracle/open world

2001-12-04 Thread The elephantwalker
Dear Group, I have been at the Oracle/open world for two days...and there is some significant news about OC4J and likely Orion. I have filed two reports on www.elephantwalker.com, so take a look. Here is the link: http://www.elephantwalker.com/rfa?id=245 Regards, the elephantwalker www.elepha

RE: Invalidating session .. removing JSESSIONID cookie

2001-12-04 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
Kris, for most needs I could think of you shouldn't have to worry about the cookie at all. "session.invalidate()" will terminate the session, so if a user attempts to access a protected resource after a page executes this statement they will be required to login again. I do seem to remember, thou

Descriptor not a socket: socket write error

2001-12-04 Thread Jeff Oberlander
I have a simple servlet that forwards to a jsp page that just displays the data from its input attributes. Load testing orion and the servlet is causing an error on fairly light loads. For instance, if I run 10 virtual users against the servlet at once, 5 of them fail with the error below. What

Invalidating session .. removing JSESSIONID cookie

2001-12-04 Thread Trujillo, Kris
Has anyone had any success with invalidating a session and removing the JSESSIONID cookie from the users browser (without requiring the user to close their browser)? I've tried using "session.invalidate()" with no success. I've also tried resetting the JSESSIONID cookie setting the time to expir

Re: Unsent Message Returned to Sender

2001-12-04 Thread Leon Smith
After being off the list for over a year, all of a sudden I am back on. Please remove me AGAIN ! This time permanently please. Leon 2/16/2001 12:14:52 PM, Mike Sick <[EMAIL PROTECTED]> wrote: >I'm not sure if it's already been discussed and I missed it, but is anyone >else getting tons of the

Re: Port Number

2001-12-04 Thread Marco Bonechi
that method will return the port to which the http client request arrived, not necessarily the http port of orion. if you use apache in front of orion and use URL-rewriting via request.getServerPort() will give you port 80, while orion runs on some other port. I haven't found a way to get the

Re: Q:Recommended/Required minimum system specs

2001-12-04 Thread Stephen Davidson
Kenneth Ljunggren wrote: > What is the (recommended) minimum system requirement to run the Orion server at all > regarding CPU, memory, HD, etc..? > > Thanks in advance! > > Kenneth Ljunggren > Amodo AB The lowest power box we have it running on is a PII 200 with 4GB HD and 96MB Ram. For dev

Re: Port Number

2001-12-04 Thread Open Source
request.getServerPort(); - Original Message - From: "Namor Taror" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Monday, December 03, 2001 5:00 PM Subject: Port Number > is there any standard api that returns a port number of the server it > listens to? > > _

Can't get Orion Application Client demo to work

2001-12-04 Thread Alistair McLean
I'm having problems with Application clients and JNDI. First of all, I can't run the news-app demo provided with orion. I can install it no problem and the web app appears to be fine. When I try the application client I get: C:\Java\orion\demo\news-app>java -Djava.naming.factory.initial=com.ever

Problems with -secure flag

2001-12-04 Thread Chris Siemback
Hello Orion Gurus, I'm running Orion 1.5.2 and am attempting to lock down the server. I'm using the "-secure" flag. Currently, I've provided AllPermissions, and plan to lock it down from there. My policy file looks like this: grant { permission java.security.AllPermission; }; When I acces

Q:Recommended/Required minimum system specs

2001-12-04 Thread Kenneth Ljunggren
What is the (recommended) minimum system requirement to run the Orion server at all regarding CPU, memory, HD, etc..? Thanks in advance! Kenneth Ljunggren Amodo AB

Perl

2001-12-04 Thread Nusairat, Joseph F.
Title: Perl Anyone else have trouble getting Perl to work??? Anyone have any example perl code/?? Like what i have to put for the first line? I keep getting a 500 error Joseph Faisal Nusairat, Sr. Applications Developer WorldCom tel: 614-723-4232 pager: 888-452-0399 textmsg: [EMAIL PROTE

Client application connection.

2001-12-04 Thread JoseMa
  Hi,       We have created a client application which connect to EJB in Orion Server. For connecting I have a jndi.properties file with the next parametres:       java.naming.factory.initial=com.evermind.server.ApplicationClientInitialContextFactory    java.naming.provider.url=ormi://serve

MessageBus

2001-12-04 Thread udi h bauman
Hi list, Does anyone have experience with integrating SoftWired iBus/MessageServer JMS provider with Orion? Any comments highly appreciated! Thanks, udi

MBean

2001-12-04 Thread Schouten, Andreas
Hi, I look for a replacement for my Mbean in Orion Appserver. It's key funktionality is to bind some objects to JNDI at server startup. How can it be done with orion? Andreas If you have received this e-mail in error or wish to read our e-mail disclaimer statement and monitoring policy, pleas

AW: problem creating ejb from one orion in a other orion

2001-12-04 Thread t . hegyi
Hi, You must enable server-to-server communication via RMI and specify the Third EJB as a remote one in orion-application.xml. See doc: Check out www.orionsupport.com for further details on server-server communication. HTH, Tibor > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED]

Re: How to Create Virtual Directory for Particular website

2001-12-04 Thread Mike Cannon-Brookes
Lomesh, See http://kb.atlassian.com/content/orionsupport/articles/virtualdirs.html As always this was very easy to find on the KB - just search for "virtual directory" and it turns up the top result. Please try to look and search elsewhere before asking questions on the mailing list. Cheers, M

problem creating ejb from one orion in a other orion

2001-12-04 Thread juan
hello my problem is the following: i want to perform some little loadbalancing without the loadbalancing tool from orion. the scenario is the following: the client creates a ejb in the first orion server, and this bean makes a lookup to another orion server and creates a second bean on the other