Just need to include the relevant JBoss jar(s) on your classpath in
JBuilder... For JBoss 4 it is simply jboss.jar (found in
JBOSS_HOME/server/CONFIG/lib)

:-)
Sean

-- 
Dr. Sean Radford, MBBS, MSc
<[EMAIL PROTECTED]>
http://bladesys.demon.co.uk/
Blade Systems


On Thu, 2003-07-10 at 17:59, Erez Efrati wrote:
> Sean,
> 
> I have tried out the SecurityFilter web examples and they are working
> just fine. 
> I have started to integrate it into my project, but I am getting
> compilation errors on the JBossRealmAdapter.java.
> It can't seem to find AuthenticationManager, RealmManager,
> SubjectSecurityManager. Just for some background info:
> I am using JBuilder 8.0EE and I am using the JBoss 3.0.7 , Does that
> have anything to do with the compilation errors? Do I need a later
> version of JBoss?
> 
> Thanks,
> Erez
> 
> -----Original Message-----
> From: Erez Efrati [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, July 10, 2003 4:44 PM
> To: 'Struts Users Mailing List'
> Subject: RE: Login Form
> 
> Thanks a lot Sean, I will try it and let you know how it works.
> 
> Thanks for your great help,
> Erez
> 
> 
> -----Original Message-----
> From: Sean Radford [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, July 10, 2003 12:28 PM
> To: Struts Users Mailing List
> Subject: RE: Login Form
> 
> Erez,
> 
> Things you need to do:
> 
> 1. Get your EJB's installed and working with your JAAS plugin (or one of
> the supplied JBoss ones). So standard J2EE settings in ejb-jar.xml, and
> a standard jboss.xml (your security-domain in particular).
> 
> 2. Create your web app as per the security filter instructions. That
> means moving the security defintions that are normally in web.xml to the
> securityfilter-config.xml file, and defining the Filter in web.xml. And
> in jboss-web.xml you need to define the security-domain. Then you just
> need to specify 'my' class as the realm in the
> securityfilter-config.xml:
> 
> <realm className="com.aegeus.securityfilter.JBossRealmAdapter"></realm>
> 
> Hope that helps,
> 
> Sean



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to