[JBoss-user] securing port 8082

2001-05-29 Thread Kadir Wijaya
hi all, I try to secure 8082 port. I followed the instruction provided by Vladimir Blagojevic couple weeks ago. http://www.mail-archive.com/jboss-user@lists.sourceforge.net/msg03359.html I subclassed the HtmlAdaptorServer as follows: package org.jboss.util; import com.sun.jdmk.comm.HtmlAdaptor

[JBoss-user] LdapLoginModule bug???

2001-05-23 Thread Kadir Wijaya
Hi all, I posted this question 3 weeks ago, however I haven't got replies from the lists. I got the LdapLoginModule works (got connection to Ldap server and passed back the roles). However, when I tried to create a bean I got the following exceptions: server: StatelessSession] Authentication exce

[JBoss-user] Error in ContainerFactory

2001-05-07 Thread Kadir Wijaya
Hi all, I tried to recompile ContainerFactory Source code using Jbuilder4 and I got the following errors: ContainerFactory.java: Error 314: cannot access class org.gjt.lindfors.pattern.StrategyContext; neither class nor source found for org.gjt.lindfors.pattern.StrategyContext ContainerFactory.j

[JBoss-user] MBeans - dependencies - How to?

2001-05-02 Thread Kadir Wijaya
Hi all, in http://www.jboss.org.documentation/HTML/ch10s40.html mentioned that: JBoss manages dependencies between MBeans via the org.jboss.util.ServiceControl custom MBean. I did search deep in this doc but couldn't find any clue how two MBeans communicate between them! For example: Mbean-A star

[JBoss-user] Newbie question

2001-05-01 Thread Kadir Wijaya
Hi all, Suppose I have two mbeans( mbean-A and mbeanB) >From mbean-B, I want to get the reference of Object-A which reside in mbean-A. Can I do this? if yes, how to achieve this? thanks, kadir NOTICE: The information contained in this el

[JBoss-user] LdapLogin problem

2001-04-25 Thread Kadir Wijaya
Hi all, Has anybody successfully implemented LdapLogin module in Jboss? I spent days working on this problem and I haven't got any clue how to make it work! The only exception I got was: Authentication exception, principal="null" (server side) However, I can see the Principal and Roles have bee

[JBoss-user] Jboss LdapLogin module

2001-04-18 Thread Kadir Wijaya
Hi all, I'm trying to replace JaasServerLoginModule with LdapLoginModule. I got the Ldap bits works fine and I can see the principal and roles have been populated with the data from Ldap. However, the Jboss server complaints that the "principal=null" I suspect that I did something wrong with se

[JBoss-user] Need help in Ldap login

2001-04-09 Thread Kadir Wijaya
Hi, I'm trying to use Ldap login-module for authentication purposes. I've got the flat-file based example (provided by Scott Stark) to work! I've looked into some examples in provided in jbosssx-cvs, however I couldn't make myself clear enough about that! Can anyone provide some pointers on ho