UNSUSCRIBE

2001-07-02 Thread Mike Conway

Re: Primary Key Class in CMP

2001-07-02 Thread Ray Harrison
Yes - it works just fine. Can you send a small piece of your descriptor showing how you specifiy the primary key class information? --- Timothy Tschampel [EMAIL PROTECTED] wrote: Has anyone gotten CMP Beans to work with a Custom Primary Key Class. Every time I try to deploy I get an error

Fw: Urgent: SSL - BigIP - Apache - Orion : Page Not Found

2001-07-02 Thread Ozzie-Mailing Lists
Please, please need help immediately or I am considering switching app servers. - Original Message - From: Ozzie-Mailing Lists To: Orion-interest Sent: Wednesday, June 27, 2001 10:51 AM Subject: Urgent: SSL - BigIP - Apache - Orion : Page Not Found The problem is that we

Re: Fw: Urgent: SSL - BigIP - Apache - Orion : Page Not Found

2001-07-02 Thread Ray Harrison
I'm not familiar with your particular problem but have you narrowed it down to Orion (forgive me if this is obvious from your post - I just don't deal much in this aspect of the development life-cycle)? If it represents a bug in Orion, your best bet will be to submit it to bugzilla at

RE: Urgent: SSL - BigIP - Apache - Orion : Page Not Found

2001-07-02 Thread elephantwalker
Have you set the tag frontend host= port= / on your back end (orion)? This could be the problem if you haven't set this. Checkout the apache/reverse proxy instructions on www.orionsupport.com. Regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Orion hangs when connections exhausted.

2001-07-02 Thread Milton S
Has anyone experienced Orion hanging when all of the available connections from the pool are exhausted? I noticed a similar question posted by Joel Shellman back in August of 2000 but there was no response to his question. I can re-issue the same URL from a browser multiple times and once the

RE: 500 Internal Server Error after deploying

2001-07-02 Thread Nusairat, Joseph F.
Title: 500 Internal Server Error after deploying FYI i realised what was wrong in the default-web-app config file i named the application and hte web application the same name ... DOH! Joseph Faisal Nusairat, Sr. Project Manager UUNET, A WorldCom Company tel: 614-723-4232 pager:

How to get Connection Pool working ?

2001-07-02 Thread Boris Erukhimov
Here is a second post, the first one never appeared I'm trying to use Pooled Connection for web application. The application does not use EJB. Here is my a part of data-source.xml data-source class=com.evermind.sql.DriverManagerDataSource name=Expanets

LoadBalancer.xml Sample File

2001-07-02 Thread B. Dawkins
Does anyone have a loadbalancer.xml file. I would like to see how it is set up so I can create one for myself. Thanks, BrandyGet your FREE download of MSN Explorer at http://explorer.msn.com

Re: Documents and dynamic web pages

2001-07-02 Thread Rafael Alvarez
Hello Kemp, As you're using Oracle, think about exploring the Intermedia features. Hope this help. Friday, June 29, 2001, 6:57:12 PM, you wrote: KR I am aiding a department that is using a two tier KR application design, with a JSP engine and Oracle, to KR build a dynamic web site. It's easy

Re: Orion hangs when connections exhausted.

2001-07-02 Thread Greg Matthews
just to get the obvious things out of the way first, are you calling connection.close() prior to the EJB method returning? doing this in a finally block is a good idea. - Original Message - From: Milton S [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, July 03,

RE: LoadBalancer.xml Sample File

2001-07-02 Thread elephantwalker
see below: ?xml version=1.0? !DOCTYPE web-site PUBLIC Orion Web-site http://www.orionserver.com/dtds/load-balancer.dtd; load-balancer host=somehost maximum-island=3 minimum-island=1 port=80 secure=false selection-type=random use-ip=true use-session-id=true !-- the ssl loadbalancer

Re: request for info:ssl and client authentication with orion

2001-07-02 Thread tim courtney
I made a mistake in my last post (I was thinking about a different app server) inside the xml file for the web app add: needs-client-auth=true to the ssl-config tag instead of that client-auth=true attribute I sent -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: Orion hangs when connections exhausted.

2001-07-02 Thread Milton S
And the obvious answer is yes. Greg Matthews wrote: just to get the obvious things out of the way first, are you calling connection.close() prior to the EJB method returning? doing this in a finally block is a good idea. - Original Message - From: Milton S [EMAIL PROTECTED] To:

UNSUSCRIBE

2001-07-02 Thread Juan Gargiulo