RE: Begging for help

2002-05-15 Thread Satter, Rabi
Can you point a browser at the url and get the wsdl? Are you trying to access the EJB directly? If so you need pro which can talk to stateless session beans. Probably doesn't matter but you might try putting the jar file in the orion/lib directory. Hopes this helps. -Original

RE: Do I need a Web Server too?

2002-04-12 Thread Satter, Rabi
You can just use Orion. It includes a pretty good web server and jsp/servlet engine. -Original Message- From: Matt Siegfried [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 7:22 AM To: Orion-Interest Subject: Do I need a Web Server too? I am relatively new in this area...so

RE: Soap with Axis ?

2002-03-20 Thread Satter, Rabi
GLUE is a product similar to Axis. Although from what I have seen I would say that Axis has a long way to go before it can match GLUE. GLUE product line has two versions, a Standard Edition (Free) which only talks to local classes and a Pro Edition (~$1500/per server) that can talk to Stateless

RE: OT: Session Related

2002-03-18 Thread Satter, Rabi
This is an old issue and major pain with hardware load balancing. You have a couple of options. If you are using Orion you could setup the servers as a cluster. That way the session is replicated between servers. The other thing is that the Infrastructure guys should turn on the ability that once

RE: Re: J2EE Security issue...

2002-03-14 Thread Satter, Rabi
to everything, providing post-login processing. Jeff. On Wed, 13 Mar 2002 09:25:09 -0600 Satter, Rabi [EMAIL PROTECTED] wrote: I had the same issue. We did do it as a filter. However we checked to see if the a user context object (ie object where the informaiton was stored) existed in the session