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
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
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
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
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
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
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
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
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:
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
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
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
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
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?
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"
15 matches
Mail list logo