URGENT: JAXP 1.0 application

2001-12-10 Thread Etienne Giraudy

Hi,

I really need help on that question.
Does any one has experience on having a JAXP 1.0 application running on
Orion?


Thanks in advance

Etienne

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Etienne
 Giraudy
 Sent: vendredi 7 decembre 2001 08:59
 To: Orion-Interest
 Subject:


 Hi,

 Our application has two version, the new one is using JAXP 1.1
 and there is
 no trouble with it.
 But the old one, that we are trying to validate on Orion is using
 JAXP 1.0.
 I cannot figure how to use JAXP 1.0 in my webapp.

 I put jaxp1.0 in the lib directory - does not work
 I tried classpath path=./path/to/jaxp1.0/ / in the
 global-web-application.xml - does not work

 Is there a way of having a JAXP1.0 web app working with orion (1.5.2)?

 Thanks in advance

 Etienne







[no subject]

2001-12-07 Thread Etienne Giraudy

Hi,

Our application has two version, the new one is using JAXP 1.1 and there is
no trouble with it.
But the old one, that we are trying to validate on Orion is using JAXP 1.0.
I cannot figure how to use JAXP 1.0 in my webapp.

I put jaxp1.0 in the lib directory - does not work
I tried classpath path=./path/to/jaxp1.0/ / in the
global-web-application.xml - does not work

Is there a way of having a JAXP1.0 web app working with orion (1.5.2)?

Thanks in advance

Etienne





Orion and basic authentication

2001-12-05 Thread Etienne Giraudy

Hi,

I'm curious to know if there is any possibility to setup my webapp for using
basic authentication without having to code a (simple) user manager (cf
http://www.orionsupport.com/articles/usermanager.html).

It seems that orion is the only app server needing some code to support
basic authentication.
Our application has built in support (decoding of http header authentication
data) for basic authentication and it has been successfully tested under
weblogic, websphere, tomcat, resin and jrun!
But it seems that orion strip off the http header authentication data before
passing it to the webapp...


Any help appreciated.

Etienne Giraudy