Orion SSL? How?

2000-07-11 Thread keith kwiatek
Hello, I saw the brief FAQ on how to set up Orion SSL... http://www.orionserver.com/docs/ssl-howto.html but I also saw alot of problems people posted trying to get it work... What is the current state of instructions for getting Orion SSL to work? What is the non-brief version of the

Tieing http session to db connection in orion?!?

2000-08-13 Thread keith kwiatek
* some people say, it's best practice to put 1 connection into 1 user's http session and use it for all requests of that user This only works if you don't have a lot of users concurrently, say a small intranet application, that doesn't care scalibility. The reason is database connection

Where are step-by-steps for servlet configuration and deployment?

2000-10-18 Thread Keith Kwiatek
Hello, Can anyone point me to the doc's or readme that explains how to configure a brand new servlet directory and deploy the servlet code? Thanks, Keith

Servlet problems....

2000-10-19 Thread Keith Kwiatek
Hello, I loaded a new servlet of mine into the "classes" directory this new servlet needed a jar file, which I put into the ./orion/lib directory (as well in the ./orion and ./classes) ... all seemed to be fine. The servlet worked great for a long time. BUT I then I started to get the

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

2000-10-19 Thread Keith Kwiatek
Hello, I loaded a new servlet of mine into the "classes" directory this new servlet needed a jar file, which I put into the ./orion/lib directory (as well in the ./orion and ./classes) ... all seemed to be fine. The servlet worked great for a long time. BUT I then I started to get the

Re: rumors

2000-10-27 Thread Keith Kwiatek
Probably not... but you know sooner or later someone is going to buy Orion... and the product price will NOT remain anywhere near $1500 OR be "free" to non-commercial projects !! I like Orion, but for projects on a budget, I think it is safer and less costly to maybe go with

Does Orion have a database access ejb/bean creation tool?

2000-10-27 Thread Keith Kwiatek
Hello Does Orion have a tool that will allow you to generate code for a a ejb/bean by simply pointing it at a set of database tables? Anything out there that will do it? Keith

There has GOTTA be a BETTER way !!!!

2000-11-07 Thread Keith Kwiatek
Hello, EJB's are great if you like tripling the amount of code you have to write How is everyone building their web apps with hand coded programs, or using automagic tools? It sure seems like there should be some sort of tool that you can just point at database tables, and have it

Re: There has GOTTA be a BETTER way !!!!

2000-11-07 Thread Keith Kwiatek
AM 11/7/03 -0500, Keith Kwiatek wrote: Hello, EJB's are great if you like tripling the amount of code you have to write How is everyone building their web apps with hand coded programs, or using automagic tools? It sure seems like there should be some sort of tool that you

Are EJB's very scalable, how does Orion compare?

2000-11-16 Thread Keith Kwiatek
Hello, Anyone have any real life stories of EJB scability? How well does orion scale in relation to other ejb servers (Jonas, ejboss, websphere, etc)... Keith

Does Orion automagically pool jsp database connections?

2000-11-20 Thread Keith Kwiatek
I have a jsp page that make a jdbc database connection How do I tell Orion/JSP to used pooled connections? Thanks! Keith

What is the best way to select for update ?

2000-11-30 Thread Keith Kwiatek
Hello, Just wondering how/if orion/ejb makes it possible for a web client to "select data for update" in such a way that another web client will receive a notice if it trys to fetch the same data (possibly for update) I know that orion/ejb handles short term transactions, but what about

Can orion ssl bind to non-default port (443)?

2000-12-07 Thread Keith Kwiatek
Hello, I have an apache web server running openssl, and when I try to launch orion with ssl , it says that is can not bind to the port because it is in use. Can I specify another port other than 443? Thanks, Keith

How do you get Orion to serve up 128 vs. 40 bit encryption?

