RE: DataSource Issue

2002-03-10 Thread Jason Coward
Michael: Orion includes an old version of HypersonicSQL, which is a great, open-source, lightweight, 100% java database server that even supports transactions (and thus EJB CMP). I recommend getting the latest, now called HSQLDB, from... http://hsqldb.sourceforge.net/ I use the last version

RE: pitfalls migrating an app from orion to wls

2002-03-05 Thread Jason Coward
Hi Robert, indeed many posts seem to just disappear on here, but the guys at Ironflare are working to fix that... In the meantime, I just wanted to offer that I work for a company that develops what we call Portal Lifecycle Management tools (read application lifecycle for the web) on the J2EE

JMS bind-permissions and remote-access deployments

2002-03-01 Thread Jason Coward
please help if you can I'm trying to deploy a second application on an Orion instance that is already bound to another instance of Orion via RMI configuration This RMI binding is part of a configuration to deploy a single application on different servers, one with a remote ejb module This works

RE: Direct call to j_security_check when using form based authori zati on

2002-02-18 Thread Jason Coward
... Jason Coward TRM Software Developer Mongoose Technology, Incorporated [EMAIL PROTECTED] http://www.mongoosetech.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Erik Johansson Sent: Monday, February 18, 2002 1:30 PM To: Orion-Interest Subject: RE: Direct

FW: 1.5.2 stripping trailing slash on all URL's

2001-07-12 Thread Jason Coward
I'm reposting, hoping someone has a clue what is going on... ??? Please help if you can... -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jason CowardSent: Monday, July 09, 2001 5:35 PMTo: Orion-InterestSubject: 1.5.2 stripping trailing

RE: starting using orion

2001-06-12 Thread Jason Coward
Title: starting using orion You can put your web application directories wherever you want, so long as your configuration files point to the appropriate location. The configuration files are all located in the /config subdirectory of your Orion install path. You should probably review the

RE: Setting up a new web-application

2001-05-29 Thread Jason Coward
to requests from the web server, right? Jason Coward Mongoose Technology, Incorporated http://www.mongoosetech.com | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED]]On Behalf Of Kevin Jones | Sent: Tuesday, May 29, 2001 8:17 AM | To: Orion-Interest | Subject: RE

RE: init params

2001-05-12 Thread Jason Coward
. The other method... * getServletContext.getInitParameter(String):String references ServletContext.getInitParameter(String):String. which retrieves parameter values from the context-param element of a web-app definition. Check out the Servlet API JavaDocs or specification docs for more info. Jason

RE: Session Invalidate Exception

2001-05-11 Thread Jason Coward
Title: Session Invalidate Exception Kesav: I believe that when you call request.getSession(false), it will not create a new session if a valid one does not already exist. If you want to create a new one, right after invalidation of a previous session, call request.getSession() or

RE: IDE tools and Orion

2001-04-13 Thread Jason Coward
" to handle any application server specific configuration steps required for deployment on the platform of choice. Anyway, enough said, please feel free to visit the website or contact me directly if you want more information... Thanks, Jason Coward Technical Relationship Manager Mongoose Technology,