[JBoss-user] [JBossCache] - Re: TreeCache and ClassNotFoundEx on several nodes

2005-09-21 Thread lyc1
If I just let one server in the cluster, everything works fine. More, JGroups classloader is not the same this time : anonymous wrote : (org.jboss.mx.loading.UnifiedClassLoader3) [EMAIL PROTECTED] url=file:/C:/jboss-dev-3.2/server/all/tmp/deploy/tmp31439generationpdf.ear ,addedOrder=23} And if

[JBoss-user] [JBossCache] - TreeCache and ClassNotFoundEx on several nodes

2005-09-21 Thread lyc1
Hello I have several TreeCache deployed on several servers. When I try to insert my own types in, I get that on the other servers : anonymous wrote : 13:16:08,663 ERROR [org.jgroups.blocks.RpcDispatcher] exception=java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: No ClassLo

[JBoss-user] [Clustering/JBoss] - Different behaviors between windows and linux

2005-07-05 Thread lyc1
Hi, I'm trying to deploy 2 clusters into 1 jboss instance either on windows, or on linux. Everything is working fine on windows, but on linux I get that : 11:38:10,668 WARN [org.jgroups.protocols.UDP] discarded message from different group (partition1). Sender was blanc:33432 (additional data:

[JBoss-user] [HTTPD, Servlets & JSP] - Re: mod_jk, mod_jk2 or mod_jk1.2 ?

2004-11-16 Thread lyc1
mod_proxy works well as we don't need mod_jk features such as load-balancing with sticky sessions and is easier to configure. But it is still hard for me to consider mod_jk1 et 2 as deprecated modules without more information. Thanks Damien View the original post : http://www.jboss.org/index

[JBoss-user] [HTTPD, Servlets & JSP] - Re: mod_jk, mod_jk2 or mod_jk1.2 ?

2004-11-11 Thread lyc1
"janilsal" wrote : The discussion on connectors has happened only in the tomcat mailing lists. They have not updated their website. If any of you wants to pour over the mailing list archives, look at "http://www.mail-archive.com/tomcat-dev@jakarta.apache.org";. If you find suitable reference

[JBoss-user] [HTTPD, Servlets & JSP] - Re: mod_jk, mod_jk2 or mod_jk1.2 ?

2004-11-10 Thread lyc1
"ltexier" wrote : Believe us. Why this doesn't appear on tomcat's website ? Not only JBoss users could have interest to know that. Have you got more information about that ? (links for example ?) Why is mod_jk2 deprecated, but not officialy ? Damien View the original post : http://www.jboss.org

[JBoss-user] [HTTPD, Servlets & JSP] - mod_jk, mod_jk2 or mod_jk1.2 ?

2004-11-10 Thread lyc1
Hello Here is what is written in this page : http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jkWithJBoss anonymous wrote : | "WARNING: Apache Tomcat and JBoss recommend using mod_jk1.2.x connectors only. Both mod_jk and mod_jk2 are deprecated, unsupported and no further developments are goin

[JBoss-user] [Clustering/JBoss] - Re: getChannel method on ClusterPartition MBean for JBoss ca

2004-11-09 Thread lyc1
"Sacha Labourey" wrote : and does this actually work?!? Euhh... not really without further modifications. I didn't notice that my cache was not replicated around the cluster :-( The RequestDispatcher stays null when TreeCache(JChannel) constructor is used. Grrr... Before using this new JBoss ca

[JBoss-user] [Clustering/JBoss] - getChannel method on ClusterPartition MBean for JBoss cache

2004-11-09 Thread lyc1
Hello, I'm using JBoss clustering and cache features, but until now, I needed to declare 2 JGroups channels to use them together. I succeeded in linking them by adding "getChannel" method to ClusterPartition MBean, in order to initiate JBoss cache with it. Would it be possible to add this meth

[JBoss-user] [JBoss.NET] - Re: Integrate Axis 1.2 with JBoss !!

2004-10-07 Thread lyc1
"tdiesler" wrote : Currently we use an axis-1.1 derivative that is BasicProfile-1.0 compliant. Axis in JBoss has entered maintenance and will no be developed further. Instead we plan to integrate our own SOAP stack - a.k.a. JBossWS | I'm not sure to understand. OK, Jboss.Net is dead, and Jbos

[JBoss-user] [JBoss.NET] - Re: Integrate Axis 1.2 with JBoss !!

2004-10-04 Thread lyc1
Axis 1.2RC1 is out and could be the last version before 1.2 final. Is it possible to hope to see this version included in any release of JBoss 3.2.x (maybe 3.2.6 ??) ? Thanks Damien View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850251#3850251 Reply to th

[JBoss-user] [Clustering/JBoss] - Load balancing and IIOP

2004-07-14 Thread lyc1
Hi, I would like to know if it is possible to use all clustering possibilities for IIOP as for RMI/JRMP protocol ? Maybe clustering options is transport protocol independant, but I would like to be sure. Thanks D. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Installation & Configuration] - Re: Separate log4j.properties not allowed?

2004-04-16 Thread lyc1
"[EMAIL PROTECTED]" wrote : scope your classloader | What does that mean ? I'm using several EARs with their own CL, with a log4JService in each, but, as usual, just one log4j configuration is used for the whole server (the last loaded is used !) What to do to have separated log4j instance ?

[JBoss-user] [Datasource Configuration] - How to link a servlet with a datasource located in another E

2004-02-25 Thread lyc1
Hi, I've got 2 EAR (Servlets and EJB) deployed, with there own (closed) classloader. I would like to use a datasource declared in one EAR from a servlet located in the other EAR ! Without any configuration, that doesn't work, I get an SQL exception about a problem of sequence. I think a should