As stated in documentation,
http://downloads.jboss.com/drools/docs/5.1.1.34858.FINAL/drools-guvnor/ht...
Initally, Guvnor uses jaas but no password checking occurs etc
So if you edit components.xml
to comment
<security:identity
authenticate-method="#{defaultAuthenticator.authenticate}"/>
and uncomment
<security:identity
authenticate-method="#{nilAuthenticator.authenticate}"/>
so everyone is guest, you might be ok.
p.s. as found in the posted url section "1.2.3. Security - Authentication
and basic access"
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Unable-to-locate-a-lo...
Sent from the Drools - User mailing list archive at
Nabble.com.