2000-12-08 Thread Keith Kwiatek
Hello, I am using JSSE with Keytool. I followed the Orion ssl guide (http://www.orionsupport.com/articles/ssl-howto.html) but when I use netscape browsers it says that it is only 40 bit encryption.. . IE doesn't say anything... How do I get 128 encryption (or higher) ??? Keith

Orion JSP form validation and redisplay...

2000-12-12 Thread Keith Kwiatek
Hello, Does orion have anything that helps with capturing the values of a form, and then if validation fails, --allowing you to re-display the form with the submitted values? Keith

Re: Orion JSP form validation and redisplay...

2000-12-13 Thread Keith Kwiatek
To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, December 12, 2000 10:31 PM Subject: RE: Orion JSP form validation and redisplay... From: Keith Kwiatek [mailto:[EMAIL PROTECTED]] Does orion have anything that helps with capturing the values of a form, and then if validation f

Help: Cant find resource for base name forms

2000-12-13 Thread Keith Kwiatek
Hello, I am getting "Cant find resource for base name forms" what is this indicating? What should I look at? Thanks, Keith

Re: Orion JSP form validation and redisplay...

2000-12-13 Thread Keith Kwiatek
Thanks, I have found some traces of Orion taglibs, but nothing so far that handles forms anything in them that you have found that handles forms? OR are people using Orion and Struts successfully? Keith They are, as it turns out; I also have a form taglib (which is very

Re: Orion JSP form validation and redisplay...

2000-12-13 Thread Keith Kwiatek
al Message - From: "Joseph B. Ottinger" [EMAIL PROTECTED] To: "Keith Kwiatek" [EMAIL PROTECTED] Cc: "Orion-Interest" [EMAIL PROTECTED] Sent: Wednesday, December 13, 2000 8:51 AM Subject: Re: Orion JSP form validation and redisplay... My form taglib doesn

How do you get a 128 bit certificate installed on Orion?

2000-12-15 Thread Keith Kwiatek
Hello, I followed the instructions on orion site for getting ssl up and working, but it seems that the thawte certificate was only signed using a 40 bit key How/where do I get it signed (for free) with a 128 certificate? Also, is there a config parameter on orion that manadates 128

How do you tell if Orion is connection pooling?

2001-01-04 Thread Keith Kwiatek
Hello, I followed the orionsupport.com instructions on how to configure Orion for connection pool seems to work, but how do you verify Orion is pooling? I checked the logs. Keith

How do you adjust session expiration?

2001-04-18 Thread Keith Kwiatek
Hello, I hava a JSP application that seems to time out after 10 or 15 minutes I tried to edit the web.xml file with the timeout tag set to a large number, but it gave me really strange results -the bottom line is that I can't seem to keep the session open Anyone have some wisdom they

Is Orion free for government use (non-commercial use)?

2001-05-29 Thread Keith Kwiatek
I read orion is free for non-commerical use... would this include government agencies? Keith

How do you start Orion from solaris /etc/rc3.d ?

2001-05-31 Thread Keith Kwiatek
Hello, Anyone have an example of a solaris /etc/rc3.d script for starting orion? Thanks! Keith

web.xml session-timeout parameter doesn't extend session, WHY?

2001-05-31 Thread Keith Kwiatek
I am running http and https. My web.xml session-timeout parameter doesn't seem to extend session, It keeps timing out in just 5 or ten minutes. WHY? ANY ideas? THis is what is in my web.xml file. session-config session-timeout60/session-timeout /session-config

Re: web.xml session-timeout parameter doesn't extend session, WHY?

2001-06-01 Thread Keith Kwiatek
. Todd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Keith Kwiatek Sent: Thursday, May 31, 2001 6:18 PM To: Orion-Interest Subject: web.xml session-timeout parameter doesn't extend session, WHY? I am running http and https. My web.xml session

Re: Oracle deal

2001-06-07 Thread Keith Kwiatek
I hope this orion + oracle deal is the same as the borland jbuilder + oracle jdeveloper deal. Oracle licensed Jbuilder technology, but Borland was still free to take Jbuilder in any direction they wanted, AND oracle was free to take Jdeveloper in any direction they wanted. The end result is

FRUSTRATION: Session keeps timing out despite setting session-timeout. WHY?

2001-06-07 Thread Keith Kwiatek
Hello, I have a http and https orion jsp application for which I want the session timeout to be a lot longer than the default 5 or 10 minutes BUT the session keeps timing out. I also have shared=true in the secure-web-site.xml and default-web-app.xml files. I set my web.xml

Questions about commits and orion datasource connection pooling....

2002-05-21 Thread Keith Kwiatek
Hello, I have some jsp's that are using orion's connection pooling. When a jsp page opens the db connection (oracle) through the connection pool, is it dedicated to that particular jsp page? Another jsp couldn't issue a commit or rollback and somehome impact another jsp's transactions, correct?

Re: How do you tell orion not to autocommit?

2002-05-21 Thread Keith Kwiatek
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Keith Kwiatek Sent: Wednesday, April 17, 2002 12:17 PM To: Orion-Interest Subject: How do you tell orion not to autocommit? Hello, I am running orion with a datasource and some jsp's with some jdbc beans