Can you post the output of the Tomcat log file (logs/catalina.out) and/or the cas.log file.
Before doing so, stop Tomcat and delete any existing logs. This way the log file should not be excessively large. What you are looking for is any "Error" or "Exception thrown" messages within the log file. e.g. "class not found...", or "unable to connect to..." Once you identify where the error is occurring do a Google search and you should find some answers. e.g. Google search for: jasig cas "unable to connect" David On Wed, Sep 1, 2010 at 7:14 AM, Victor Careaga <bichosoft4...@gmail.com>wrote: > Hi thx for the advices but i still not connected to AD well this are my > process > > first > agregate > > <dependency> > <groupId>${project.groupId}</groupId> > <artifactId>cas-server-support-ldap</artifactId> > <version>${project.version}</version></dependency> > > to my pom file > > > later > > <bean id="contextSource" > class="org.springframework.ldap.core.support.LdapContextSource"> > <property name="urls"> > <list> > <value>ldaps://yourdc.yourdomain.edu/</value> > </list> > </property> > <property name="userDn" > value="{cn=bind_user_goes_here,cn=Users,dc=yourdomain,dc=edu}"/> > <property name="password" value="{bind_user_password_goes_here}"/> > <property name="baseEnvironmentProperties"> > <map> > <entry> > <key> > <value>java.naming.security.authentication</value> > </key> > <value>simple</value> > </entry> > </map> > </property></bean> > > > > this in deloyerconfigcontext.xml > > > <bean id="contextSource" > class="org.springframework.ldap.core.support.LdapContextSource"> > <property name="urls"> > <list> > <value>ldaps://yourdc.yourdomain.edu/</value> > </list> > </property> > <property name="userDn" > value="{cn=bind_user_goes_here,cn=Users,dc=yourdomain,dc=edu}"/> > <property name="password" value="{bind_user_password_goes_here}"/> > <property name="baseEnvironmentProperties"> > <map> > <entry> > <key> > <value>java.naming.security.authentication</value> > </key> > <value>simple</value> > </entry> > </map> > </property></bean> > > > cahnge userDN and oasword but my service dont star well thx a lot for the help > > grettings bicho > > > 2010/8/31 Marvin Addison <marvin.addi...@gmail.com> > >> > Note: There maybe a decent .Net CAS client library >> >> There certainly is, >> https://wiki.jasig.org/display/CASC/.Net+Cas+Client. This is the .NET >> client that everyone should be migrating to. It's on track to be an >> "official" Jasig client that is fully supported, meaning you'll get >> quick and authoritative answers to questions posted on this list as >> well as sound documentation. >> >> M >> >> -- >> You are currently subscribed to cas-dev@lists.jasig.org as: >> bichosoft4...@gmail.com >> >> To unsubscribe, change settings or access archives, see >> http://www.ja-sig.org/wiki/display/JSG/cas-dev >> > > > > -- > Z > > (LI) > > ¿Suspiras al recordar aquellos días del Minix-1.1, cuando los hombres eran > hombres y escribían sus propios drivers? > > Errare humanum est > > > > > blog personal > > http://bicho-soft.blogspot.com/ > > -- > > You are currently subscribed to cas-dev@lists.jasig.org as: > david.harri...@stress-free.co.nz > > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-dev > > -- You are currently subscribed to cas-dev@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev