[JBoss-user] [Clustering/JBoss] - Re: Help with testing jboss cluster

2006-04-04 Thread mickknutson
I also wanted to make sure I have the cfg files I need as the person before me deleted the ./server/all, and we only have ./server/default: ./server/default/lib/jboss-cache.jar ./server/default/lib/jgroups.jar ./server/default/deploy/tc5-cluster-service.xml ./server/default/deploy/jbossweb-tom

[JBoss-user] [Clustering/JBoss] - Re: Help with testing jboss cluster

2006-04-04 Thread mickknutson
Now I seemed to have broken something with modifying the jboss-web.xml and server.xml: | 12:52:59,391 DEBUG [URLDeploymentScanner] Watch URL for: file:/C:/jboss-4.0.2-looksmart/server/default/deploy/furl.ear -> file:/C:/jboss-4.0.2-looksm | rt/server/default/deploy/furl.ear | 12:52:59,391

[JBoss-user] [Clustering/JBoss] - Re: Help with testing jboss cluster

2006-04-04 Thread mickknutson
Hmmm. We are 4.0.2 in production, and not sure how easily it will be to upgrade. Is this an easy upgrade to the newest version? "[EMAIL PROTECTED]" wrote : I didn't look closely enough at your second set of logs. It looks like your session expired on the 2nd server. | | How long is your s

[JBoss-user] [Clustering/JBoss] - Re: Help with testing jboss cluster

2006-04-03 Thread mickknutson
We are actually not using the FORM Jaas authentication. it is a home grown form based authentication. Will that still effect te jira you sent? I think maybe not. we have also removed the ./all server, and only run the ./default, will clustering still work if we copy the tc_clustering file and 2

[JBoss-user] [Clustering/JBoss] - Help with testing jboss cluster

2006-04-03 Thread mickknutson
I have 2 QA machines clustered, and I want to test to make sure that if I go to web1 and login, my session login information will get replicated to web2 and will not force me to login again. I go to web1i:8090/index.jsp, I login and see this on web1i: | 2006-04-03 14:26:35,940 INFO [com.vis

[JBoss-user] [Installation, Configuration & Deployment] - Want to deploy selenium tests in qa server, outside of EAR.

2006-02-17 Thread mickknutson
I want to find out if it is possible to deploy my selenium tests exploded to my qa server, then be able to run those tests on my web app inside my ear? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924664#3924664 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [Clustering/JBoss] - Need help understanding where to go with my issue

2006-02-09 Thread mickknutson
My opts team wants to use round robin instead of sticky IP for load balancing. So I am now trying to figure out how I will have my users session replication to each server in the cluster. Currently we have Tomcat 5.5 and jboss 4.0.2 Clustering is not turned on for any of these. I has a Serializa

[JBoss-user] [Installation, Configuration & Deployment] - Re: HELP: Need help configuring ldap login module from java

2005-09-20 Thread mickknutson
I did. The issue is that whan I get back a user, I then have to make a query to get the dynamic name of the attributes verse static names. Thus I have to: | Hashtable hRoles = conn.search(DN, "(objectclass=*)", attrs); | Then: | lEntry = new LDAPAttributeAccess(hRoles); | return lEntr

[JBoss-user] [Installation, Configuration & Deployment] - Re: HELP: Need help configuring ldap login module from java

2005-09-19 Thread mickknutson
Can I turn this java class into my own LdapAuthenticationModule? If so, how please? I really, really, really need to solve this tonight. Please, please help someone View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895705#3895705 Reply to the post : http:

[JBoss-user] [Installation, Configuration & Deployment] - Re: HELP: Need help configuring ldap login module from java

2005-09-19 Thread mickknutson
Forgot the java code... | package org.jboss.test; | | import java.util.*; | | import com.dhl.dss.ldap.*; | import com.dhl.dss.ldap.utilities.LDAPAttributeAccess; | | import javax.naming.NamingException; | | public class RoleLookup { | private static final String LDAP

[JBoss-user] [Installation, Configuration & Deployment] - HELP: Need help configuring ldap login module from java code

2005-09-19 Thread mickknutson
I have the following java code that queries our ldap scheme and then gets the proper roles back: | ... | I need to figure out how to put this into a login module to get the same roles into my Principal please. I am using 4.0.3RC2 So I can use org.jboss.security.auth.spi.LdapLoginModule, or

[JBoss-user] [Security & JAAS/JBoss] - URGENT Re: PLEASE Help mapping roles in JBoss like WAS 5.1

2005-09-14 Thread mickknutson
I have added the following into my jboss-web.xml but still does not work: cn=FFv1::01Find Customer::Find Customer, o=blackhawk role01 cn=FFv1::02Research Customer::Research Customer, o=blackhawk role02 I have a jsp that prints out -no- to the

[JBoss-user] [Security & JAAS/JBoss] - PLEASE Help mapping roles in JBoss like WAS 5.1

2005-09-13 Thread mickknutson
I am trying to get my security module to map roles like WAS 5.1 does with the ibm_application-bnd.xmi file below. Websphere seems to map role01 to a role called "cn=FFv1::01Find Customer::Simple Search,o=blackhawk". But without the mapping WAS does not like, or understand the comma and equals si

[JBoss-user] [EJB/JBoss] - Re: PLEASE, help as I am really stuck getting SLSB to work

2005-07-19 Thread mickknutson
Please help someone! I am still having this issue, and can not seem to resolve this and I am running out of time to get the solution working... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885511#3885511 Reply to the post : http://www.jboss.org/index.html?

[JBoss-user] [EJB/JBoss] - Re: Why is there a @5345345 on the end of my entity bean jnd

2005-07-14 Thread mickknutson
I am having the same issue, but I already had the pieces you stated: jboss.xml: == http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd";> java:/jaas/ldap-security local/ConsumerManager "gmatthews"