Auto-reply: RE: Calling EJB From a Servlet..

2001-09-12 Thread ORAPOST
I am out of the office until September 5th. Please contact Mark.Reeves:oracle.com if you require assistance. Regards Antony BEGIN:VCARD VERSION:2.1 N:Reynolds;Antony;J FN:Antony J Reynolds ORG:a href=http://www.oracle.com/index.html; target=_topimg

webserver proxy plugin + i/o question

2001-09-12 Thread Lucio Piccoli
hi all, i am new to orionserver but i have read the docs and the archives relating trying to find information relating to: i) Webserver proxy plugins ii) The type of i/o handling used. A variety of appserver vendors (BEA/IBM) recommend an architecture of a high performance webserver (

RE: webserver proxy plugin + i/o question

2001-09-12 Thread Montebove Luciano
Hi, You can use Apache as a reverse proxy (see this article http://www.orionsupport.com/articles/apachefrontend.html on orionsupport) In the future AJP13 could be provided. Hope this help Luciano -Original Message- From: Lucio Piccoli [mailto:[EMAIL PROTECTED]] Sent: mercoledì 12

Fw: condolences

2001-09-12 Thread Morten Wilken
- Original Message - From: Morten Wilken To: Orion-Interest Sent: Wednesday, September 12, 2001 8:10 AM Subject: condolences to all americans, all new yorkans and all who is directly affected by the horrorfying bombings, i offer my sincerest condolences this is a sad day for

R: webserver proxy plugin + i/o question

2001-09-12 Thread Davanzo Luca
look to the site www.orionserversupport.com there are many useful articles and tips, including one on how to use Apache as a proxy to orionserver ie.e. apache serves the static html, while orion serves servlets/jsp and manages ejb invocations.. -Messaggio originale- Da: Lucio Piccoli

RE: Calling EJB From a Servlet..

2001-09-12 Thread Lou Farho
The servlet is running on orion so you don't need to elaborate on the context. This should get your ejb: Context context = new InitialContext(); // Get home interface CommandHome cHome = (CommandHome)context.lookup(Command); // Create a

Re: Debugging with Orion/Kawa Pro 5.0

2001-09-12 Thread DENNIS STRAIGHT
We had a problem where if you install Enterprise the uninstalled. Then installed Kawa Pro you could not run orion from inside. This is it!! I tried it on a computer that Kawa had never been installed on and it worked. Kawa is now giving me a message that it can't find server.xml so I guess I

Help!!Subject.getSubject(AccessControlContext) returns null

2001-09-12 Thread Xiaowen Wang
Hi: I've been trying to send the authenticated app client's Subject to a RMI Activatable server in another JVM. In the app client, I run the follwing: AccessControlContext ac = AccessController.getContext(); Subject sbj = Subject.getSubject(ac); However, sbj turns out to be null. Is it because