Please take me off this list

2001-10-12 Thread Jeffrey
I tried many many times by following the unsubscribe instruction but I am still on the list. Please remove me from the list asap. Thank you. Jeffrey __ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com

Re: Clustering with Hw Load Balaner

2001-10-12 Thread Niles K. Ho
So does it mean we need any other layer of load-balancing & failover, like at the Web Server farm? - NH - Original Message - From: "Patel, Atul" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Saturday, October 13, 2001 9:39 AM Subject: Clustering with Hw Load Balaner

Re: JSP Compilation Questions and More.

2001-10-12 Thread Niles K. Ho
Try Resin (www.caucho.com) or Rexip (www.rexip.com), they have great auto compliation and reloading. EJB container has been released though. - Niles - Original Message - From: "Lachezar Dobrev" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, October 12, 2001 11

Clustering with Hw Load Balaner

2001-10-12 Thread Patel, Atul
Hi all. Is it possible to cluster orion (2 servers with one instance each) without using loadbalancer.jar? I have a hardware loadbalaner which handles the traffic. I thought the primary reason for clustering was to be able to provide continuos support if a server goes down. If loadbalancer.

Orion + IBM DB2 JDBC Bug?

2001-10-12 Thread El Jeffo
Hi guys, I found this really cool bug dealing with Orion Server 1.5.2 and IBM DB2's JDBC implementation. I don't know if it's a) me (likely) b) orion (perhaps) c) ibm's jdbc implementation (wouldn't doubt it) I BCC'ed a IBM dude, so for his info, orion server is found

Auto Class Reloading

2001-10-12 Thread Rice, Ted
i have read, and re-read, all of the postings on class (re)loading in relation to deployed applications inside orion. yet, i still have some unanswered questions. in my past experience, compiling classes to the ./WEB-INF/classes directory and touching either the web.xml or application.xml file w

RE: Orion on Linux, Follow-up Question

2001-10-12 Thread Jimbo Jones
I've been to orionsupport, and actually their "ipchains" information is outdated. I used this to reroute packets from port 80 to 10080: iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 10080 I am pretty sure this is working, because I am having Orion listen on port

just making sure it's not orion

2001-10-12 Thread El Jeffo
I have some jdbc code in a servlet: The Isolation Level for my Connection is TRANSACTION_READ_COMMITTED // set no autocommit try { conn.setAutoCommit (false); } catch (Exception e) { o

Re: problem using primary key class with orion

2001-10-12 Thread Jack C. Miller
I'm using EJBMaker 2.0, and it inserts the primkey-field in there. I figured this out this morning, everything seems to be working smoothly now. Thanks Jack > Jack, > > If you're using a user-defined primary key class, as opposed to a Java > class like String or Integer, then you don't define

RE: EntityBean Question

2001-10-12 Thread J.D. Bertron
Title: EntityBean Question I thought that for a while, but in many instances, you don't have to do that. You could end up in trouble trying to maintain updatable views. Part of the reason we were thinking this is because we wanted to create entity beans on top of an existing complex database

Take me off your list

2001-10-12 Thread Dalton, Tom
Far too many emails to worry about Thank You Tom Dalton Abacus Technology Corp 2701 Liberty PKY, Suite 302 Midwest City, OK 73110 [EMAIL PROTECTED] Voice: 405-733-2297 Fax: 405-737-4574

RE: WebLogic To Orion

2001-10-12 Thread Greg Flores
Not all web applications are created equal and the application we are considering to deploy using Orion does not justify the cost of Weblogic. We are a small organization and I would be irresponsible in trying to convince my management in purchasing a Weblogic license for an application that does

Re: Cached Row Set (On Vacation)

2001-10-12 Thread Paul Guilmette
I will be on vacation from 10/15/2001 returning on 10/22/2001. If you have any question call Steve Huang at 727-572-7723 Ext 2210.

JSP Compilation Questions and More.

2001-10-12 Thread Lachezar Dobrev
Hallo all! Recently I've been playing around with JSP compilation in Orion. I saw a couple of days ago a question about the out-of-the-server (stand-alone) compilation of JSPs. Quite some job :( I tried to find the compilator. Playing around I got some things. I don't really remember wha

Re: problem using primary key class with orion

2001-10-12 Thread Jeff Hubbach
Jack, If you're using a user-defined primary key class, as opposed to a Java class like String or Integer, then you don't define the primkey-field in the ejb-jar.xml. >From p.370 of O'reilly's Enterprise JavaBeans, 2nd Edition, describing the entry in the ejb-jar.xml: It is not used if the bean

EntityBean Question

2001-10-12 Thread Nusairat, Joseph F.
Title: EntityBean Question     For all of you using entity beans I was wondering do u map the entity bean to 1 table. Or do u map it more to a view of a few tables??? I was just thinking it could be helpful to do that in many instances ... but i was just wondering if that is looked re

RE: Syntax of tag?

2001-10-12 Thread Curt Smith
  >>    should be placed after the display name. What errors are you getting? All session context variables need to be serielizable is this the error you are getting?    I've read on this list of folks configuring a commercial clustered architecture of  2 instances of Orion on a

Cached Row Set

2001-10-12 Thread Vic Cekvenich
Is anyone using Cached Row Set with Data Sources. I tried with ASA (Sybase) JDBC 5.5 and it does not work. Vic

Re: WebLogic To Orion

2001-10-12 Thread Niles K. Ho
Gartner say in August that people have been over-spending on Java application servers, purchasing features that they don't need. Many site (TheStreet.com) are migrating from high-end appserver (WLS, Websphere, Dynamo, etc) to (Orion, Resin, Rexip, JRun, etc.)... - Niles - Original Messag