Hi,
I actually developped a ClusterSingleSignOn for Tomcat. It is available on
the same website :
http://wwwetu.utc.fr/~fcarrion/GoogleSoC.html
I followed exactly my applying in the google summer of code. There you can
find every thing, the patch for tomcat 5.5 and my doubts especially about
Extending the factory class is a solution. But it is less user friendly
for the web application developper. I mean he has to interest himself to
the OpenJms API source code. And with OpenJms it is possible, because it
is opensource, but in the case of a proprietary API code... it is a bit
more
eas to solve this...
PS : when you want to load with IE my howtos :
http://wwwetu.utc.fr/~fcarrion/tomcat/jndi-jms-examples-howto.xml
http://wwwetu.utc.fr/~fcarrion/tomcat/jndi-ejb-examples-howto.xml
You get an error
The XML page cannot be displayed.
It's normal, this xml sheets have to be int
available on
http://wwwetu.utc.fr/~fcarrion/Tomcat.html
Cheers'
--
Fabien Carrion
() Campagne du ruban ASCII -- Contre les mails en html
/\ contre les pieces-jointes Microsoft
-
La información transmitida mediante el presente correo es para
> The Servlet 2.5 implementation is already in progress.
I haven't seen any information on the servlet 2.5 implementation in
tomcat...
> I have no problem
> reusing portions of this patch (although there are some I don't agree
> with)
I don't agree with all my patch... I leave some notes on m
Hi the list,
Just to tell you that I have implemented the the servlets 2.5
specifications. You can have a glance on
http://wwwetu.utc.fr/~fcarrion/Tomcat.html
I know that there is still some work on this small patch but right now
what do you gays think of it ?
Cheers'
--
Fabien Ca
Hi the list,
First sorry for my last post... It was not the right mailing list. At the
end I solved my problem using an Arraylist and making this change :
Index: connectors/util/java/org/apache/tomcat/util/IntrospectionUtils.java
==
Hi the list,
I'm trying to use the class org.apache.tomcat.util.digester.Digester but I
got a missunderstanding... I hope you could help me.
I read connectors/util/java/org/apache/tomcat/util/digester/package.html
What I got is this kind of xml file :
ID
PROP1
PROP2
I