Re: Orion in production

2000-10-21 Thread Al Fogleson
I have to agree with Robert. (with the same caveat, I think Orion is a great product We even recommended it to some clients who wanted a J2EE solution without the cost of BEA or Netscape) There are some things that right now I don't feel comfortable with in it though. Clustering...

Re: Orion in production

2000-10-21 Thread Al Fogleson
lol. What a concept. But we would have to charge 20 or 30 K... of course :) Hey *I* see it, our clients seem to equate inexpensive with "not ready for prime time" Al - Original Message - From: "Mike Cannon-Brookes" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent:

Re: ANSWER: How to use pooled connections in Orion?

2000-10-21 Thread Al Fogleson
Orion will bind the Datasource to the JNDI environment for you, you set this up in the data-sources.xml file. for instance for my Oracle instance the file is ... defined in data-sources.xml like so ?xml version="1.0"? !DOCTYPE data-sources PUBLIC "Orion data-sources"

Re: Help with getting Orion to talke to Oracle.

2000-10-19 Thread Al Fogleson
You need to copy the oracle drivers into your orion/lib directory I actually unzipped the classes111.zip there myself. Al - Original Message - From: "J Davis" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Thursday, October 19, 2000 1:43 PM Subject: Help with getting

Re: Orion can't find my jar file for my servlet....!

2000-10-19 Thread Al Fogleson
This is not a servlet error really, this is an xwindows error. try being root and typing xhost + (a temporary fix this will open up your x server to the world..) if that works you can man xhost to see how to open specific IP's to connect to the Xserver. If this is not your box but a company box

Re: Orion under Solaris

2000-10-17 Thread Al Fogleson
But that is just a matter of changing the configuration to a port above 1024. . Al - Original Message - From: "Chris Woods" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, October 17, 2000 10:11 PM Subject: RE: Orion under Solaris This does not permit it to

Re: getting EJB home from JSP

2000-10-09 Thread Al Fogleson
sing Resin as the servlet/ web server now and it works fine ( as resin acts like any other java client would do). I would rather use orion for the full setup if i can get over with this problem. Thanks Krishnan -Original Message-----From: Al Fogleson [mai

Re: getting EJB home from JSP

2000-10-08 Thread Al Fogleson
Title: The only time I have ever seen this is when I forgot to cast my PortableRemoteObject.narrow() call it should be something like... CategoryManagerHomehome; home = (CategoryManagerHome) PortableRemoteObject.narrow(ctx.lookup("myhome"), CategoryManagerHome.class); you still

Re: How does orionconsole do it?? (remote EJBs)

2000-10-08 Thread Al Fogleson
interesting, I connect to a remote server all the time using my clients. I just set up a jndi.properties file, but it would be similar to your setup. About the only thing I see is the /stamp after your remoteserver. I have never had anything after the ormi://remoteserver, Doing all the lookup in

Re: OrionServer newbie question

2000-09-13 Thread Al Fogleson
I dont know as orion is any worse than anything else for jsp's. We use netscape at work on this job (my current one) and it doesnt do any decent logging when something goes wrong either. In a JSP it either works, or it doesnt. :) Al - Original Message - From: "Bill Girten" [EMAIL

Clustering

2000-06-19 Thread Al Fogleson
OK, We are specing out a project at work that is going to require clustering our EJB servers... has anyone gotten orion to cluster EJB's? Maybe a quick short tutorial? I would love to recommend Orion, but without the docs on how to do that... it becomes harder. Al

Re: How are database JOINS achieved with EJBs?

2000-05-28 Thread Al Fogleson
agree there are not that many cases where BMP is truly necessary however. :) Al - Original Message - From: "Karl Avedal" [EMAIL PROTECTED] To: "Al Fogleson" [EMAIL PROTECTED] Cc: "Orion-Interest" [EMAIL PROTECTED] Sent: Sunday, May 28, 2000 5:01 AM Subject: Re: H

Re: Does Orion eliminate RMI? Was: How are database JOINS achieved with EJBs?

2000-05-28 Thread Al Fogleson
- From: "Steven Punte" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Sunday, May 28, 2000 7:33 PM Subject: Does Orion eliminate RMI? Was: How are database JOINS achieved with EJBs? Al Fogleson wrote: then you start adding all the RMI calls over the n

Re: EJB Question(s)

2000-04-03 Thread Al Fogleson
This is true. I think a lot of us just worry about the cost of RMI too much. Is it noticeable to the user? No, probably not. Right now we sit at about 300 concurrent sessions though and the cost of RMI then becomes pretty high. (actually I think you can actually go higher than 50 concurrent