unplug wrote:
>
> I have read the README and notice that the example only works with
> tomcat v3.1. I have installed the tomcat 3.2.1 and don't know whether
> it is the main reason that I failed to run this example.
> BTW, I can't find org.apache.tomcat.request.SecurityCheck in the
> server.xml. Does it mean jonas can't work with tomcat 3.2.1? How to
> make it works if possible??
>
> Rgds,
> unplug
>
Hi,
as I said in a previous Mail:
http://www.objectweb.org/messages/JonasUsers/2001/03/msg00030.html
we have only tested the security example with Tomcat 3.1
In this mail I give advices for integration with Tomcat 3.2.1
but we haven't yet tested (it is another task in our todolist).
In order to summarize we have provided in JOnAS a RequestInterceptor
that only works with Tomcat3.1, for Tomcat3.2 a new RequestInterceptor
must be written. I think it must be similar to the previous one
except that it must extends org.apache.tomcat.request.SimpleRealm
insted of org.apache.tomcat.request.SecurityCheck that doesn't exist
anymore.
I hope it is the only thing to do. You can try to do this.
You can get the code of the current JOnAS RequestInterceptor for Tomcat
3.1
under
objectweb/jonas/src/org/objectweb/security/tomcat/interceptor/SecurityCtxInterceptor31.java
I encourage you to write a SecurityCtxInterceptor32.java for Tomcat
3.2.1
and tell us if you have problem
Best regards
--
Philippe
Philippe Coq Evidian Phone: (33) 04 76 29 78 49
Bull S.A - 1 rue de Provence - 38432 Echirolles Cedex France
Download our EJBServer at http://www.objectweb.org
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".