Hi,
I'm running JBPM in a plain Tomcat (Jbpm-jpdl-3.2.3 & Tomcat 6.0.18)
I managed to get this work by following the wiki
http://wiki.jboss.org/wiki/JbpmOnTomcat
The next step is to make Tomcat and jbpm authenticate on an Active
Directory.
I managed to configure the
$TOMCAT_HOME/conf/Catalina/localhost/jbpm-console.xml to authenticate on
an AD
<Realm className="org.apache.catalina.realm.JNDIRealm" debug="99"
connectionURL="ldap://myldap.server:389"
connectionName="MyAdmin"
connectionPassword="MyPassword"
userPattern="cn={0}, CN=Users, DC=iamverif, DC=dom"
roleBase="CN=Users, DC=iamverif, DC=dom"
roleName="cn"
roleSearch="uniqueMember={0}" />
But, now when I try to authenticate on the jbpm-console, I get the
following message. I know I'm missing something, but I can't figure out
what...
Any help would be greatly appreciated.
"
type : Status report
message : Access to the requested resource has been denied
description : Access to the specified resource (Access to the requested
resource has been denied) has been forbidden.
"
Thanks for your help.
Fred