Andrew Thanks for replying. I have couple more questions, could you please clarify ?
Will changing the ticket registry to use JpaTicket registry require changing the service registry too ? I am currently using a defaultTicketRegistry , InMemoryServi eRegistryDao in conjunction with active directory and Spnego ? The link that I am following specifies to configure a connection pool in the deployerConfigContext.xml Could you please let me know what is this datasource ? Thanks Lingan On Aug 9, 2011, at 2:05 PM, Andrew Morgan <[email protected]> wrote: > On Tue, 9 Aug 2011, CLingan wrote: > >> Hi >> I am trying to understand about JPATicketRegistry. >> Please let me know if my below understanding is right. >> >> My understanding is that when there is a CAS cluster , the TGT and ST >> tickets have to be replicated across the CAS instances. However when using a >> JPATicketRegistry, TGT and ST tickets are persisted to a database and thus >> will not require replication across the CAS instances. >> Is that right ? > > That is correct. All the CAS nodes will share the same database. > >> I am referring to the below link and do not find the details of the tables >> that need to created. >> https://wiki.jasig.org/display/CASUM/JpaTicketRegistry >> https://wiki.jasig.org/display/CASUM/JpaTicketRegistry >> Could some one please point me to some links regarding this ? > > The tables are automatically created the first time you start CAS after > configuring it to use the JPATicketRegistry. You need to (at least > temporarily) give the database user permissions to create tables and indexes. > > Andy > > -- > You are currently subscribed to [email protected] as: > [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
