RE: Aliases in Orion

2001-10-04 Thread Mike Fontenot
In the orion-web.xml file, something like this: virtual-directory virtual-path=/reports real-path=/usr/develop/reports / THis file is in the application-deployments/default/defaultWebApp directory -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

RE: Stupid CLASSPATH and Oracle JDBC drivers. Need help!

2001-09-19 Thread Mike Fontenot
We had to put the Oracle jar/zip file into the JRE/lib/ext directory to be recognized on Win2K and solaris. We never figured out why this is the case. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Dan Lee Sent: Wednesday, September 19, 2001 10:44 AM

RE: Stupid CLASSPATH and Oracle JDBC drivers. Need help!

2001-09-19 Thread Mike Fontenot
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Fontenot Sent: Wednesday, September 19, 2001 10:34 AM To: Orion-Interest Subject: RE: Stupid CLASSPATH and Oracle JDBC drivers. Need help! We had to put the Oracle jar/zip file into the JRE/lib/ext directory to be recognized on Win2K

RE: BIG Problem with SSL

2001-05-08 Thread Mike Fontenot
This is normal servlet engine behavior. Your HTTP and HTTPS are two separate sessions. Orion has a way to configure the default website to share sessions across HTTP and HTTPS websites. In the default-web-site.xml be sure to have this line: !-- The default web-app for this site, bound

Jikes 1.12 compiled code is bad!

2001-02-14 Thread Mike Fontenot
I've been developing on Win2K, and deploying on Solaris. Works fine. I was using Jikes version 1.07 to compile my classes. Just switched to Jikes version 1.12 and now orion is breaking during startup. If I compile my classes with 1.12 and try to start orion, orion itself dies with an error

RE: Application Client startup synchronization

2001-01-09 Thread Mike Fontenot
John, I had this occur with servlets that started up and tried to work with Orion EJBs immediately. Orion itself had not finished its own initialization. The calling servlet would hang, and so would orion. I put a thread delay into my startup application servlet #init method, on the advice of

RE: SSL Ipaddres

2000-12-08 Thread Mike Fontenot
. If they can now, let us know what kind you obtained. Regards, Mike Fontenot -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Todd Renner Sent: Friday, December 08, 2000 6:51 AM To: Orion-Interest Subject: SSL Ipaddres We have a Thawte cert. implemented

RE: SSL Ipaddres

2000-12-08 Thread Mike Fontenot
thawte we were using orion and they seemed to know what we were talking about. I think the server to select is javasoft. Hope this helps Todd Mike Fontenot wrote: as long as your domain remains the same you should have no trouble changing the actual port that SSL requests

load balancer setup?

2000-12-06 Thread Mike Fontenot
Mike Fontenot - Object Systems Architect BrandMatrix, Ltd. Golden, Colorado

Connection Pool hanging??

2000-10-17 Thread Mike Fontenot
and this still occurs. Any ideas/suggestions/workarounds are appreciated. Mike Mike Fontenot - Object Systems Architect BrandMatrix, Ltd. Golden, Colorado

SSL Slow and precompiled JSPs?

2000-09-19 Thread Mike Fontenot
Mike Fontenot - Object Systems Architect BrandMatrix, Ltd. Golden, Colorado

RE: SSL and non SSL within the same instance of the web application

2000-09-09 Thread Mike Fontenot
You can do this all within a single running orion server process. You will need to define the two web applications using the default-web-site.xml as a starting point. I copied this and created a second file called ssl-web-site.xml. In both of these files you should refer to the same

RE: Obtaining an SSL Certificate

2000-08-29 Thread Mike Fontenot
use 128-bit if we get the domestic JSSE from Sun. Dale - Original Message - From: Mike Fontenot [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Monday, August 28, 2000 11:15 AM Subject: Obtaining an SSL Certificate Orion users, I wanted to let you know that I

Obtaining an SSL Certificate

2000-08-28 Thread Mike Fontenot
this and figured out a workaround, we'd love to hear from you. Regards, Mike Mike Fontenot - Object Systems Architect BrandMatrix, Ltd. Golden, Colorado

Help - SSL Usage in Production - is it really possbile?

2000-08-18 Thread Mike Fontenot
to get the developer certs to work, not production certs. Thanks in advance, Mike Mike Fontenot - Object Systems Architect BrandMatrix, Ltd. Golden, Colorado

Lost database connections using OrionServer?

2000-05-03 Thread Mike Fontenot
a connection pool that monitors the actual database server Unix box to help determine if connections should be re-initialized. Can/does Orionprovide this somehow? Thx Mike Fontenot - Object Systems Architect Polygon Network, Inc. Golden, Colorado

RE: nullpointer when database connection is lost

2000-03-05 Thread Mike Fontenot
This is an excellent question. We had the same issues two years ago when developing a jdbc connection pool - how to tell if the database server has gone down. We accomplished it with pluggable helper classes for periodically checking server/database availablilty. Does Orionserver have a way for

Help - How to config/load EJB server in 8.5b?

2000-01-28 Thread Mike Fontenot
I'd like to clarify my question. I got the News appliacation working by following the instructions and Neville's tips on HypersonicSQL. However, it was all bundled neatly in an .ear file. I'm not sure how to get my own app into that kind of format, or something the EJB server recognizes.

Bug? - Client communication Error

2000-01-22 Thread Mike Fontenot
/communication error: IO Error: Disconnected The actual line it is erroring on is: Cart cart = (Cart)PortableRemoteObject.narrow(home.create(), Cart.class); The ejbserver system traces do not show any errors. Mike Fontenot - Object Systems Architect Polygon Network

Specifying how many beans to pool?

2000-01-21 Thread Mike Fontenot
. Mike Fontenot - Object Systems Architect Polygon Network, Inc. Golden, Colorado

FW: Please help - running Orion Examples and other config questions.

2000-01-19 Thread Mike Fontenot
finally if (pcon != null) try{pcon.close();}catch(Exception e){} } Thanks in advance, Mike Mike Fontenot - Object Systems Architect Polygon Network, Inc. Golden, Colorado