using ldap (openldap) to authenticate
need ability for user to update password or email from a webapp
another guy on the project wrote a DAO that connects with the root DN and
updates ldap. DAO stores root DN and root password.
in the spirit of JNDI database connections, it seems to me we shoul
i am running jboss-4.0.3 and trying to set up a derby datasource (taken from
the example in the 4.0.3 install). trouble is i don't have the mbean class
org.jboss.jdbc.DerbyDatabase in any jarfiles in the jboss install. i've found
the source code online, referring to 4.0.2 - is this something tha
using the second method enumerated at
http://jboss.org/wiki/Wiki.jsp?page=RunJBossAsAServiceOnWindows (since the
first requires a JAVA_HOME free of spaces and the one i need to deploy this to
is in Program Files) i set up jboss as a service. it all seemed to go fine,
but...
i get a deployment
along the same lines of
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854145
http://www.theserverside.com/discussions/thread.tss?thread_id=32640
i am looking at enhancing a webapp login (to do such things as log
success/failure and enforce a throttle on failed logins).
so i am
by the way, i am running java 1.5_03...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877033#3877033
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877033
---
This
i've had the same error message about the appender, but it came about because i
have log4j1.2.8.jar in my war file. when i remove it from the war file, all is
well.
but i don't want to remove it from the war-file; i want to try to keep my war
deploy app-server-agnostic.
i've just looked at the