[JBoss-user] [Clustering/JBoss] - Re: solved

2006-03-09 Thread wzzzrd
Hi there, I solved this problem and tested it with different configurations. The trick is not to specify the PROVIDER_URL property but the "jnp.partitionName" property. I added this to the wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHAJNDIUseCluster Regards, Martin View the original

[JBoss-user] [Clustering/JBoss] - Re: HAJNDI/ HAJMS Discovery Problem

2006-03-08 Thread wzzzrd
"JerryGauth" wrote : Does your PROVIDER_URL property specify the HA-JNDI port? For example, | jnp://localhost:1100 | Yes it does, bindAddress contains "jnp://IPADDRESS:1100" (PROVIDER_URL is just the key taken from the javax.naming.Context interface). As I said, it works perfectly for a re

[JBoss-user] [Clustering/JBoss] - Re: HAJNDI/ HAJMS Discovery Problem

2006-03-08 Thread wzzzrd
"JerryGauth" wrote : I don't have any information on your problem, just an observation about the Global Namespace in the JNDIView mbean. | | The Global Namespace is unrelated to HA-JNDI; it's a store for local JNDI bindings. So if you bind something in HA-JNDI, it won't appear there. Of c

[JBoss-user] [Clustering/JBoss] - HAJNDI/ HAJMS Discovery Problem

2006-03-07 Thread wzzzrd
Hi there, I searched the forums, the wiki and the web and found no solution, so I post my question. Configuration: JBoss: 4.0.3SP1, OS: Redhat Enterprise (AMD64), single machine, one JBoss installation. The cluster has two nodes (represented by two servers), bound to different IP-addresses via

[JBoss-user] [Installation, Configuration & Deployment] - Re: classpath trouble: codebase urls

2006-02-24 Thread wzzzrd
"[EMAIL PROTECTED]" wrote : The java ee component jars in the ear can use a manifest Class-Path to pickup thirdparty jars. Thanks for your reply, that will solve our current problem. Just out of curiosity, are there plans to expand the list of registered listers? Regards, Martin View the origi

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to make deploy faster.

2006-02-24 Thread wzzzrd
"joey.watson" wrote : Hi | | Just Want to know do there have some ways can save my time when I develop Java project. Because if I did any modify to Java file or JSP file. I have to compile and deploy my project again. I know for Tomcat , Just set the class path to compile, and just compi

[JBoss-user] [Installation, Configuration & Deployment] - classpath trouble: codebase urls

2006-02-24 Thread wzzzrd
Hi there, Background: We want to deploy all (non third party) libs in the ear file. Some MBeans (also deployed in the ear file) need jars from the ear on their classpaths. For MBeans the classpath can be defined via the classpath xml tag in the *-service.xml file. It's attribute codebase takes

[JBoss-user] [Management, JMX/JBoss] - Re: how to register a MBean using a Queue

2006-02-03 Thread wzzzrd
it may be a bit late... the only service your mbean should depend on is the queue you are connecting to (queues are also defined as mbeans), this should do. regards, martin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921464#3921464 Reply to the post : ht

[JBoss-user] [Clustering/JBoss] - Re: Architecture Questions

2006-01-30 Thread wzzzrd
"lapoutre" wrote : | is TomcatClusteringCache performant to store and replicate sessions ?? | Is that takes much resources ??? | Have a look at http://docs.jboss.org/jbossas/jboss4guide/r4/html/cluster.chapt.html#clustering-http-state >From my experience session replication has indeed an

[JBoss-user] [Clustering/JBoss] - Re: Farm deployment -- having trouble getting it going

2006-01-20 Thread wzzzrd
"itchytoes" wrote : Hi -- I created a farm-service.xml and copied in the following from the JBOSS 4.0 docs: | However, the service will not start because I keep getting an error about "FlterInstance" attribute not configured. | | any suggestions? | Thanks | I had the same p