Classloader when Tomcat is embedded + save

2003-09-09 Thread Florent BENOIT
Hello, When we embed Tomcat in an application server, we have the following problem that we must "patch". It would be good if in the Tomcat 5.x branch, this will be fixed. The problem : It's about the setClassPath() method of the class WebappLoader of the package org.apache.catalina.loader.

Re: Classloader when Tomcat is embedded + save

2003-09-10 Thread Florent BENOIT
an be useful in the embedded mode. If you agree with this, I can propose a patch for the current catalina 5.x cvs. Regards, Florent Remy Maucherat wrote: Florent BENOIT wrote: Hello, When we embed Tomcat in an application server, we have the following problem that we must "patch"

Re: Classloader when Tomcat is embedded + save

2003-09-11 Thread Florent BENOIT
ice for the name of these classes or architecture for this helper class. Regards, Florent Florent BENOIT wrote: For the saving feature : > That feature is thought out for standalone mode. It's hard to predict what are the components which should be saved, and which should not. &

Re: [5.0] Property replacement

2003-10-17 Thread Florent BENOIT
Henri Gomez wrote: Remy Maucherat wrote: Hi, I'd like to make a small proposal to do property replacement. Included are changes that should be made in the digester, and that I'll post on commons-dev if I have approval. - Add a get/setProperty to Container. This would allow a property inherit

Re: [5.0] Property replacement

2003-10-17 Thread Florent BENOIT
e no other choice. Regards, Florent Remy Maucherat wrote: Florent BENOIT wrote: Henri Gomez wrote: Hello, As I had already said in a previous mail, I'm interesting in the customisation of the save-to-XML feature. If it can be more flexible in order to specify our own save instead of supp

Elements in web.xml file for 2.4 servlet specification (Tomcat 5)

2003-11-24 Thread Florent BENOIT
Hi, As you already know, one of the changes of the servlet 2.4 specification is that it uses XML schemas. And with this new schema, there is not anymore a strict order for the top level elements in the web.xml file So we can declare a servlet and then its mapping, and then a new servlet wit

Re: cvs commit: jakarta-tomcat-catalina/webapps/docs realm-howto.xml

2004-02-24 Thread Florent BENOIT
Hi, Just my two cents : ENC context is at java:comp/env , there is no / after java: Regards, Florent [EMAIL PROTECTED] wrote: remm2004/02/24 04:17:22 Modified:webapps/docs realm-howto.xml Log: - Fix the reason for bug 27183: the DS name is a relative name. - Add better exp

Realm / GenericPrincipal class not serializable (With SecurityManager)

2004-03-04 Thread Florent BENOIT
Hi all, I'm working with Tomcat 5.0.19 and with a SecurityManager and I have a problem with an attribute which is not Serializable. The class which is not serializable is the class GenericPrincipal from the package org.apache.catalina.realm. Note that I use an embedded version of Tomcat but

Re: Realm / GenericPrincipal class not serializable (With SecurityManager)

2004-03-05 Thread Florent BENOIT
Hi, Thanks too. Florent. Jeanfrancois Arcand wrote: Fixed. Thanks -- Jeanfrancois Jeanfrancois Arcand wrote: Florent BENOIT wrote: Hi all, I'm working with Tomcat 5.0.19 and with a SecurityManager and I have a problem with an attribute which is not Serializable. The class

Realm interface

2004-03-05 Thread Florent BENOIT
Hi, Realm interface provide methods for authorization like : UserDataPermission (hasUserDataPermission() method) , WebResourcePermission (hasResourcePermission() method) and the last method is hasRole() method. I'm working on an implementation of a realm which use JACC for the authorization I